Barotrauma Client Doc
|
Public Member Functions | |
void | Update () |
void | Clear () |
void | Wait (LuaCsAction action, int millisecondDelay) |
void | NextFrame (LuaCsAction action) |
Static Public Member Functions | |
static double | GetTime () |
Properties | |
static double | Time [get] |
static double | AccumulatorMax [get, set] |
Definition at line 7 of file LuaCsTimer.cs.
void Barotrauma.LuaCsTimer.Clear | ( | ) |
Definition at line 105 of file LuaCsTimer.cs.
|
static |
void Barotrauma.LuaCsTimer.NextFrame | ( | LuaCsAction | action | ) |
Definition at line 116 of file LuaCsTimer.cs.
void Barotrauma.LuaCsTimer.Update | ( | ) |
Definition at line 76 of file LuaCsTimer.cs.
void Barotrauma.LuaCsTimer.Wait | ( | LuaCsAction | action, |
int | millisecondDelay | ||
) |
Definition at line 110 of file LuaCsTimer.cs.
|
staticgetset |
Definition at line 11 of file LuaCsTimer.cs.
|
staticget |
Definition at line 9 of file LuaCsTimer.cs.