Static Public Member Functions | |
| static mixed | UpdateStatsFormatHelper (mixed x) |
| static mixed | RegisterStepper (mixed fun, mixed param) |
| static mixed | RegisterIntervalStepper (mixed interval, mixed fun, mixed param) |
| interval : in milliseconds, e.g. 1000 means fun will be called once every second | |
| static mixed | InvokeLater (mixed timeout, mixed fun) |
| calls the function fun after timout ms | |
Definition at line 5931 of file lua_pseudo_code.cpp.
| static mixed time::UpdateStatsFormatHelper | ( | mixed | x | ) | [inline, static] |
Definition at line 5933 of file lua_pseudo_code.cpp.
| static mixed time::RegisterStepper | ( | mixed | fun, | |
| mixed | param | |||
| ) | [inline, static] |
stepper is destroyed if it returns something that evaluetes to true can savely be called registered during iteration
Definition at line 5937 of file lua_pseudo_code.cpp.
| static mixed time::RegisterIntervalStepper | ( | mixed | interval, | |
| mixed | fun, | |||
| mixed | param | |||
| ) | [inline, static] |
interval : in milliseconds, e.g. 1000 means fun will be called once every second
Definition at line 5940 of file lua_pseudo_code.cpp.
| static mixed time::InvokeLater | ( | mixed | timeout, | |
| mixed | fun | |||
| ) | [inline, static] |
1.5.6