Xonotic
|
#include <common/csqcmodel_settings.qh>
Go to the source code of this file.
Macros | |
#define | ALLPROPERTIES ALLPROPERTIES_COMMON |
#define | ALLPROPERTIES_COMMON |
Variables | |
noref string | csqcmodel_license |
const int | CSQCMODEL_PROPERTY_FRAME = BIT(23) |
const int | CSQCMODEL_PROPERTY_FRAME2 = BIT(17) |
const int | CSQCMODEL_PROPERTY_LERPFRAC = BIT(16) |
const int | CSQCMODEL_PROPERTY_MODELINDEX = BIT(21) |
const int | CSQCMODEL_PROPERTY_ORIGIN = BIT(20) |
const int | CSQCMODEL_PROPERTY_PITCHROLL = BIT(18) |
const int | CSQCMODEL_PROPERTY_SIZE = BIT(15) |
const int | CSQCMODEL_PROPERTY_TELEPORTED = BIT(22) |
const int | CSQCMODEL_PROPERTY_YAW = BIT(19) |
int | frame |
float | frame1time |
int | frame2 |
float | frame2time |
vector | glowmod |
const int | ISPLAYER_CLIENT = BIT(1) |
const int | ISPLAYER_LOCAL = BIT(2) |
const int | ISPLAYER_MODEL = BIT(0) |
const int | ISPLAYER_PLAYER = BIT(3) |
float | lerpfrac |
vector | view_ofs |
#define ALLPROPERTIES ALLPROPERTIES_COMMON |
Definition at line 93 of file common.qh.
Referenced by CSQCModel_CheckUpdate(), CSQCModel_Send(), and NET_HANDLE().
#define ALLPROPERTIES_COMMON |
noref string csqcmodel_license |
Definition at line 61 of file common.qh.
Referenced by CSQCModel_CheckUpdate(), CSQCModel_Hook_PreDraw(), CSQCModel_InterpolateAnimation_1To2_Note(), CSQCModel_InterpolateAnimation_1To2_PreNote(), CSQCModel_InterpolateAnimation_2To4_Note(), and CSQCModel_InterpolateAnimation_2To4_PreNote().
Definition at line 67 of file common.qh.
Referenced by CSQCModel_CheckUpdate(), CSQCModel_Hook_PreDraw(), CSQCModel_InterpolateAnimation_2To4_Note(), and CSQCModel_InterpolateAnimation_2To4_PreNote().
Definition at line 68 of file common.qh.
Referenced by CSQCModel_Hook_PreDraw(), CSQCModel_InterpolateAnimation_2To4_Note(), and CSQCModel_InterpolateAnimation_2To4_PreNote().
Definition at line 63 of file common.qh.
Referenced by NET_HANDLE().
Definition at line 64 of file common.qh.
Referenced by CSQCModel_CheckUpdate().
Definition at line 62 of file common.qh.
Referenced by CSQCModel_CheckUpdate(), and NET_HANDLE().
Definition at line 57 of file common.qh.
Referenced by CSQCModel_AutoTagIndex_Apply(), CSQCModel_Draw(), CSQCModel_Send(), and NET_HANDLE().
Definition at line 58 of file common.qh.
Referenced by CSQCModel_Hook_PreDraw(), CSQCModel_Send(), and NET_HANDLE().
Definition at line 56 of file common.qh.
Referenced by CSQCModel_AutoTagIndex_Apply(), CSQCModel_Hook_PostUpdate(), CSQCModel_Hook_PreDraw(), and CSQCModel_Hook_PreUpdate().
Definition at line 59 of file common.qh.
Referenced by CSQCModel_Send(), CSQCPlayer_ApplyBobbing(), CSQCPlayer_SetMinsMaxs(), and NET_HANDLE().