![]() |
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 | checkIfSwitchableWeapon (currentWeapon, newWeapon, killstreakWeapon, currentKillstreakId) |
| function | init () |
| function | on_player_spawned () |
| function | useCarriedKillstreakWeapon (hardpointType) |
| function | useKillstreakWeaponDrop (hardpointType) |
| function | useKillstreakWeaponFromCrate (hardpointType) |
| function | watchKillstreakRemoval (killstreakType, killstreak_id) |
| function | watchKillstreakRoundChange (isFromInventory, killstreak_id) |
| function | watchKillstreakWeaponDeath (killstreakWeapon, killstreak_id, isFromInventory) |
| function | watchKillstreakWeaponDelay () |
| function | watchKillstreakWeaponSwitch (killstreakWeapon, killstreak_id, isFromInventory) |
| function | WatchPlayerDeath (killstreakWeapon) |
| function checkIfSwitchableWeapon | ( | currentWeapon | , |
| newWeapon | , | ||
| killstreakWeapon | , | ||
| currentKillstreakId | |||
| ) |
Definition at line 519 of file _killstreak_weapons.gsc.
References get_top_killstreak(), get_top_killstreak_unique_id(), and is_killstreak_weapon().
| function init | ( | ) |
Definition at line 30 of file _killstreak_weapons.gsc.
References on_player_spawned(), on_spawned(), override_entity_camera_in_demo(), register(), register_dialog(), register_strings(), and useCarriedKillstreakWeapon().
| function on_player_spawned | ( | ) |
Definition at line 53 of file _killstreak_weapons.gsc.
References getTimePassed(), isFirstRound(), isOneRound(), and watchKillstreakWeaponDelay().
Referenced by init().
| function useCarriedKillstreakWeapon | ( | hardpointType | ) |
Definition at line 121 of file _killstreak_weapons.gsc.
References add_limited_weapon(), DisplayTeamMessageToAll(), get_killstreak_weapon(), IS_TRUE, isKillstreakAllowed(), killstreakStart(), play_killstreak_start_dialog(), watchKillstreakRemoval(), watchKillstreakRoundChange(), watchKillstreakWeaponDeath(), watchKillstreakWeaponSwitch(), and WatchPlayerDeath().
Referenced by init().
| function useKillstreakWeaponDrop | ( | hardpointType | ) |
Definition at line 104 of file _killstreak_weapons.gsc.
References isSupplyDropGrenadeAllowed(), result(), and useSupplyDropMarker().
| function useKillstreakWeaponFromCrate | ( | hardpointType | ) |
Definition at line 236 of file _killstreak_weapons.gsc.
References get_killstreak_weapon(), killstreakStart(), watchKillstreakRemoval(), watchKillstreakWeaponDeath(), and watchKillstreakWeaponSwitch().
Referenced by giveCrateWeapon().
| function watchKillstreakRemoval | ( | killstreakType | , |
| killstreak_id | |||
| ) |
Definition at line 461 of file _killstreak_weapons.gsc.
References get_killstreak_weapon().
Referenced by useCarriedKillstreakWeapon(), and useKillstreakWeaponFromCrate().
| function watchKillstreakRoundChange | ( | isFromInventory | , |
| killstreak_id | |||
| ) |
Definition at line 485 of file _killstreak_weapons.gsc.
References get_killstreak_index_by_id().
Referenced by useCarriedKillstreakWeapon().
| function watchKillstreakWeaponDeath | ( | killstreakWeapon | , |
| killstreak_id | , | ||
| isFromInventory | |||
| ) |
Definition at line 361 of file _killstreak_weapons.gsc.
References activate_next(), get_killstreak_for_weapon(), get_killstreak_index_by_id(), get_top_killstreak_unique_id(), killstreakStop(), and remove_used_killstreak().
Referenced by useCarriedKillstreakWeapon(), and useKillstreakWeaponFromCrate().
| function watchKillstreakWeaponDelay | ( | ) |
Definition at line 69 of file _killstreak_weapons.gsc.
References get_killstreak_for_weapon(), getTimePassed(), is_delayable_killstreak(), and is_killstreak_weapon().
Referenced by on_player_spawned().
| function watchKillstreakWeaponSwitch | ( | killstreakWeapon | , |
| killstreak_id | , | ||
| isFromInventory | |||
| ) |
Definition at line 269 of file _killstreak_weapons.gsc.
References activate_next(), get_killstreak_for_weapon(), get_killstreak_index_by_id(), get_top_killstreak_unique_id(), is_killstreak_weapon(), killstreakStop(), remove_used_killstreak(), and setWeaponAmmoOverall().
Referenced by useCarriedKillstreakWeapon(), and useKillstreakWeaponFromCrate().
| function WatchPlayerDeath | ( | killstreakWeapon | ) |
Definition at line 447 of file _killstreak_weapons.gsc.
Referenced by useCarriedKillstreakWeapon().