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. | |
int | compare (const SColor &a, const SColor &b) |
An AngelScript wrapper function that SColor objects can be compared. | |
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 68 of file asSColor.cpp.
int compare | ( | const SColor & | a, | |
const SColor & | b | |||
) |
An AngelScript wrapper function that SColor objects can be compared.
Definition at line 59 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 44 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 36 of file asSColor.cpp.
void constructor | ( | void * | memory | ) |
An AngelScript wrapper function so that SColor objects can be constructed within AngelScript.
Definition at line 28 of file asSColor.cpp.
void deconstructor | ( | void * | memory | ) |
An AngelScript wrapper function so that SColor objects can be deconstructed within AngelScript.
Definition at line 52 of file asSColor.cpp.