|
Xonotic
|
#include "common.qh"
Include dependency graph for sv_model.qh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | CSQCMODEL_ENDIF |
| #define | CSQCMODEL_IF(cond) |
| #define | CSQCMODEL_PROPERTY(flag, t, r, w, f) |
| #define | CSQCMODEL_PROPERTY_SCALED(flag, t, r, w, f, s, mi, ma) |
Functions | |
| void | CSQCModel_CheckUpdate (entity e) |
| void | CSQCModel_LinkEntity (entity e) |
| void | CSQCModel_UnlinkEntity (entity e) |
| #define CSQCMODEL_ENDIF |
Definition at line 33 of file sv_model.qh.
| #define CSQCMODEL_IF | ( | cond | ) |
Definition at line 32 of file sv_model.qh.
| #define CSQCMODEL_PROPERTY | ( | flag, | |
| t, | |||
| r, | |||
| w, | |||
| f | |||
| ) |
Definition at line 34 of file sv_model.qh.
| #define CSQCMODEL_PROPERTY_SCALED | ( | flag, | |
| t, | |||
| r, | |||
| w, | |||
| f, | |||
| s, | |||
| mi, | |||
| ma | |||
| ) |
Definition at line 37 of file sv_model.qh.
Definition at line 68 of file sv_model.qc.
References ALLPROPERTIES, CSQCMODEL_PROPERTY_FRAME, CSQCMODEL_PROPERTY_FRAME2, CSQCMODEL_PROPERTY_ORIGIN, CSQCMODEL_PROPERTY_TELEPORTED, CSQCPLAYER_FORCE_UPDATES, EF_RESTARTANIM_BIT, EF_TELEPORT_BIT, IS_CLIENT, random(), and time.
Referenced by CSQCModel_LinkEntity().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 122 of file sv_model.qc.
References CSQCModel_CheckUpdate(), CSQCModel_Send(), and setSendEntity.
Here is the call graph for this function:Definition at line 129 of file sv_model.qc.
References func_null(), and setSendEntity.
Referenced by Monster_Dead(), and vehicles_enter().
Here is the call graph for this function:
Here is the caller graph for this function: