![]() |
Black Ops 3 Source Code Explorer
0.1
An script explorer for Black Ops 3 by ZeRoY
|
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 init | ( | ) |
Definition at line 39 of file _hud_message.gsc.
| function outcomeNotify | ( | winner | , |
| isRoundEnd | , | ||
| endReasonText | |||
| ) |
Definition at line 342 of file _hud_message.gsc.
References createFontString(), isOneRound(), resetOutcomeNotify(), setParent(), setPoint(), updateOutcome(), and WAIT_SERVER_FRAME.
| function resetOutcomeNotify | ( | hudElemList1 | , |
| hudElemList2 | , | ||
| hudElem3 | , | ||
| hudElem4 | , | ||
| hudElem5 | , | ||
| hudElem6 | , | ||
| hudElem7 | , | ||
| hudElem8 | , | ||
| hudElem9 | , | ||
| hudElem10 | |||
| ) |
Definition at line 835 of file _hud_message.gsc.
References destroyHudElem().
| function resetWagerOutcomeNotify | ( | playerNameHudElems | , |
| playerCPHudElems | , | ||
| outcomeTitle | , | ||
| outcomeText | |||
| ) |
Definition at line 866 of file _hud_message.gsc.
References destroy().
| function teamOutcomeNotify | ( | winner | , |
| isRound | , | ||
| endReasonText | |||
| ) |
Definition at line 56 of file _hud_message.gsc.
References createFontString(), createIcon(), resetOutcomeNotify(), setParent(), setPoint(), and WAIT_SERVER_FRAME.
| function teamOutcomeNotifyZombie | ( | winner | , |
| isRound | , | ||
| endReasonText | |||
| ) |
Definition at line 287 of file _hud_message.gsc.
References createFontString(), resetOutcomeNotify(), setPoint(), and WAIT_SERVER_FRAME.
| function teamWagerOutcomeNotify | ( | winner | , |
| isRoundEnd | , | ||
| endReasonText | |||
| ) |
Definition at line 659 of file _hud_message.gsc.
References createFontString(), createIcon(), resetOutcomeNotify(), setParent(), setPoint(), and WAIT_SERVER_FRAME.
| function updateOutcome | ( | firstTitle | , |
| secondTitle | , | ||
| thirdTitle | |||
| ) |
Definition at line 890 of file _hud_message.gsc.
| function updateWagerOutcome | ( | playerNameHudElems | , |
| playerCPHudElems | |||
| ) |
Definition at line 918 of file _hud_message.gsc.
| function wagerOutcomeNotify | ( | winner | , |
| endReasonText | |||
| ) |
Definition at line 477 of file _hud_message.gsc.
References createFontString(), resetWagerOutcomeNotify(), setParent(), setPoint(), updateWagerOutcome(), and WAIT_SERVER_FRAME.