#include <lscript_execute.h>

Public Member Functions | |
| LLScriptDataCollection (LSCRIPTStateEventType type, LLScriptLibData *data) | |
| LLScriptDataCollection (U8 *src, S32 &offset) | |
| ~LLScriptDataCollection () | |
| S32 | getSavedSize () |
| S32 | write2bytestream (U8 *dest) |
Public Attributes | |
| LSCRIPTStateEventType | mType |
| LLScriptLibData * | mData |
Definition at line 187 of file lscript_execute.h.
| LLScriptDataCollection::LLScriptDataCollection | ( | LSCRIPTStateEventType | type, | |
| LLScriptLibData * | data | |||
| ) | [inline] |
Definition at line 190 of file lscript_execute.h.
Definition at line 194 of file lscript_execute.h.
References bytestream2integer(), i, mData, mType, S32, and LLScriptLibData::set().

| LLScriptDataCollection::~LLScriptDataCollection | ( | ) | [inline] |
| S32 LLScriptDataCollection::getSavedSize | ( | ) | [inline] |
Definition at line 215 of file lscript_execute.h.
References LLScriptLibData::getSavedSize(), i, LST_NULL, mData, mType, and S32.
Referenced by LLScriptEventData::getSavedSize().


Definition at line 232 of file lscript_execute.h.
References integer2bytestream(), LST_NULL, mData, mType, S32, and LLScriptLibData::write2bytestream().
Referenced by LLScriptEventData::write2bytestream().


Definition at line 254 of file lscript_execute.h.
Referenced by LLScriptEventData::getNextEvent(), getSavedSize(), LLScriptDataCollection(), LLScriptEventData::removeEventType(), LLScriptExecute::run(), and write2bytestream().
Definition at line 255 of file lscript_execute.h.
Referenced by getSavedSize(), LLScriptDataCollection(), LLScriptExecute::run(), write2bytestream(), and ~LLScriptDataCollection().
1.5.5