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

Go to the source code of this file.

Functions

function GetCompatibleOperation ()
 
function getID (name)
 
function getTeamopsTableID ()
 
function init ()
 
function main ()
 
function onPlayerKilled (eInflictor, attacker, iDamage, sMeansOfDeath, weapon, vDir, sHitLoc, psOffsetTime, deathAnimDuration)
 
function processPlayerEvent (event, player)
 
function processTeamEvent (event, player, team)
 
function startTeamops (name)
 
function stopTeamops ()
 
function teamOpsAcheived (player, team)
 
function teamOpsAllowed (name)
 
function teamOpsWatcher ()
 
function updateTeamOps (event, player, team)
 
function watchTeamOpsTime ()
 

Function Documentation

◆ GetCompatibleOperation()

function GetCompatibleOperation ( )

Definition at line 267 of file _teamops.gsc.

References teamOpsAllowed().

Referenced by onPlayerKilled(), and watchTeamOpsTime().

◆ getID()

function getID ( name  )

Definition at line 74 of file _teamops.gsc.

References GAMEOPS_EVENT_MAX_COUNT, GAMEOPS_NAME, getTeamopsTableID(), and name.

Referenced by startTeamops().

◆ getTeamopsTableID()

function getTeamopsTableID ( )

Definition at line 17 of file _teamops.gsc.

References GAMEOPS_EVENT_TABLE_NAME.

Referenced by getID(), and init().

◆ init()

◆ main()

function main ( )

Definition at line 257 of file _teamops.gsc.

References onPlayerKilled(), and watchTeamOpsTime().

◆ onPlayerKilled()

function onPlayerKilled ( eInflictor  ,
attacker  ,
iDamage  ,
sMeansOfDeath  ,
weapon  ,
vDir  ,
sHitLoc  ,
psOffsetTime  ,
deathAnimDuration   
)

Definition at line 328 of file _teamops.gsc.

References GetCompatibleOperation(), and startTeamops().

Referenced by main().

◆ processPlayerEvent()

function processPlayerEvent ( event  ,
player   
)

Definition at line 186 of file _teamops.gsc.

References processTeamEvent().

Referenced by init().

◆ processTeamEvent()

function processTeamEvent ( event  ,
player  ,
team   
)

Definition at line 196 of file _teamops.gsc.

References updateTeamOps().

Referenced by processPlayerEvent().

◆ startTeamops()

function startTeamops ( name  )

Definition at line 101 of file _teamops.gsc.

References getID(), leader_dialog(), name, teamOpsAllowed(), and teamOpsWatcher().

Referenced by onPlayerKilled(), and watchTeamOpsTime().

◆ stopTeamops()

function stopTeamops ( )

Definition at line 173 of file _teamops.gsc.

Referenced by resetAllScores(), teamOpsWatcher(), and watchTeamOpsTime().

◆ teamOpsAcheived()

function teamOpsAcheived ( player  ,
team   
)

Definition at line 242 of file _teamops.gsc.

References give(), leader_dialog(), leader_dialog_for_other_teams(), and useKillstreak().

Referenced by updateTeamOps().

◆ teamOpsAllowed()

function teamOpsAllowed ( name  )

Definition at line 86 of file _teamops.gsc.

References name.

Referenced by GetCompatibleOperation(), and startTeamops().

◆ teamOpsWatcher()

function teamOpsWatcher ( )

Definition at line 152 of file _teamops.gsc.

References leader_dialog(), and stopTeamops().

Referenced by startTeamops().

◆ updateTeamOps()

function updateTeamOps ( event  ,
player  ,
team   
)

Definition at line 223 of file _teamops.gsc.

References teamOpsAcheived().

Referenced by processTeamEvent(), and spawnPlayer().

◆ watchTeamOpsTime()

function watchTeamOpsTime ( )

Definition at line 290 of file _teamops.gsc.

References GetCompatibleOperation(), getTimePassed(), IS_TRUE, startTeamops(), and stopTeamops().

Referenced by main().