|
Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
|
|
Go to the source code of this file.
Macros | |
| #define | GET_BAN_ARG(v, d) |
| #define | GET_BAN_REASON(v, d) |
Functions | |
| void | BanCommand_macro_help () |
| float | BanCommand_macro_usage (int argc) |
| void | BanCommand_macro_write_aliases (float fh) |
| #define GET_BAN_ARG | ( | v, | |
| d ) |
Definition at line 18 of file banning.qh.
Referenced by BanCommand_ban(), and BanCommand_kickban().
| #define GET_BAN_REASON | ( | v, | |
| d ) |
Definition at line 19 of file banning.qh.
Referenced by BanCommand_ban(), and BanCommand_kickban().
| void BanCommand_macro_help | ( | ) |
Definition at line 480 of file banning.qc.
References BAN_COMMANDS.
Referenced by GameCommand().
Definition at line 500 of file banning.qc.
References BAN_COMMANDS, and CMD_REQUEST_USAGE.
Referenced by GameCommand().
Definition at line 511 of file banning.qc.
References BAN_COMMANDS.
Referenced by GENERIC_COMMAND().
| float autocvar_g_ban_default_bantime |
Definition at line 3 of file banning.qh.
Referenced by BanCommand_ban(), BanCommand_kickban(), and VoteCommand_parse().
| float autocvar_g_ban_default_masksize |
Definition at line 4 of file banning.qh.
Referenced by BanCommand_kickban(), MUTATOR_HOOKFUNCTION(), and VoteCommand_parse().
| float autocvar_g_ban_sync_interval |
Definition at line 5 of file banning.qh.
Referenced by OnlineBanList_Think(), and OnlineBanList_URI_Get_Callback().
| float autocvar_g_ban_sync_timeout |
Definition at line 6 of file banning.qh.
Referenced by OnlineBanList_Think(), and OnlineBanList_URI_Get_Callback().
| string autocvar_g_ban_sync_trusted_servers |
Definition at line 7 of file banning.qh.
Referenced by OnlineBanList_Think().
| bool autocvar_g_ban_sync_trusted_servers_verify |
Definition at line 8 of file banning.qh.
Referenced by OnlineBanList_URI_Get_Callback().
| string autocvar_g_ban_sync_uri |
Definition at line 9 of file banning.qh.
Referenced by OnlineBanList_SendBan(), OnlineBanList_SendUnban(), OnlineBanList_Think(), and OnlineBanList_URI_Get_Callback().
Definition at line 10 of file banning.qh.
Referenced by Ban_MaybeEnforceBan().
| string autocvar_g_banned_list |
Definition at line 11 of file banning.qh.
Referenced by Ban_LoadBans().
| bool autocvar_g_banned_list_idmode |
Definition at line 12 of file banning.qh.
Referenced by Ban_IsClientBanned().
| string autocvar_g_chatban_list |
Definition at line 13 of file banning.qh.
Referenced by BanCommand_mute(), BanCommand_unmute(), and ClientConnect().
| string autocvar_g_playban_list |
Definition at line 14 of file banning.qh.
Referenced by BanCommand_playban(), BanCommand_unplayban(), ClientCommand_minigame(), ClientConnect(), invite_minigame(), joinAllowed(), and MUTATOR_HOOKFUNCTION().
| bool autocvar_g_playban_minigames |
Definition at line 15 of file banning.qh.
Referenced by BanCommand_playban(), ClientCommand_minigame(), and invite_minigame().
| string autocvar_g_voteban_list |
Definition at line 16 of file banning.qh.
Referenced by BanCommand_unvoteban(), BanCommand_voteban(), VoteCommand_abstain(), VoteCommand_call(), VoteCommand_no(), and VoteCommand_yes().