|
Oolite 1.91.0.7712-251017-85ce217
|
import "PlayerEntity.h"Go to the source code of this file.
Classes | |
| category | PlayerEntity(Scripting) |
Enumerations | |
| enum | OOComparisonType { COMPARISON_EQUAL , COMPARISON_NOTEQUAL , COMPARISON_LESSTHAN , COMPARISON_GREATERTHAN , COMPARISON_ONEOF , COMPARISON_UNDEFINED } |
| enum | OOOperationType { OP_STRING , OP_NUMBER , OP_BOOL , OP_MISSION_VAR , OP_LOCAL_VAR , OP_FALSE , OP_INVALID } |
Functions | |
| NSString * | OOComparisonTypeToString (OOComparisonType type) CONST_FUNC |
| enum OOComparisonType |
| Enumerator | |
|---|---|
| COMPARISON_EQUAL | |
| COMPARISON_NOTEQUAL | |
| COMPARISON_LESSTHAN | |
| COMPARISON_GREATERTHAN | |
| COMPARISON_ONEOF | |
| COMPARISON_UNDEFINED | |
Definition at line 33 of file PlayerEntityLegacyScriptEngine.h.
| enum OOOperationType |
| Enumerator | |
|---|---|
| OP_STRING | |
| OP_NUMBER | |
| OP_BOOL | |
| OP_MISSION_VAR | |
| OP_LOCAL_VAR | |
| OP_FALSE | |
| OP_INVALID | |
Definition at line 44 of file PlayerEntityLegacyScriptEngine.h.
| NSString * OOComparisonTypeToString | ( | OOComparisonType | type | ) |
Definition at line 2983 of file PlayerEntityLegacyScriptEngine.m.
References COMPARISON_EQUAL, COMPARISON_GREATERTHAN, COMPARISON_LESSTHAN, COMPARISON_NOTEQUAL, COMPARISON_ONEOF, and COMPARISON_UNDEFINED.
Referenced by SanitizeCondition(), and PlayerEntity(ScriptingPrivate)::scriptTestCondition:.