![]() |
ORK Framework
2.30.2
API Documentation
|
Public Member Functions | |
AttackAttributeSetting (string name) | |
override void | SetData (DataObject data) |
Sets the variables of the class using a ORKFramework.DataObject. More... | |
void | SetSubIDs () |
void | ShowImmunityFlyingText (Combatant combatant, int attributeID) |
void | Limit (ref float value) |
override string | GetIconTextCode () |
string | FormatValue (float value) |
![]() | |
BaseLanguageData (string name) | |
void | SetLanguageName (string name) |
virtual string | GetName () |
virtual string | GetShortName () |
virtual string | GetDescription () |
virtual Texture | GetIcon () |
virtual GUIContent | GetContent () |
![]() | |
virtual DataObject | GetData () |
Gets a ORKFramework.DataObject representing the class. More... | |
virtual void | EditorAutoSetup (string fieldName) |
Called for all fields using the autoSetup option of the ORKFramework.ORKEditorLayoutAttribute. More... | |
Public Attributes | |
float | minValue = -500 |
float | maxValue = 500 |
float | strengthDisplay = 100 |
float | weaknessDisplay = 100 |
float | recoveryDisplay = 0 |
bool | ownValueFormat = false |
string | valueFormat = "0" |
FlyingTextGroup< FlyingTextSettings > [] | immunityFlyingText = new FlyingTextGroup<FlyingTextSettings>[0] |
bool | previewOwnNoChangeValueText = false |
bool | previewUseNoChangeValueText = false |
string [] | previewNoChangeValueText |
bool | previewOwnNoChangeChangeText = false |
bool | previewUseNoChangeChangeText = false |
string [] | previewNoChangeChangeText |
AttackSubAttribute [] | attribute |
![]() | |
LanguageContent [] | languageInfo |
Properties | |
override int | RealID [get, set] |
![]() | |
virtual int | ID [get] |
![]() | |
virtual int | RealID [get, set] |
![]() | |
int | ID [get] |
Additional Inherited Members | |
![]() | |
int | realID = 0 |
|
virtual |
Sets the variables of the class using a ORKFramework.DataObject.
data | ORKFramework.DataObject containing the data. |
Reimplemented from ORKFramework.BaseData.
AttackSubAttribute [] ORKFramework.AttackAttributeSetting.attribute |