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

Go to the source code of this file.

Functions

function __init__ ()
 
function begin_other_grenade_tracking ()
 
function on_player_spawned ()
 
function watch_bolt_detonation (owner)
 

Function Documentation

◆ __init__()

function __init__ ( )

Definition at line 18 of file _explosive_bolt.gsc.

References on_player_spawned(), and on_spawned().

◆ begin_other_grenade_tracking()

function begin_other_grenade_tracking ( )

Definition at line 28 of file _explosive_bolt.gsc.

References check_stuck_to_player(), isHacked(), and watch_bolt_detonation().

Referenced by on_player_spawned().

◆ on_player_spawned()

function on_player_spawned ( )

Definition at line 23 of file _explosive_bolt.gsc.

References begin_other_grenade_tracking().

Referenced by __init__().

◆ watch_bolt_detonation()

function watch_bolt_detonation ( owner  )

Definition at line 57 of file _explosive_bolt.gsc.

Referenced by begin_other_grenade_tracking().