Xonotic
main.qc
Go to the documentation of this file.
1
#include "
main.qh
"
2
3
#include "
components/_mod.qh
"
4
#include "
events/_mod.qh
"
5
#include "
systems/_mod.qh
"
6
7
void
systems_update
()
8
{
9
float
realtime =
time
;
10
SYSTEM_UPDATE
(phys);
11
time
= realtime;
12
}
_mod.qh
main.qh
_mod.qh
_mod.qh
systems_update
void systems_update()
Definition:
main.qc:7
SYSTEM_UPDATE
#define SYSTEM_UPDATE(sys)
Definition:
lib.qh:39
time
float time
Definition:
csprogsdefs.qc:16
ecs
main.qc
Generated on Thu Mar 17 2022 17:26:26 for Xonotic by
1.8.13