![]() |
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, 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 init | ( | ) |
Definition at line 53 of file _hud_message.gsc.
| 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().
| function resetOutcomeNotify | ( | hudElemList1 | , |
| hudElemList2 | , | ||
| hudElem3 | , | ||
| hudElem4 | , | ||
| hudElem5 | , | ||
| hudElem6 | , | ||
| hudElem7 | , | ||
| hudElem8 | , | ||
| hudElem9 | , | ||
| hudElem10 | |||
| ) |
Definition at line 799 of file _hud_message.gsc.
References destroyHudElem().
Referenced by outcomeNotify(), teamOutcomeNotify(), teamOutcomeNotifyZombie(), and teamWagerOutcomeNotify().
| function resetWagerOutcomeNotify | ( | playerNameHudElems | , |
| playerCPHudElems | , | ||
| outcomeTitle | , | ||
| outcomeText | |||
| ) |
Definition at line 830 of file _hud_message.gsc.
References destroy().
Referenced by wagerOutcomeNotify().
| 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().
| function teamOutcomeNotifyZombie | ( | winner | , |
| isRound | , | ||
| endReasonText | |||
| ) |
Definition at line 329 of file _hud_message.gsc.
References createFontString(), resetOutcomeNotify(), setPoint(), and WAIT_SERVER_FRAME.
Referenced by GlobalLogic_SetupDefault_ZombieCallbacks().
| function teamWagerOutcomeNotify | ( | winner | , |
| isRoundEnd | , | ||
| endReasonText | |||
| ) |
Definition at line 612 of file _hud_message.gsc.
References createFontString(), createIcon(), resetOutcomeNotify(), setParent(), setPoint(), and WAIT_SERVER_FRAME.
Referenced by SetupCallbacks().
| function updateOutcome | ( | firstTitle | , |
| secondTitle | , | ||
| thirdTitle | |||
| ) |
Definition at line 854 of file _hud_message.gsc.
Referenced by outcomeNotify().
| function updateWagerOutcome | ( | playerNameHudElems | , |
| playerCPHudElems | |||
| ) |
Definition at line 882 of file _hud_message.gsc.
Referenced by wagerOutcomeNotify().
| function wagerOutcomeNotify | ( | winner | , |
| endReasonText | |||
| ) |
Definition at line 448 of file _hud_message.gsc.
References createFontString(), resetWagerOutcomeNotify(), setParent(), setPoint(), updateWagerOutcome(), and WAIT_SERVER_FRAME.
Referenced by SetupCallbacks().