|
Xonotic
|
Include dependency graph for sv_model.qc:
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_ENDIF } |
| #define | CSQCMODEL_IF(cond) if(cond) { |
| #define | CSQCMODEL_IF(cond) if(cond) { |
| #define | CSQCMODEL_PROPERTY(flag, t, r, w, f) |
| #define | CSQCMODEL_PROPERTY(flag, t, r, w, f) |
| #define | CSQCMODEL_PROPERTY_SCALED(flag, t, r, w, f, s, mi, ma) |
| #define | CSQCMODEL_PROPERTY_SCALED(flag, t, r, w, f, s, mi, ma) |
Functions | |
| void | CSQCModel_CheckUpdate (entity e) |
| void | CSQCModel_LinkEntity (entity e) |
| bool | CSQCModel_Send (entity this, entity to, int sf) |
| void | CSQCModel_UnlinkEntity (entity e) |
Variables | |
| float | csqcmodel_nextforcedupdate |
| #define CSQCMODEL_ENDIF } |
| #define CSQCMODEL_ENDIF } |
| #define CSQCMODEL_IF | ( | cond | ) | if(cond) { |
| #define CSQCMODEL_IF | ( | cond | ) | if(cond) { |
| #define CSQCMODEL_PROPERTY | ( | flag, | |
| t, | |||
| r, | |||
| w, | |||
| f | |||
| ) |
| #define CSQCMODEL_PROPERTY | ( | flag, | |
| t, | |||
| r, | |||
| w, | |||
| f | |||
| ) |
| #define CSQCMODEL_PROPERTY_SCALED | ( | flag, | |
| t, | |||
| r, | |||
| w, | |||
| f, | |||
| s, | |||
| mi, | |||
| ma | |||
| ) |
| #define CSQCMODEL_PROPERTY_SCALED | ( | flag, | |
| t, | |||
| r, | |||
| w, | |||
| f, | |||
| s, | |||
| mi, | |||
| ma | |||
| ) |
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 28 of file sv_model.qc.
References ALLPROPERTIES, BITSET, IS_CLIENT, IS_PLAYER, ISPLAYER_CLIENT, ISPLAYER_LOCAL, ISPLAYER_PLAYER, to, and WriteByte().
Referenced by CSQCModel_LinkEntity().
Here is the call graph for this function:
Here is the caller 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:| float csqcmodel_nextforcedupdate |
Definition at line 66 of file sv_model.qc.