|
ScValue * | scGetProperty (const Common::String &name) override |
|
bool | scSetProperty (const char *name, ScValue *value) override |
|
bool | scCallMethod (ScScript *script, ScStack *stack, ScStack *thisStack, const char *name) override |
|
const char * | scToString () override |
|
| SXFile (BaseGame *inGame, ScStack *Stack) |
|
virtual ScScript * | invokeMethodThread (const char *methodName) |
|
| BaseScriptable (BaseGame *inGame, bool noValue=false, bool persistable=true) |
|
virtual bool | canHandleMethod (const char *eventMethod) const |
|
virtual void * | scToMemBuffer () |
|
virtual int | scToInt () |
|
virtual double | scToFloat () |
|
virtual bool | scToBool () |
|
virtual void | scSetString (const char *val) |
|
virtual void | scSetInt (int val) |
|
virtual void | scSetFloat (double val) |
|
virtual void | scSetBool (bool val) |
|
virtual int | scCompare (BaseScriptable *val) |
|
virtual void | scDebuggerDesc (char *buf, int bufSize) |
|
virtual Common::String | debuggerToString () const |
|
| BaseNamedObject (BaseGame *inGame) |
|
| BaseNamedObject (TDynamicConstructor, TDynamicConstructor) |
|
const char * | getName () const |
|
void | setName (const char *name) |
|
bool | setEditorProp (const Common::String &propName, const Common::String &propValue) |
|
Common::String | getEditorProp (const Common::String &propName, const Common::String &initVal=Common::String()) |
|
| BaseClass (TDynamicConstructor, TDynamicConstructor) |
|
bool | parseEditorProperty (char *buffer, bool complete=true) |
|
virtual bool | saveAsText (BaseDynamicBuffer *buffer, int indent=0) |
|
| BaseClass (BaseGame *GameOwner) |
|
virtual const char * | getClassName () |
|
virtual bool | persist (BasePersistenceManager *persistMgr) |
|