Go to the source code of this file.
Functions | |
void | constructor (void *memory) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript. | |
void | constructor (u32 clr, void *memory) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript. | |
void | constructor (u32 a, u32 r, u32 g, u32 b, void *memory) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript. | |
void | deconstructor (void *memory) |
An AngelScript wrapper function so that SColor objects can be deconstructed within AngelScript. | |
void | bindSColor (asIScriptEngine *engine) |
Binds Irrlicht's SColor class. |
void bindSColor | ( | asIScriptEngine * | engine | ) |
Binds Irrlicht's SColor class.
engine | Pointer to the AngelScript engine |
Definition at line 57 of file asSColor.cpp.
void constructor | ( | u32 | a, | |
u32 | r, | |||
u32 | g, | |||
u32 | b, | |||
void * | memory | |||
) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript.
Definition at line 41 of file asSColor.cpp.
void constructor | ( | u32 | clr, | |
void * | memory | |||
) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript.
Definition at line 33 of file asSColor.cpp.
void constructor | ( | void * | memory | ) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript.
Definition at line 25 of file asSColor.cpp.
void deconstructor | ( | void * | memory | ) |
An AngelScript wrapper function so that SColor objects can be deconstructed within AngelScript.
Definition at line 49 of file asSColor.cpp.