Public Member Functions | |
| mixed | Destroy (...) |
| lua : PrecipitationController:Destroy() | |
| mixed | Update (...) |
| lua : PrecipitationController:Update(number secondsSinceLastFrame, r,g,b,a) | |
| mixed | SetAutoCameraSpeed (...) |
| lua : PrecipitationController:setAutoCameraSpeed() | |
| mixed | GetMaterialName (...) |
| lua : string PrecipitationController:GetMaterialName() | |
| mixed | GetCompositorName (...) |
| lua : string PrecipitationController:GetCompositorName() | |
| mixed | SetPresetType (...) |
| lua : PrecipitationController:SetType(number type) | |
| mixed | GetPresetType (...) |
| lua : number PrecipitationController:GetType() | |
| mixed | SetSpeed (...) |
| lua : PrecipitationController:SetSpeed(number value) | |
| mixed | GetSpeed (...) |
| lua : number PrecipitationController:GetSpeed() | |
| mixed | SetManualCameraSpeed (...) |
| mixed | SetWindSpeed (...) |
| lua : PrecipitationController:SetWindSpeed(number x, number y, number z) | |
| mixed | GetWindSpeed (...) |
| lua : number,number,number PrecipitationController:GetWindSpeed() | |
Definition at line 2921 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::Destroy | ( | ... | ) | [inline] |
| mixed cCaelumPrecipitationController_L::Update | ( | ... | ) | [inline] |
lua : PrecipitationController:Update(number secondsSinceLastFrame, r,g,b,a)
Definition at line 2927 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::SetAutoCameraSpeed | ( | ... | ) | [inline] |
lua : PrecipitationController:setAutoCameraSpeed()
Definition at line 2930 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::GetMaterialName | ( | ... | ) | [inline] |
lua : string PrecipitationController:GetMaterialName()
Definition at line 2933 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::GetCompositorName | ( | ... | ) | [inline] |
lua : string PrecipitationController:GetCompositorName()
Definition at line 2936 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::SetPresetType | ( | ... | ) | [inline] |
lua : PrecipitationController:SetType(number type)
Definition at line 2939 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::GetPresetType | ( | ... | ) | [inline] |
| mixed cCaelumPrecipitationController_L::SetSpeed | ( | ... | ) | [inline] |
lua : PrecipitationController:SetSpeed(number value)
Definition at line 2945 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::GetSpeed | ( | ... | ) | [inline] |
lua : number PrecipitationController:GetSpeed()
Definition at line 2948 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::SetManualCameraSpeed | ( | ... | ) | [inline] |
~ /// lua : PrecipitationController:SetCoverage(number value) ~ static int SetCoverage (lua_State *L) { PROFILE ~ // int argc = lua_gettop(L); ~ Ogre::Real p0((Ogre::Real)luaL_checknumber(L, 2)); ~ ~ checkudata_alive(L)->setCoverage(p0); ~ ~ return 0; ~ } ~ ~ /// lua : number PrecipitationController:GetCoverage() ~ static int GetCoverage (lua_State *L) { PROFILE ~ // int argc = lua_gettop(L); ~ ~ int r = checkudata_alive(L)->getCoverage(); ~ ~ lua_pushnumber(L, r); ~ ~ return 1; ~ } lua : PrecipitationController:SetManualCameraSpeed(number x, number y, number z)
Definition at line 2971 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::SetWindSpeed | ( | ... | ) | [inline] |
lua : PrecipitationController:SetWindSpeed(number x, number y, number z)
Definition at line 2974 of file lua_pseudo_code.cpp.
| mixed cCaelumPrecipitationController_L::GetWindSpeed | ( | ... | ) | [inline] |
lua : number,number,number PrecipitationController:GetWindSpeed()
Definition at line 2977 of file lua_pseudo_code.cpp.
1.5.6