VGDC 2025-2026 Club Game
Loading...
Searching...
No Matches
StringInList Class Reference

Creates an attribute [StringInList("A", "B")] as to create a dropdown that isnt prone to typing errors. More...

Inheritance diagram for StringInList:
Collaboration diagram for StringInList:

Public Member Functions

delegate string[] GetStringList ()
 StringInList (params string[] list)
 StringInList (Type type, string methodName)

Properties

string[] List [get]

Detailed Description

Creates an attribute [StringInList("A", "B")] as to create a dropdown that isnt prone to typing errors.

Constructor & Destructor Documentation

◆ StringInList() [1/2]

StringInList.StringInList ( params string[] list)
inline

◆ StringInList() [2/2]

StringInList.StringInList ( Type type,
string methodName )
inline

Member Function Documentation

◆ GetStringList()

delegate string[] StringInList.GetStringList ( )

Property Documentation

◆ List

string [] StringInList.List
get

The documentation for this class was generated from the following file: