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

Go to the source code of this file.

Functions

function main ()
 
function onEndGame (winningPlayer)
 
function onPlayerKilled (eInflictor, attacker, iDamage, sMeansOfDeath, weapon, vDir, sHitLoc, psOffsetTime, deathAnimDuration)
 
function onScoreCloseMusic ()
 
function onSpawnPlayer (predictedSpawn)
 
function onStartGameType ()
 
function setupTeam (team)
 

Function Documentation

◆ main()

◆ onEndGame()

function onEndGame ( winningPlayer  )

Definition at line 145 of file dm.gsc.

◆ onPlayerKilled()

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

Definition at line 182 of file dm.gsc.

References get_killstreak_for_weapon(), givePointsToWin(), and IS_TRUE.

Referenced by main().

◆ onScoreCloseMusic()

function onScoreCloseMusic ( )

Definition at line 151 of file dm.gsc.

Referenced by onStartGameType().

◆ onSpawnPlayer()

function onSpawnPlayer ( predictedSpawn  )

Definition at line 172 of file dm.gsc.

Referenced by main().

◆ onStartGameType()

◆ setupTeam()

function setupTeam ( team  )