Public Member Functions | |
| mixed | Destroy (...) |
| mixed | SetOverlaysEnabled (...) |
| void SetOverlaysEnabled (bEnabled) // TODO ! tobool | |
| mixed | GetActualWidth (...) |
| mixed | GetActualHeight (...) |
| mixed | SetBackCol (...) |
| r,g,b,a | |
Static Public Member Functions | |
| static mixed | GetMainViewport (...) |
| static mixed | CreateRTTViewport (...) |
| udata_vp CreateRTTViewport (udata_rtt,udata_cam) ... RTT = render to texture | |
Definition at line 8592 of file lua_pseudo_code.cpp.
| mixed cViewport_L::Destroy | ( | ... | ) | [inline] |
object methods exported to lua void Destroy ()
Definition at line 8596 of file lua_pseudo_code.cpp.
| mixed cViewport_L::SetOverlaysEnabled | ( | ... | ) | [inline] |
void SetOverlaysEnabled (bEnabled) // TODO ! tobool
Definition at line 8599 of file lua_pseudo_code.cpp.
| mixed cViewport_L::GetActualWidth | ( | ... | ) | [inline] |
Definition at line 8601 of file lua_pseudo_code.cpp.
| mixed cViewport_L::GetActualHeight | ( | ... | ) | [inline] |
Definition at line 8603 of file lua_pseudo_code.cpp.
| mixed cViewport_L::SetBackCol | ( | ... | ) | [inline] |
| static mixed cViewport_L::GetMainViewport | ( | ... | ) | [inline, static] |
todo : setClearEveryFrame setOverlaysEnabled static methods exported to lua udata_vp GetMainViewport ()
Definition at line 8611 of file lua_pseudo_code.cpp.
| static mixed cViewport_L::CreateRTTViewport | ( | ... | ) | [inline, static] |
udata_vp CreateRTTViewport (udata_rtt,udata_cam) ... RTT = render to texture
Definition at line 8614 of file lua_pseudo_code.cpp.
1.5.6