Public Member Functions | |
| mixed | Destroy (...) |
| mixed | GetInt (...) |
| mixed | GetFloat (...) |
| void GetFloat () | |
Static Public Member Functions | |
| static mixed | CreateRandom (...) |
Definition at line 2260 of file lua_pseudo_code.cpp.
| mixed cRandom_L::Destroy | ( | ... | ) | [inline] |
object methods exported to lua todo : rotation, position, aspect ratio, near/farclip... void Destroy ()
Definition at line 2265 of file lua_pseudo_code.cpp.
| mixed cRandom_L::GetInt | ( | ... | ) | [inline] |
void GetInt (max) void GetInt (min,max)
Definition at line 2269 of file lua_pseudo_code.cpp.
| mixed cRandom_L::GetFloat | ( | ... | ) | [inline] |
| static mixed cRandom_L::CreateRandom | ( | ... | ) | [inline, static] |
static methods exported to lua udata_rnd CreateRandom (iSeed) -- creates a new random number generater with the specified seed
Definition at line 2276 of file lua_pseudo_code.cpp.
1.5.6