Oolite 1.91.0.7644-241112-7f5034b
|
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.
Referenced by SanitizeCondition().