![]() |
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.
Functions | |
| function | __init__ () |
| function | checkTeamMissiles (localClientNum) |
| function | checkTeamVehicles (localClientNum) |
| function | enemymissile_changed (local_client_num, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | enemyMissileVehicle_changed (local_client_num, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | enemyScriptMoverVehicle_changed (local_client_num, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | enemyvehicle_changed (local_client_num, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | should_set_compass_icon (local_client_num) |
| function | updateEnemyMissiles (local_client_num, newVal) |
| function | updateEnemyVehicles (local_client_num, newVal) |
| function | updateTeamMissiles (local_client_num, newVal) |
| function | updateTeamVehicles (local_client_num, newVal) |
| function | vehicle_transition (local_client_num, oldVal, newVal, bNewEnt, bInitialSnap, fieldName, bWasTimeJump) |
| function | watch_killstreak_detect_perks_changed (local_client_num) |
| function __init__ | ( | ) |
Definition at line 24 of file _killstreak_detect.csc.
References CF_CALLBACK_ZERO_ON_NEW_ENT, CF_HOST_ONLY, DEFAULT, enemyMissileVehicle_changed(), enemyScriptMoverVehicle_changed(), enemyvehicle_changed(), on_localplayer_spawned(), register(), vehicle_transition(), VERSION_SHIP, and watch_killstreak_detect_perks_changed().
| function checkTeamMissiles | ( | localClientNum | ) |
Definition at line 263 of file _killstreak_detect.csc.
Referenced by updateTeamMissiles().
| function checkTeamVehicles | ( | localClientNum | ) |
Definition at line 229 of file _killstreak_detect.csc.
Referenced by updateTeamVehicles().
| function enemymissile_changed | ( | local_client_num | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 93 of file _killstreak_detect.csc.
References updateEnemyMissiles(), and updateTeamMissiles().
Referenced by enemyMissileVehicle_changed().
| function enemyMissileVehicle_changed | ( | local_client_num | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 77 of file _killstreak_detect.csc.
References enemymissile_changed(), and should_set_compass_icon().
Referenced by __init__().
| function enemyScriptMoverVehicle_changed | ( | local_client_num | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 61 of file _killstreak_detect.csc.
References enemyvehicle_changed(), and should_set_compass_icon().
Referenced by __init__().
| function enemyvehicle_changed | ( | local_client_num | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 100 of file _killstreak_detect.csc.
References ARRAY_ADD, updateEnemyVehicles(), and updateTeamVehicles().
Referenced by __init__(), and enemyScriptMoverVehicle_changed().
| function should_set_compass_icon | ( | local_client_num | ) |
Definition at line 54 of file _killstreak_detect.csc.
Referenced by enemyMissileVehicle_changed(), and enemyScriptMoverVehicle_changed().
| function updateEnemyMissiles | ( | local_client_num | , |
| newVal | |||
| ) |
Definition at line 165 of file _killstreak_detect.csc.
References ENEMY_VEHICLE_ACTIVE, friend_not_foe(), set_dr_flag(), set_item_enemy_explosive(), set_item_friendly_explosive(), show_friendly_outlines(), and update_dr_filters().
Referenced by enemymissile_changed(), and watch_killstreak_detect_perks_changed().
| function updateEnemyVehicles | ( | local_client_num | , |
| newVal | |||
| ) |
Definition at line 123 of file _killstreak_detect.csc.
References ENEMY_VEHICLE_ACTIVE, friend_not_foe(), set_dr_flag(), set_item_enemy_vehicle(), set_item_friendly_vehicle(), show_friendly_outlines(), and update_dr_filters().
Referenced by enemyvehicle_changed(), and watch_killstreak_detect_perks_changed().
| function updateTeamMissiles | ( | local_client_num | , |
| newVal | |||
| ) |
Definition at line 118 of file _killstreak_detect.csc.
References checkTeamMissiles().
Referenced by enemymissile_changed().
| function updateTeamVehicles | ( | local_client_num | , |
| newVal | |||
| ) |
Definition at line 113 of file _killstreak_detect.csc.
References checkTeamVehicles().
Referenced by enemyvehicle_changed().
| function vehicle_transition | ( | local_client_num | , |
| oldVal | , | ||
| newVal | , | ||
| bNewEnt | , | ||
| bInitialSnap | , | ||
| fieldName | , | ||
| bWasTimeJump | |||
| ) |
Definition at line 42 of file _killstreak_detect.csc.
References friend_not_foe(), set_item_friendly_vehicle(), and show_friendly_outlines().
Referenced by __init__().
| function watch_killstreak_detect_perks_changed | ( | local_client_num | ) |
Definition at line 206 of file _killstreak_detect.csc.
References updateEnemyMissiles(), updateEnemyVehicles(), and WAIT_CLIENT_FRAME.
Referenced by __init__().