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

Go to the source code of this file.

Functions

function main ()
 
function onEndGame (winningTeam)
 
function onPlayerKilled (eInflictor, attacker, iDamage, sMeansOfDeath, weapon, vDir, sHitLoc, psOffsetTime, deathAnimDuration)
 
function onRoundEndGame (roundWinner)
 
function onRoundSwitch ()
 
function onScoreCloseMusic ()
 
function onSpawnPlayer (predictedSpawn)
 
function onStartGameType ()
 

Function Documentation

◆ main()

◆ onEndGame()

function onEndGame ( winningTeam  )

Definition at line 212 of file tdm.gsc.

References giveTeamScoreForObjective().

◆ onPlayerKilled()

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

◆ onRoundEndGame()

function onRoundEndGame ( roundWinner  )

Definition at line 231 of file tdm.gsc.

Referenced by main().

◆ onRoundSwitch()

function onRoundSwitch ( )

Definition at line 218 of file tdm.gsc.

Referenced by main().

◆ onScoreCloseMusic()

function onScoreCloseMusic ( )

Definition at line 244 of file tdm.gsc.

Referenced by onStartGameType().

◆ onSpawnPlayer()

function onSpawnPlayer ( predictedSpawn  )

Definition at line 200 of file tdm.gsc.

Referenced by main().

◆ onStartGameType()