|
|
| Thread (const Common::String &name, bool global, HSQOBJECT threadObj, HSQOBJECT envObj, HSQOBJECT closureObj, const Common::Array< HSQOBJECT > args) |
| |
|
virtual bool | isGlobal () override final |
| |
|
virtual HSQUIRRELVM | getThread () override final |
| |
|
bool | call () |
| |
|
virtual bool | update (float elapsed) override final |
| |
|
virtual void | stop () override final |
| |
|
void | pause () |
| |
|
void | unpause () |
| |
|
void | setName (const Common::String &name) |
| |
|
Common::String | getName () const |
| |
|
int | getId () const |
| |
|
bool | isSuspended () |
| |
|
bool | isDead () |
| |
|
void | suspend () |
| |
|
void | resume () |
| |
|
|
int | _id = 0 |
| |
|
Common::String | _name |
| |
|
bool | _stopRequest = false |
| |
|
bool | _stopped = false |
| |
The documentation for this class was generated from the following file: