Property | Type | Description | |
---|---|---|---|
autoDestroyOnVariables | bool | ||
checkType | bool[] | ||
consumeDrop | bool | ||
deactivateAfter | bool | ||
dropID | int | ||
dropType | ItemDropType | ||
keyPressInTrigger | bool | ||
keyToPress | string | ||
maxMouseDistance | float | ||
needed | AIConditionNeeded | ||
numberCheckType | bool[] | ||
numberValueCheck | ValueCheck[] | ||
numberVarKey | string[] | ||
numberVarValue | float[] | ||
repeatExecution | bool | ||
setNumberOperator | SimpleOperator[] | ||
setNumberVarKey | string[] | ||
setNumberVarValue | float[] | ||
setVariableKey | string[] | ||
setVariableValue | string[] | ||
startType | EventStartType | ||
variableKey | string[] | ||
variableValue | string[] |
Method | Description | |
---|---|---|
AddNumberVariableCondition ( ) : void | ||
AddNumberVariableSet ( ) : void | ||
AddVariableCondition ( ) : void | ||
AddVariableSet ( ) : void | ||
CheckDrop ( ChoiceContent, drop ) : bool | ||
CheckTriggerEnter ( Collider other ) : bool | ||
CheckTriggerExit ( Collider other ) : bool | ||
CheckVariables ( ) : bool | ||
Interact ( ) : bool | ||
KeyPress ( ) : bool | ||
RemoveNumberVariableCondition ( int index ) : void | ||
RemoveNumberVariableSet ( int index ) : void | ||
RemoveVariableCondition ( int index ) : void | ||
RemoveVariableSet ( int index ) : void | ||
SetVariables ( ) : void | ||
TouchInteract ( ) : void |
public CheckDrop ( ChoiceContent, drop ) : bool | ||
drop | ChoiceContent, | |
return | bool |
public CheckTriggerEnter ( Collider other ) : bool | ||
other | Collider | |
return | bool |
public CheckTriggerExit ( Collider other ) : bool | ||
other | Collider | |
return | bool |
public RemoveNumberVariableCondition ( int index ) : void | ||
index | int | |
return | void |
public RemoveNumberVariableSet ( int index ) : void | ||
index | int | |
return | void |
public RemoveVariableCondition ( int index ) : void | ||
index | int | |
return | void |
public RemoveVariableSet ( int index ) : void | ||
index | int | |
return | void |
public SimpleOperator[] setNumberOperator | ||
return | SimpleOperator[] |