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

Go to the source code of this file.

Functions

function init ()
 
function outcomeNotify (winner, isRoundEnd, endReasonText)
 
function resetOutcomeNotify (hudElemList1, hudElemList2, hudElem3, hudElem4, hudElem5, hudElem6, hudElem7, hudElem8, hudElem9, hudElem10)
 
function resetWagerOutcomeNotify (playerNameHudElems, playerCPHudElems, outcomeTitle, outcomeText)
 
function teamOutcomeNotify (winner, isRound, endReasonText)
 
function teamOutcomeNotifyZombie (winner, isRound, endReasonText)
 
function teamWagerOutcomeNotify (winner, isRoundEnd, endReasonText)
 
function updateOutcome (firstTitle, secondTitle, thirdTitle)
 
function updateWagerOutcome (playerNameHudElems, playerCPHudElems)
 
function wagerOutcomeNotify (winner, endReasonText)
 

Function Documentation

◆ init()

function init ( )

Definition at line 39 of file _hud_message.gsc.

◆ outcomeNotify()

function outcomeNotify ( winner  ,
isRoundEnd  ,
endReasonText   
)

◆ resetOutcomeNotify()

function resetOutcomeNotify ( hudElemList1  ,
hudElemList2  ,
hudElem3  ,
hudElem4  ,
hudElem5  ,
hudElem6  ,
hudElem7  ,
hudElem8  ,
hudElem9  ,
hudElem10   
)

Definition at line 835 of file _hud_message.gsc.

References destroyHudElem().

◆ resetWagerOutcomeNotify()

function resetWagerOutcomeNotify ( playerNameHudElems  ,
playerCPHudElems  ,
outcomeTitle  ,
outcomeText   
)

Definition at line 866 of file _hud_message.gsc.

References destroy().

◆ teamOutcomeNotify()

function teamOutcomeNotify ( winner  ,
isRound  ,
endReasonText   
)

◆ teamOutcomeNotifyZombie()

function teamOutcomeNotifyZombie ( winner  ,
isRound  ,
endReasonText   
)

◆ teamWagerOutcomeNotify()

function teamWagerOutcomeNotify ( winner  ,
isRoundEnd  ,
endReasonText   
)

◆ updateOutcome()

function updateOutcome ( firstTitle  ,
secondTitle  ,
thirdTitle   
)

Definition at line 890 of file _hud_message.gsc.

◆ updateWagerOutcome()

function updateWagerOutcome ( playerNameHudElems  ,
playerCPHudElems   
)

Definition at line 918 of file _hud_message.gsc.

◆ wagerOutcomeNotify()

function wagerOutcomeNotify ( winner  ,
endReasonText   
)