#include <host.h>
Definition at line 41 of file host.h.
◆ abortframe
| jmp_buf host_static_t::abortframe |
◆ cbuf
◆ CL_SendCvar
| void(* host_static_t::CL_SendCvar) (struct cmd_state_s *) |
◆ ConnectLocal
| void(* host_static_t::ConnectLocal) (void) |
◆ dirtytime
| double host_static_t::dirtytime |
the main loop wall time for this frame, equal to Sys_DirtyTime() at the start of this host frame
Definition at line 47 of file host.h.
◆ Disconnect
| void(* host_static_t::Disconnect) (qbool, const char *,...) |
◆ framecount
| unsigned int host_static_t::framecount |
◆ [struct]
| struct { ... } host_static_t::hook |
◆ paused
| qbool host_static_t::paused |
global paused state, pauses both client and server
Definition at line 50 of file host.h.
◆ realtime
| double host_static_t::realtime |
the accumulated mainloop time since application started (with filtering), without any slowmo or clamping
Definition at line 46 of file host.h.
◆ restless
| qbool host_static_t::restless |
don't sleep
Definition at line 49 of file host.h.
◆ sleeptime
| double host_static_t::sleeptime |
time spent sleeping after the last frame
Definition at line 48 of file host.h.
◆ state
◆ SV_SendCvar
| void(* host_static_t::SV_SendCvar) (struct cmd_state_s *) |
◆ SV_Shutdown
| void(* host_static_t::SV_Shutdown) (void) |
◆ ToggleMenu
| void(* host_static_t::ToggleMenu) (void) |
The documentation for this struct was generated from the following file: