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

Go to the source code of this file.

Functions

function __init__ ()
 
function bestweapon_find (weapon, options, acvi)
 
function bestweapon_get ()
 
function bestweapon_init (weapon, options, acvi)
 
function bestweapon_kill (weapon)
 
function bestweapon_spawn (weapon, options, acvi)
 
function showcaseweapon_get ()
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 32 of file _weapons.gsc.

References init_shared().

◆ bestweapon_find()

function bestweapon_find ( weapon  ,
options  ,
acvi   
)

Definition at line 62 of file _weapons.gsc.

References name.

◆ bestweapon_get()

function bestweapon_get ( )

Definition at line 89 of file _weapons.gsc.

◆ bestweapon_init()

function bestweapon_init ( weapon  ,
options  ,
acvi   
)

Definition at line 48 of file _weapons.gsc.

◆ bestweapon_kill()

function bestweapon_kill ( weapon  )

Definition at line 38 of file _weapons.gsc.

Referenced by Callback_PlayerKilled().

◆ bestweapon_spawn()

function bestweapon_spawn ( weapon  ,
options  ,
acvi   
)

Definition at line 43 of file _weapons.gsc.

Referenced by giveWeapons().

◆ showcaseweapon_get()

function showcaseweapon_get ( )