Property | Type | Description | |
---|---|---|---|
checkType | bool[] | ||
needed | AIConditionNeeded | ||
numberCheckType | bool[] | ||
numberValueCheck | ValueCheck[] | ||
numberVarKey | string[] | ||
numberVarValue | float[] | ||
variableKey | string[] | ||
variableValue | string[] |
Method | Description | |
---|---|---|
AddNumberVariable ( ) : void | ||
AddVariable ( ) : void | ||
CheckVariables ( ) : bool | ||
GetData ( string title ) : Hashtable | ||
RemoveNumberVariable ( int index ) : void | ||
RemoveVariable ( int index ) : void | ||
SetData ( Hashtable ht ) : void | ||
VariableCondition ( ) : System.Collections |
public RemoveNumberVariable ( int index ) : void | ||
index | int | |
return | void |
public VariableCondition ( ) : System.Collections | ||
return | System.Collections |