Public Member Functions | |
Variable (Chunk &chunk, bool readId=true) | |
Operand | getValue () |
void | putValue (Operand value) |
Public Attributes | |
uint32 | _id = 0 |
VariableType | _type = kVariableTypeEmpty |
union { | |
Common::String * string | |
uint functionId | |
int i | |
double d | |
uint assetId | |
} | _value |
Common::SharedPtr< Collection > | _c |