Xonotic
|
Go to the source code of this file.
Functions | |
void | CSQCModel_Effects_Apply (entity this) |
void | CSQCModel_Hook_PreDraw (entity this, bool isplayer) |
Definition at line 532 of file csqcmodel_hooks.qc.
References absmax, absmin, adddynamiclight, alpha, angles, autocvar_cl_jetpack_attenuation, bound(), CH_TRIGGER_SINGLE, CSQCMODEL_EF_RESPAWNGHOST, csqcmodel_effects, csqcmodel_modelflags, csqcmodel_traileffect, drawmask, EF_ADDITIVE, EF_BLUE, EF_BRIGHTFIELD, EF_BRIGHTLIGHT, EF_DIMLIGHT, EF_DOUBLESIDED, EF_DYNAMICMODELLIGHT, EF_FLAME, EF_FULLBRIGHT, EF_NODEPTHTEST, EF_NODRAW, EF_NOSELFSHADOW, EF_NOSHADOW, EF_RED, EF_STARDUST, effects, fmod(), frametime, makevectors, MF_GIB, MF_GRENADE, MF_ROCKET, MF_ROTATE, MF_TRACER, MF_TRACER2, MF_TRACER3, MF_ZOMGIB, origin, particleeffectnum, Projectile_DrawTrail(), Projectile_ResetTrail(), renderflags, RF_ADDITIVE, RF_DEPTHHACK, RF_DYNAMICMODELLIGHT, RF_FULLBRIGHT, RF_NOSHADOW, RF_USEAXIS, snd_looping, sound, time, velocity, and VOL_BASE.
Referenced by CSQCModel_Hook_PreDraw(), and viewmodel_draw().
Definition at line 644 of file csqcmodel_hooks.qc.
References anim_frame, anim_frame1time, anim_frame2, anim_frame2time, anim_prev_pmove_flags, anim_saveframe, anim_saveframe1time, anim_saveframe2, anim_saveframe2time, anim_state, animdecide_load_if_needed(), animdecide_setframes(), animdecide_setimplicitstate(), animdecide_setstate(), ANIMSTATE_DUCK, autocvar_cl_jetpack_attenuation, CSQCModel_ApplyStairSmoothing(), CSQCModel_AutoTagIndex_Apply(), CSQCModel_Effects_Apply(), CSQCModel_InterpolateAnimation_2To4_Do(), CSQCModel_InterpolateAnimation_2To4_Note(), CSQCModel_InterpolateAnimation_2To4_PreNote(), csqcmodel_isdead, csqcmodel_predraw_run, CSQCMODEL_PROPERTY_FRAME, CSQCMODEL_PROPERTY_FRAME2, CSQCMODEL_PROPERTY_LERPFRAC, csqcplayer, CSQCPlayer_FallbackFrame_Apply(), CSQCPlayer_LOD_Apply(), CSQCPlayer_ModelAppearance_Apply(), drawmask, flags, frame, frame1time, frame2, frame2time, framecount, free_skeleton_from_frames(), IS_ONGROUND, ISPLAYER_LOCAL, ISPLAYER_MODEL, isplayermodel, lerpfrac, lerpfrac4, MASK_NORMAL, maxs, mins, model, modelindex, MOVE_NORMAL, origin, skeleton_from_frames(), skeleton_loadinfo(), snd_looping, sound, trace_fraction, trace_startsolid, and VOL_BASE.
Referenced by CSQCModel_AutoTagIndex_Apply(), and CSQCModel_Draw().
int autocvar__cl_color |
Definition at line 14 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
string autocvar__cl_playermodel |
Definition at line 16 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
int autocvar__cl_playerskin |
Definition at line 15 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
float autocvar_cl_deathglow |
Definition at line 17 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
float autocvar_cl_deathglow_min = 0.5 |
Definition at line 18 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
int autocvar_cl_forcemyplayercolors |
Definition at line 13 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
string autocvar_cl_forcemyplayermodel |
Definition at line 11 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
int autocvar_cl_forcemyplayerskin |
Definition at line 12 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
bool autocvar_cl_forceplayercolors |
Definition at line 9 of file csqcmodel_hooks.qh.
bool autocvar_cl_forceplayermodels |
Definition at line 8 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
bool autocvar_cl_forceuniqueplayercolors |
Definition at line 10 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
float autocvar_cl_jetpack_attenuation = 2 |
Definition at line 19 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), CSQCModel_Hook_PreDraw(), and Ent_Remove().
float autocvar_cl_loddistance1 = 768 |
Definition at line 6 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_LOD_Apply().
float autocvar_cl_loddistance2 = 2048 |
Definition at line 7 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_LOD_Apply().
int autocvar_cl_modeldetailreduction |
Definition at line 5 of file csqcmodel_hooks.qh.
int autocvar_cl_playerdetailreduction |
Definition at line 4 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_LOD_Apply().
bool autocvar_cl_respawn_ghosts_keepcolors |
Definition at line 3 of file csqcmodel_hooks.qh.
Referenced by CSQCPlayer_ModelAppearance_Apply().
int csqcmodel_effects |
Definition at line 40 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), CSQCModel_Effects_PostUpdate(), CSQCModel_Effects_PreUpdate(), and CSQCPlayer_ModelAppearance_Apply().
bool csqcmodel_isdead |
Definition at line 44 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Hook_PostUpdate(), CSQCModel_Hook_PreDraw(), CSQCPlayer_AnimDecide_PostUpdate(), CSQCPlayer_ApplyBobbing(), CSQCPlayer_ApplyDeathTilt(), CSQCPlayer_FallbackFrame_PostUpdate(), CSQCPlayer_ModelAppearance_Apply(), and Draw_ShowNames().
int csqcmodel_modelflags |
Definition at line 41 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), CSQCModel_Effects_PostUpdate(), CSQCModel_Effects_PreUpdate(), and IsFlying().
int csqcmodel_traileffect |
Definition at line 42 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), CSQCModel_Effects_PostUpdate(), and CSQCModel_Effects_PreUpdate().
Definition at line 22 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), and W_Nexball_Attack2().
Definition at line 23 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 24 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), ctf_FlagSetup(), and Monster_Spawn_Setup().
Definition at line 25 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), vehicle_addplayerslot(), and vehicles_reset_colors().
Definition at line 27 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 26 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 28 of file csqcmodel_hooks.qh.
Referenced by anim_set(), animdecide_setframes(), CSQCModel_CheckUpdate(), and PutPlayerInServer().
Definition at line 29 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_CheckUpdate(), Damage(), PutPlayerInServer(), TeleportPlayer(), vehicle_addplayerslot(), vehicles_reset_colors(), and WarpZone_TeleportPlayer().
int isplayermodel |
Definition at line 46 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Draw(), CSQCModel_Hook_PostUpdate(), CSQCModel_Hook_PreDraw(), CSQCModel_Hook_PreUpdate(), CSQCPlayer_ApplyBobbing(), CSQCPlayer_SetMinsMaxs(), and NET_HANDLE().
Definition at line 33 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 32 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 31 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply(), IsFlying(), player_powerups(), and PlayerThink().
Definition at line 34 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 35 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 37 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 38 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().
Definition at line 36 of file csqcmodel_hooks.qh.
Referenced by CSQCModel_Effects_Apply().