‪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, endType, 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 53 of file _hud_message.gsc.

◆ outcomeNotify()

function outcomeNotify ( winner  ,
isRoundEnd  ,
endReasonText   
)

Definition at line 386 of file _hud_message.gsc.

References isInTop(), isOneRound(), and WAIT_SERVER_FRAME.

Referenced by setup_callbacks(), and SetupCallbacks().

◆ resetOutcomeNotify()

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

◆ resetWagerOutcomeNotify()

function resetWagerOutcomeNotify ( playerNameHudElems  ,
playerCPHudElems  ,
outcomeTitle  ,
outcomeText   
)

Definition at line 830 of file _hud_message.gsc.

References destroy().

Referenced by wagerOutcomeNotify().

◆ teamOutcomeNotify()

function teamOutcomeNotify ( winner  ,
endType  ,
endReasonText   
)

Definition at line 80 of file _hud_message.gsc.

References DEFAULT, IS_TRUE, TEAM_ALLIES, TEAM_AXIS, and WAIT_SERVER_FRAME.

Referenced by setup_callbacks(), and SetupCallbacks().

◆ teamOutcomeNotifyZombie()

function teamOutcomeNotifyZombie ( winner  ,
isRound  ,
endReasonText   
)

◆ teamWagerOutcomeNotify()

function teamWagerOutcomeNotify ( winner  ,
isRoundEnd  ,
endReasonText   
)

◆ updateOutcome()

function updateOutcome ( firstTitle  ,
secondTitle  ,
thirdTitle   
)

Definition at line 854 of file _hud_message.gsc.

Referenced by outcomeNotify().

◆ updateWagerOutcome()

function updateWagerOutcome ( playerNameHudElems  ,
playerCPHudElems   
)

Definition at line 882 of file _hud_message.gsc.

Referenced by wagerOutcomeNotify().

◆ wagerOutcomeNotify()

function wagerOutcomeNotify ( winner  ,
endReasonText   
)