![]() |
Makinom
2.21.0
API Documentation
|
Public Member Functions | |
StringOperator (BaseStringOperator type) | |
override void | EditorAutoSetup (string fieldName) |
Called for the field defined using the settingAutoSetup option of the GamingIsLove.Makinom.EditorInfoAttribute. More... | |
override string | ToString () |
virtual string | Use (string currentValue, string value, string value2) |
virtual void | Use (ref string currentValue, string value, string value2) |
void | OldDataUpgrade (DataObject data, string dataKey) |
![]() | |
virtual DataObject | GetData () |
Gets a GamingIsLove.Makinom.DataObject representing the class. More... | |
virtual void | SetData (DataObject data) |
Sets the variables of the class using a GamingIsLove.Makinom.DataObject. More... | |
Public Attributes | |
string | type = typeof(SetStringOperator).ToString() |
BaseStringOperator | settings = new SetStringOperator() |
Static Public Attributes | |
static StringOperator | Set = new StringOperator(new SetStringOperator()) |
Properties | |
virtual bool | Has2ndValue [get] |
|
virtual |
Called for the field defined using the settingAutoSetup
option of the GamingIsLove.Makinom.EditorInfoAttribute.
fieldName | The name of the field the function is called for. |
Reimplemented from GamingIsLove.Makinom.BaseData.