![]() |
ORK Framework
2.31.0
API Documentation
|
Public Member Functions | |
HUDSetting (string n) | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
override void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
void | SetInitialToggleState () |
void | CheckToggleKey () |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
Public Attributes | |
string | name = "" |
int | guiBoxID = 0 |
HUDType | type = HUDType.Information |
bool | noDisplay = false |
bool | clickToForeground = false |
ToggleKeySetting | toggleKey = new ToggleKeySetting() |
BaseHUDSetting | settings = new InformationHUDSetting() |
Properties | |
bool | Blocked [get, set] |
bool | Toggle [get, set] |
![]() | |
virtual int | RealID [get, set] |
Additional Inherited Members | |
![]() | |
int | realID = 0 |
|
virtual |
Called for all fields using the autoSetup
option of the ORKFramework.ORKEditorLayoutAttribute.
fieldName | The name of the field the function is called for. |
Reimplemented from ORKFramework.BaseData.
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.