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

Go to the source code of this file.

Functions

function main ()
 
function monitorTearUsage ()
 
function startMonitoringTearUsage ()
 
function stopMonitoringTearUsage (disconnected)
 
function tear (pos)
 
function teargassuffering ()
 
function tearGrenade_think (team)
 
function teartimer ()
 

Function Documentation

◆ main()

function main ( )

◆ monitorTearUsage()

function monitorTearUsage ( )

Definition at line 34 of file _teargrenades.gsc.

References tearGrenade_think().

Referenced by startMonitoringTearUsage().

◆ startMonitoringTearUsage()

function startMonitoringTearUsage ( )

Definition at line 25 of file _teargrenades.gsc.

References monitorTearUsage().

Referenced by main().

◆ stopMonitoringTearUsage()

function stopMonitoringTearUsage ( disconnected  )

Definition at line 29 of file _teargrenades.gsc.

Referenced by main().

◆ tear()

function tear ( pos  )

Definition at line 93 of file _teargrenades.gsc.

References spawn(), teargassuffering(), and teartimer().

Referenced by tearGrenade_think().

◆ teargassuffering()

function teargassuffering ( )

Definition at line 136 of file _teargrenades.gsc.

References mayApplyScreenEffect().

Referenced by tear().

◆ tearGrenade_think()

function tearGrenade_think ( team  )

Definition at line 82 of file _teargrenades.gsc.

References tear().

Referenced by monitorTearUsage().

◆ teartimer()

function teartimer ( )

Definition at line 130 of file _teargrenades.gsc.

Referenced by tear().