Script dictionary value.
More...
#include </var/dev/u3d/stable/Source/Urho3D/AngelScript/Addons.h>
|
| CScriptDictValue (asIScriptEngine *engine, void *value, int typeId) |
|
void | Set (asIScriptEngine *engine, void *value, int typeId) |
|
void | Set (asIScriptEngine *engine, const asINT64 &value) |
|
void | Set (asIScriptEngine *engine, const double &value) |
|
bool | Get (asIScriptEngine *engine, void *value, int typeId) const |
|
bool | Get (asIScriptEngine *engine, asINT64 &value) const |
|
bool | Get (asIScriptEngine *engine, double &value) const |
|
int | GetTypeId () const |
|
void | FreeValue (asIScriptEngine *engine) |
|
|
union { |
asINT64 m_valueInt |
|
double m_valueFlt |
|
void * m_valueObj |
|
}; | |
|
int | m_typeId |
|
The documentation for this class was generated from the following files:
- /var/dev/u3d/stable/Source/Urho3D/AngelScript/Addons.h
- /var/dev/u3d/stable/Source/Urho3D/AngelScript/Addons.cpp