scripting/irrlicht/asSColor.cpp File Reference

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.


Function Documentation

void bindSColor ( asIScriptEngine *  engine  ) 

Binds Irrlicht's SColor class.

Parameters:
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.

Note:
For internal use only!

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.

Note:
For internal use only!

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.

Note:
For internal use only!

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.

Note:
For internal use only!

Definition at line 49 of file asSColor.cpp.


Generated on Wed Jun 10 22:26:24 2009 for Sirrf - Simple Irrlicht Framework by  doxygen 1.5.8