‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
_killstreak_weapons.gsc File Reference

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 Documentation

◆ checkIfSwitchableWeapon()

function checkIfSwitchableWeapon ( currentWeapon  ,
newWeapon  ,
killstreakWeapon  ,
currentKillstreakId   
)

◆ init()

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 53 of file _killstreak_weapons.gsc.

References getTimePassed(), isFirstRound(), isOneRound(), and watchKillstreakWeaponDelay().

Referenced by init().

◆ useCarriedKillstreakWeapon()

◆ useKillstreakWeaponDrop()

function useKillstreakWeaponDrop ( hardpointType  )

◆ useKillstreakWeaponFromCrate()

function useKillstreakWeaponFromCrate ( hardpointType  )

◆ watchKillstreakRemoval()

function watchKillstreakRemoval ( killstreakType  ,
killstreak_id   
)

◆ watchKillstreakRoundChange()

function watchKillstreakRoundChange ( isFromInventory  ,
killstreak_id   
)

Definition at line 485 of file _killstreak_weapons.gsc.

References get_killstreak_index_by_id().

Referenced by useCarriedKillstreakWeapon().

◆ watchKillstreakWeaponDeath()

function watchKillstreakWeaponDeath ( killstreakWeapon  ,
killstreak_id  ,
isFromInventory   
)

◆ watchKillstreakWeaponDelay()

function watchKillstreakWeaponDelay ( )

◆ watchKillstreakWeaponSwitch()

function watchKillstreakWeaponSwitch ( killstreakWeapon  ,
killstreak_id  ,
isFromInventory   
)

◆ WatchPlayerDeath()

function WatchPlayerDeath ( killstreakWeapon  )

Definition at line 447 of file _killstreak_weapons.gsc.

Referenced by useCarriedKillstreakWeapon().