![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
Go to the source code of this file.
| function __init__ | ( | ) |
Definition at line 78 of file _spawning.gsc.
References init_spawn_system(), on_connecting(), on_player_connecting(), spawn_array_struct(), and VAL.
| function CodeCallback_UpdateSpawnPoints | ( | ) |
Definition at line 864 of file _spawning.gsc.
References rebuildSpawnPoints(), and updateAllSpawnPoints().
| function create_enemy_influencer | ( | name | , |
| origin | , | ||
| team | |||
| ) |
Definition at line 263 of file _spawning.gsc.
References create_influencer(), get_enemy_team_mask(), and name.
| function create_entity_enemy_influencer | ( | name | ) |
Definition at line 285 of file _spawning.gsc.
References create_entity_masked_enemy_influencer(), get_enemy_team_mask(), and name.
| function create_entity_friendly_influencer | ( | name | ) |
Definition at line 278 of file _spawning.gsc.
References create_entity_masked_friendly_influencer(), get_friendly_team_mask(), and name.
| function create_entity_influencer | ( | name | , |
| team_mask | |||
| ) |
Definition at line 272 of file _spawning.gsc.
References name.
| function create_entity_masked_enemy_influencer | ( | name | , |
| team_mask | |||
| ) |
Definition at line 299 of file _spawning.gsc.
References create_entity_influencer(), and name.
| function create_entity_masked_friendly_influencer | ( | name | , |
| team_mask | |||
| ) |
Definition at line 292 of file _spawning.gsc.
References create_entity_influencer(), and name.
| function create_friendly_influencer | ( | name | , |
| origin | , | ||
| team | |||
| ) |
Definition at line 254 of file _spawning.gsc.
References create_influencer(), get_friendly_team_mask(), and name.
| function create_grenade_influencers | ( | parent_team | , |
| weapon | , | ||
| grenade | |||
| ) |
Definition at line 434 of file _spawning.gsc.
References create_entity_masked_enemy_influencer(), getOtherTeamsMask(), and getTeamMask().
| function create_influencer | ( | name | , |
| origin | , | ||
| team_mask | |||
| ) |
Definition at line 245 of file _spawning.gsc.
References name, and watch_remove_influencer().
| function create_map_placed_influencer | ( | influencer_entity | ) |
Definition at line 475 of file _spawning.gsc.
References create_enemy_influencer(), and getTeamMask().
| function create_map_placed_influencers | ( | ) |
Definition at line 463 of file _spawning.gsc.
References create_map_placed_influencer().
| function create_player_influencers | ( | ) |
Definition at line 306 of file _spawning.gsc.
References create_entity_masked_enemy_influencer(), create_entity_masked_friendly_influencer(), enable_influencers(), getOtherTeamsMask(), and getTeamMask().
| function delete_all_spawns | ( | spawnpoints | ) |
Definition at line 837 of file _spawning.gsc.
| function enable_influencers | ( | enabled | ) |
Definition at line 386 of file _spawning.gsc.
| function enable_player_influencers | ( | enabled | ) |
Definition at line 394 of file _spawning.gsc.
References create_player_influencers(), and enable_influencers().
| function gatherSpawnPoints | ( | player_team | ) |
Definition at line 725 of file _spawning.gsc.
References getTeamSpawnPoints(), and spawn_array_struct().
| function get_best_spawnpoint | ( | point_team | , |
| influencer_team | , | ||
| player | , | ||
| predictedSpawn | |||
| ) |
Definition at line 702 of file _spawning.gsc.
References getOtherTeamsMask().
| function get_debug_spawnpoint | ( | player | ) |
Definition at line 653 of file _spawning.gsc.
| function get_enemy_team_mask | ( | team | ) |
Definition at line 231 of file _spawning.gsc.
References getOtherTeamsMask().
| function get_friendly_team_mask | ( | team | ) |
Definition at line 217 of file _spawning.gsc.
References getTeamMask().
| function getSpawnPoint | ( | player_entity | , |
| predictedSpawn | |||
| ) |
Definition at line 618 of file _spawning.gsc.
References get_best_spawnpoint(), and getOtherTeam().
| function init_spawn_system | ( | ) |
Definition at line 96 of file _spawning.gsc.
| function initialSpawnProtection | ( | specialtyName | , |
| spawnMonitorSpeed | |||
| ) |
Definition at line 877 of file _spawning.gsc.
| function is_hardcore | ( | ) |
Definition at line 760 of file _spawning.gsc.
| function on_joined_team | ( | ) |
Definition at line 188 of file _spawning.gsc.
References player_influencers_set_team().
Referenced by on_player_connecting().
| function on_player_connecting | ( | ) |
Definition at line 127 of file _spawning.gsc.
References on_joined_team(), on_player_spawned(), on_spawned(), and onGrenadeThrow().
Referenced by __init__().
| function on_player_spawned | ( | ) |
Definition at line 145 of file _spawning.gsc.
References enable_player_influencers(), and onDeath().
Referenced by on_player_connecting().
| function onDeath | ( | ) |
Definition at line 168 of file _spawning.gsc.
References create_friendly_influencer(), and enable_player_influencers().
| function onGrenadeThrow | ( | ) |
Definition at line 204 of file _spawning.gsc.
References create_grenade_influencers(), and WAIT_SERVER_FRAME.
| function onSpawnPlayer_Unified | ( | predictedSpawn | ) |
Definition at line 524 of file _spawning.gsc.
References set_dvar_if_unset().
Referenced by Callback_PlayerConnect(), and spawnPlayerPrediction().
| function player_influencers_set_team | ( | ) |
Definition at line 402 of file _spawning.gsc.
References getOtherTeamsMask(), and getTeamMask().
| function remove_influencers | ( | ) |
Definition at line 351 of file _spawning.gsc.
| function remove_unused_spawn_entities | ( | ) |
Definition at line 783 of file _spawning.gsc.
References delete_all_spawns(), getSpawnpointArray(), and spawn_point_class_name_being_used().
| function spawn_point_class_name_being_used | ( | name | ) |
Definition at line 845 of file _spawning.gsc.
References name.
| function teams_have_enmity | ( | team1 | , |
| team2 | |||
| ) |
Definition at line 766 of file _spawning.gsc.
| function updateAllSpawnPoints | ( | ) |
Definition at line 492 of file _spawning.gsc.
References addSpawnPoints(), clearSpawnPoints(), gatherSpawnPoints(), and remove_unused_spawn_entities().
| function watch_remove_influencer | ( | ) |
Definition at line 369 of file _spawning.gsc.
References watch_remove_influencer().