Go to the source code of this file.
Functions | |
| float | snap_misc_ownervisible (vector targ_origin) |
| void | snap_misc_m2o (string msg_string) |
| void | snap_misc_weaponswitch () |
| void | snap_misc_blockedtest () |
| void | snap_misc_blockedtest_propchg (float direction) |
| void | snap_misc_m2m (string msg_string) |
| float | snap_misc_normalyaw (float init_yaw) |
| void | snap_misc_showpoint (vector point, string sprite, float ttl) |
| float | snap_misc_jumptest (vector jump_origin, vector move_dir) |
| void | snap_misc_botspawner () |
| float | CountPlayers () |
| float | CountPlayersTeam (string team) |
| float | snap_misc_pickrndteam (float notmyteam) |
| string (float teamnum) snap_misc_nameforteamnum | |
| float | snap_misc_numforteamname (string teamname) |
| float | snap_misc_bottomforteamnum (float teamnum) |
| float | snap_misc_topforteamnum (float teamnum) |
Variables | |
| float | SNAP_MISC_NORMYAW_OFFSET = 0 |
| float | SNAP_NAV_STRUCT_WALL = 40 |
| float | SNAP_NAV_STRUCT_SLOPE = 41 |
| float | SNAP_NAV_STRUCT_SLOPE_DOWN = 41.5 |
| float | SNAP_NAV_STRUCT_DOOR = 42 |
| float | SNAP_NAV_DIR_FWD = 1 |
| float | SNAP_NAV_DIR_BCK = 2 |
| float | SNAP_NAV_DIR_LFT = 4 |
| float | SNAP_NAV_DIR_RGT = 8 |
| float | SNAP_NAV_DIR_UP = 16 |
| float | SNAP_NAV_DIR_DN = 32 |
| float | SNAP_NAV_JMP_NRM = 1 |
| float | SNAP_NAV_JMP_RUN = 2 |
| float CountPlayers | ( | ) |
Definition at line 596 of file misc.mqc.
References entity().
Referenced by agh_client_padclients_connect(), agh_client_padclients_disconnect(), and KickABotClientCheck().
| float CountPlayersTeam | ( | string | team | ) |
Definition at line 616 of file misc.mqc.
References entity().
Referenced by agh_client_padclients_connect().
| void snap_misc_blockedtest_propchg | ( | float | direction | ) |
Definition at line 257 of file misc.mqc.
References agrip_aux.
Referenced by snap_misc_blockedtest().
| float snap_misc_bottomforteamnum | ( | float | teamnum | ) |
Referenced by agh_client_padclients_connect(), agh_weapons_impulsecommands(), and snap_misc_botspawner().
| float snap_misc_numforteamname | ( | string | teamname | ) |
| float snap_misc_topforteamnum | ( | float | teamnum | ) |
Referenced by agh_client_padclients_connect(), agh_weapons_impulsecommands(), and snap_misc_botspawner().
| string | ( | float | teamnum | ) |
| float SNAP_MISC_NORMYAW_OFFSET = 0 |
Definition at line 26 of file misc.mqc.
Referenced by agh_client_startdevs(), and snap_misc_normalyaw().
| float SNAP_NAV_DIR_BCK = 2 |
Definition at line 35 of file misc.mqc.
Referenced by snap_misc_blockedtest(), snap_nav_struct_main(), and snap_nav_struct_soundout().
| float SNAP_NAV_DIR_DN = 32 |
| float SNAP_NAV_DIR_FWD = 1 |
Definition at line 34 of file misc.mqc.
Referenced by snap_misc_blockedtest(), snap_nav_struct_main(), and snap_nav_struct_soundout().
| float SNAP_NAV_DIR_LFT = 4 |
Definition at line 36 of file misc.mqc.
Referenced by snap_misc_blockedtest(), snap_nav_struct_main(), and snap_nav_struct_soundout().
| float SNAP_NAV_DIR_RGT = 8 |
Definition at line 37 of file misc.mqc.
Referenced by snap_misc_blockedtest(), snap_nav_struct_main(), and snap_nav_struct_soundout().
| float SNAP_NAV_DIR_UP = 16 |
| float SNAP_NAV_JMP_NRM = 1 |
Definition at line 41 of file misc.mqc.
Referenced by agh_weapons_impulsecommands(), and snap_misc_jumptest().
| float SNAP_NAV_JMP_RUN = 2 |
Definition at line 42 of file misc.mqc.
Referenced by agh_weapons_impulsecommands(), and snap_misc_jumptest().
| float SNAP_NAV_STRUCT_DOOR = 42 |
Definition at line 32 of file misc.mqc.
Referenced by snap_nav_struct_detect(), and snap_nav_struct_soundout().
| float SNAP_NAV_STRUCT_SLOPE = 41 |
Definition at line 30 of file misc.mqc.
Referenced by snap_nav_struct_detect(), and snap_nav_struct_soundout().
| float SNAP_NAV_STRUCT_SLOPE_DOWN = 41.5 |
Definition at line 31 of file misc.mqc.
Referenced by snap_nav_struct_detect(), and snap_nav_struct_soundout().
| float SNAP_NAV_STRUCT_WALL = 40 |
Definition at line 29 of file misc.mqc.
Referenced by snap_nav_struct_detect(), and snap_nav_struct_soundout().
1.5.4