![]() |
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 | main () |
function | monitorTearUsage () |
function | startMonitoringTearUsage () |
function | stopMonitoringTearUsage (disconnected) |
function | tear (pos) |
function | teargassuffering () |
function | tearGrenade_think (team) |
function | teartimer () |
function main | ( | ) |
Definition at line 11 of file _teargrenades.gsc.
References enable(), init(), startMonitoringTearUsage(), and stopMonitoringTearUsage().
function monitorTearUsage | ( | ) |
Definition at line 34 of file _teargrenades.gsc.
References tearGrenade_think().
Referenced by startMonitoringTearUsage().
function startMonitoringTearUsage | ( | ) |
Definition at line 25 of file _teargrenades.gsc.
References monitorTearUsage().
Referenced by main().
function stopMonitoringTearUsage | ( | disconnected | ) |
Definition at line 29 of file _teargrenades.gsc.
Referenced by main().
function tear | ( | pos | ) |
Definition at line 93 of file _teargrenades.gsc.
References spawn(), teargassuffering(), and teartimer().
Referenced by tearGrenade_think().
function teargassuffering | ( | ) |
Definition at line 136 of file _teargrenades.gsc.
References mayApplyScreenEffect().
Referenced by tear().
function tearGrenade_think | ( | team | ) |
Definition at line 82 of file _teargrenades.gsc.
References tear().
Referenced by monitorTearUsage().
function teartimer | ( | ) |
Definition at line 130 of file _teargrenades.gsc.
Referenced by tear().