cRenderTexture_L Class Reference

List of all members.

Public Member Functions

mixed Destroy (...)
mixed SetAutoUpdated (...)
 void cRenderTexture:SetAutoUpdated ()
mixed SetPrePostFunctions (...)
mixed DisablePrePostFunctions (...)
 lua : void cRenderTexture:DisablePrePostFunctions ()
mixed EnablePrePostFunctions (...)
 lua : void cRenderTexture:EnablePrePostFunctions ()
mixed Update (...)
 void cRenderTexture:Update ()
mixed WriteContentsToFile (...)
 void cRenderTexture:WriteContentsToFile (sFilePath)

Static Public Member Functions

static mixed GetName (...)
static mixed CreateRenderTexture (...)


Detailed Description

Definition at line 11030 of file lua_pseudo_code.cpp.


Member Function Documentation

mixed cRenderTexture_L::Destroy (   ...  )  [inline]

object methods exported to lua void Destroy ()

Definition at line 11034 of file lua_pseudo_code.cpp.

static mixed cRenderTexture_L::GetName (   ...  )  [inline, static]

WARNING ! THE RETURNED NAME IS BROKEN ! (n0007 becomes n0007/0/0/0) string GetName ()

Definition at line 11038 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::SetAutoUpdated (   ...  )  [inline]

void cRenderTexture:SetAutoUpdated ()

Definition at line 11041 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::SetPrePostFunctions (   ...  )  [inline]

lua : void cRenderTexture:SetPrePostFunctions (prerender_function, postrender_function) prerender_function and postrender_function gets called before and after rtt operation use this to hide the "mirror" and other stuff WARNING these two functions should be very very fast!!!!!!

Definition at line 11047 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::DisablePrePostFunctions (   ...  )  [inline]

lua : void cRenderTexture:DisablePrePostFunctions ()

Definition at line 11050 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::EnablePrePostFunctions (   ...  )  [inline]

lua : void cRenderTexture:EnablePrePostFunctions ()

Definition at line 11053 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::Update (   ...  )  [inline]

void cRenderTexture:Update ()

Definition at line 11056 of file lua_pseudo_code.cpp.

mixed cRenderTexture_L::WriteContentsToFile (   ...  )  [inline]

void cRenderTexture:WriteContentsToFile (sFilePath)

Definition at line 11059 of file lua_pseudo_code.cpp.

static mixed cRenderTexture_L::CreateRenderTexture (   ...  )  [inline, static]

static methods exported to lua pixelformat : see l_OgrePixelFormatList in src/lugre_scripting.ogre.cpp udata_rtt CreateRenderTexture (sRttName,cx,cy,pixelformat=PF_BYTE_RGBA)

Definition at line 11064 of file lua_pseudo_code.cpp.


The documentation for this class was generated from the following file:

Generated on Fri Mar 29 05:41:09 2013 for lua by  doxygen 1.5.6