|
|
| ScriptValue (ParameterReadStream *stream) |
| |
|
| ScriptValue (const ScriptValue &other) |
| |
|
ScriptValueType | getType () const |
| |
|
void | setToFloat (uint i) |
| |
|
void | setToFloat (int i) |
| |
|
void | setToFloat (double d) |
| |
|
double | asFloat () const |
| |
|
double | asFloatOrTime () const |
| |
|
void | setToBool (bool b) |
| |
|
bool | asBool () const |
| |
|
void | setToTime (double d) |
| |
|
double | asTime () const |
| |
|
void | setToParamToken (uint paramToken) |
| |
|
uint | asParamToken () const |
| |
|
void | setToActorId (uint actorId) |
| |
|
uint | asActorId () const |
| |
|
void | setToString (const Common::String &string) |
| |
|
Common::String | asString () const |
| |
|
void | setToCollection (Collection *collection) |
| |
|
Collection * | asCollection () const |
| |
|
void | setToFunctionId (uint functionId) |
| |
|
uint | asFunctionId () const |
| |
|
void | setToMethodId (BuiltInMethod methodId) |
| |
|
BuiltInMethod | asMethodId () const |
| |
|
Common::String | getDebugString (bool includeDefaultName=true) const |
| |
|
void | operator= (const ScriptValue &other) |
| |
|
bool | operator== (const ScriptValue &other) const |
| |
|
bool | operator!= (const ScriptValue &other) const |
| |
|
bool | operator< (const ScriptValue &other) const |
| |
|
bool | operator> (const ScriptValue &other) const |
| |
|
bool | operator<= (const ScriptValue &other) const |
| |
|
bool | operator>= (const ScriptValue &other) const |
| |
|
bool | operator|| (const ScriptValue &other) const |
| |
|
bool | operator^ (const ScriptValue &other) const |
| |
|
bool | operator && (const ScriptValue &other) const |
| |
|
ScriptValue | operator+ (const ScriptValue &other) const |
| |
|
ScriptValue | operator- (const ScriptValue &other) const |
| |
|
ScriptValue | operator* (const ScriptValue &other) const |
| |
|
ScriptValue | operator/ (const ScriptValue &other) const |
| |
|
ScriptValue | operator% (const ScriptValue &other) const |
| |
|
ScriptValue | operator- () const |
| |
The documentation for this class was generated from the following file: