|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
#include "state.qh"#include <common/mutators/mutator/status_effects/_mod.qh>#include <server/command/getreplies.qh>Go to the source code of this file.
Definition at line 58 of file accuracy.qc.
References CS(), and entity().
Referenced by ClientState_detach().
init/free
Definition at line 50 of file accuracy.qc.
References accuracy, accuracy_send(), CS(), entity(), Net_LinkEntity(), and new_pure.
Referenced by ClientState_attach().
Definition at line 256 of file anticheat.qc.
References CS(), entity(), and servertime.
Referenced by ClientState_attach().
Definition at line 211 of file anticheat.qc.
References anticheat_jointime, ANTICHEAT_REPORT_ONE, ANTICHEATS, autocvar_sv_eventlog, CS(), entity(), ftos(), GameLogEcho(), playerid, servertime, and strcat().
Referenced by ClientState_detach(), and GameCommand_anticheat().
Definition at line 469 of file bot.qc.
References bot_config_loaded, bot_nextthink, bot_preferredcolors, bot_setclientfields(), bot_setnameandstuff(), clientcolors, createdtime, entity(), havocbot_setupbot(), IS_BOT_CLIENT, isbot, random(), and time.
Referenced by ClientConnect().
Definition at line 454 of file bot.qc.
References bot_clearqueue(), bot_cmd_current, bot_waypoint_queue_owner, cleanname, entity(), IS_BOT_CLIENT, netname_freeme, NULL, playermodel_freeme, playerskin_freeme, and strfree.
Referenced by ClientState_detach().
Definition at line 172 of file client.qc.
References clientdata, ClientData_Send(), CS(), entity(), Net_LinkEntity(), and new_pure.
Referenced by ClientState_attach().
Definition at line 46 of file state.qc.
References _cs, accuracy_init(), anticheat_init(), ClientData_Attach(), DecodeLevelParms(), entcs_attach(), entity(), InventoryStorage_attach(), NEW, PlayerScore_Attach(), PlayerStats_PlayerBasic_CheckUpdate(), StatusEffectsStorage_attach(), and W_HitPlotOpen().
Referenced by Client::Client().
Definition at line 73 of file state.qc.
References _cs, accuracy_free(), anticheat_report_to_eventlog(), bot_clientdisconnect(), ClientData_Detach(), CS(), CS_CVAR, entcs_detach(), entity(), GetCvars(), InventoryStorage_delete(), NULL, PlayerScore_Detach(), StatusEffectsStorage_delete(), and W_HitPlotClose().
Referenced by ClientDisconnect().
Definition at line 984 of file client.qc.
References autocvar_sv_maxidle, CS(), DecodeLevelParms(), entity(), max(), MUTATOR_CALLHOOK, parm1, and time.
Referenced by ClientState_attach(), DecodeLevelParms(), and MUTATOR_HOOKABLE().
Definition at line 251 of file ent_cs.qc.
References _entcs_send(), assert, BITS, CS(), entcs, entcs_send(), entcs_think(), entity(), FOREACH_CLIENT, IS_REAL_CLIENT, msg_entity, MSG_ONE, Net_LinkEntity(), new_pure, setthink, and time.
Referenced by ClientState_attach().
| void Inventory_clear | ( | PlayerState | this | ) |
Referenced by PlayerState_detach().
Definition at line 158 of file inventory.qh.
References entity().
Referenced by PlayerState_detach().
| void Inventory_new | ( | PlayerState | this | ) |
Definition at line 149 of file inventory.qh.
References Inventory_customize(), Inventory_Send(), Net_LinkEntity(), NEW, and setcefc.
Referenced by PlayerState_attach().
| void InventoryStorage_attach | ( | PlayerState | this | ) |
Referenced by ClientState_attach().
| void InventoryStorage_delete | ( | PlayerState | this | ) |
Referenced by ClientState_detach().
Definition at line 334 of file scores.qc.
References CS(), entity(), error, Net_LinkEntity(), new_pure, PlayerScore_SendEntity(), and scorekeeper.
Referenced by ClientState_attach().
Definition at line 344 of file scores.qc.
References CS(), entity(), error, NULL, and scorekeeper.
Referenced by ClientState_detach().
Definition at line 12 of file state.qc.
References _ps, entity(), Inventory_new(), NEW, and PS.
Referenced by PutPlayerInServer().
Definition at line 22 of file state.qc.
References entity(), FOREACH_CLIENT, Inventory_clear(), Inventory_delete(), inventory_store, NULL, and PS.
Referenced by PutObserverInServer().
Definition at line 92 of file hitplot.qc.
References CS(), entity(), fclose(), and hitplotfh.
Referenced by ClientState_detach().
Definition at line 82 of file hitplot.qc.
References autocvar_g_hitplots, autocvar_g_hitplots_individuals, CS(), entity(), FILE_WRITE, fopen(), fputs(), ftos(), hitplotfh, matchid, playername(), strcat(), and strhasword.
Referenced by ClientState_attach().