![]() | |
![]() | ![]() |
CL_System::keep_aliveSyntaxstatic bool keep_alive(); Return valueReturns whether the program should now exit. It is very important, that the game exits, if keep_alive() returns true.Description This function must be called with short intervals. Used to update the system state, communicating with the underlying operating system, listening for keyboard/mouse events/input, etc. |