time Class Reference

file : ../lugre/lua/lib.time.lua (this is just a pseudo class used for grouping global functions) More...

List of all members.

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


Detailed Description

file : ../lugre/lua/lib.time.lua (this is just a pseudo class used for grouping global functions)

Definition at line 5931 of file lua_pseudo_code.cpp.


Member Function Documentation

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]

calls the function fun after timout ms

Definition at line 5943 of file lua_pseudo_code.cpp.


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

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