![]() |
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 | canReadText () |
| function | clearShoutcasterWaitingMessage () |
| function | destroyHudElem (hudElem) |
| function | hintMessage (hintText, duration) |
| function | hintMessageDeathThink () |
| function | hintMessagePlayers (players, hintText, duration) |
| function | init () |
| function | initCustomGametypeHeader () |
| function | initNotifyMessage () |
| function | isInTop (players, topN) |
| function | lowerMessageThink () |
| function | notifyMessage (notifyData) |
| function | oldNotifyMessage (titleText, notifyText, iconName, glowColor, sound, duration) |
| function | on_player_connect () |
| function | on_player_disconnect () |
| function | playNotifyLoop (duration) |
| function | resetNotify () |
| function | resetOnCancel () |
| function | resetOnDeath () |
| function | setMatchScoreHUDElemForTeam (team) |
| function | setShoutcasterWaitingMessage () |
| function | showInitialFactionPopup (team) |
| function | showNotifyMessage (notifyData, duration) |
| function | waitRequireVisibility (waitTime) |
| function | waitTillNotifiesDone () |
| function __init__ | ( | ) |
Definition at line 20 of file hud_message_shared.gsc.
References init(), and on_start_gametype().
| function canReadText | ( | ) |
Definition at line 406 of file hud_message_shared.gsc.
References is_flashbanged().
Referenced by waitRequireVisibility().
| function clearShoutcasterWaitingMessage | ( | ) |
Definition at line 530 of file hud_message_shared.gsc.
References destroyHudElem().
Referenced by spectate_player_watcher().
| function destroyHudElem | ( | hudElem | ) |
Definition at line 511 of file hud_message_shared.gsc.
References destroyElem().
Referenced by clearShoutcasterWaitingMessage(), and resetOutcomeNotify().
| function hintMessage | ( | hintText | , |
| duration | |||
| ) |
Definition at line 79 of file hud_message_shared.gsc.
References notifyMessage().
Referenced by doInitialSpawnMessaging(), hintMessageDeathThink(), and spawnPlayer().
| function hintMessageDeathThink | ( | ) |
Definition at line 449 of file hud_message_shared.gsc.
References destroyElem(), and hintMessage().
Referenced by on_player_connect().
| function hintMessagePlayers | ( | players | , |
| hintText | , | ||
| duration | |||
| ) |
Definition at line 89 of file hud_message_shared.gsc.
References notifyMessage().
| function init | ( | ) |
Definition at line 25 of file hud_message_shared.gsc.
References on_connect(), on_disconnect(), on_player_connect(), and on_player_disconnect().
Referenced by __init__().
| function initCustomGametypeHeader | ( | ) |
Definition at line 54 of file hud_message_shared.gsc.
References createFontString(), setParent(), and setPoint().
Referenced by on_player_connect().
| function initNotifyMessage | ( | ) |
Definition at line 107 of file hud_message_shared.gsc.
References createFontString(), createIcon(), setParent(), and setPoint().
Referenced by on_player_connect().
| function isInTop | ( | players | , |
| topN | |||
| ) |
Definition at line 498 of file hud_message_shared.gsc.
Referenced by outcomeNotify().
| function lowerMessageThink | ( | ) |
Definition at line 462 of file hud_message_shared.gsc.
References createFontString(), setParent(), and setPoint().
Referenced by on_player_connect().
| function notifyMessage | ( | notifyData | ) |
Definition at line 214 of file hud_message_shared.gsc.
Referenced by display_message(), hintMessage(), hintMessagePlayers(), and testMenu().
| function oldNotifyMessage | ( | titleText | , |
| notifyText | , | ||
| iconName | , | ||
| glowColor | , | ||
| sound | , | ||
| duration | |||
| ) |
Definition at line 196 of file hud_message_shared.gsc.
Referenced by showInitialFactionPopup().
| function on_player_connect | ( | ) |
Definition at line 32 of file hud_message_shared.gsc.
References hintMessageDeathThink(), initCustomGametypeHeader(), initNotifyMessage(), and lowerMessageThink().
Referenced by init().
| function on_player_disconnect | ( | ) |
Definition at line 41 of file hud_message_shared.gsc.
Referenced by init().
| function playNotifyLoop | ( | duration | ) |
Definition at line 228 of file hud_message_shared.gsc.
References spawn().
| function resetNotify | ( | ) |
Definition at line 439 of file hud_message_shared.gsc.
Referenced by resetOnCancel(), and resetOnDeath().
| function resetOnCancel | ( | ) |
Definition at line 426 of file hud_message_shared.gsc.
References resetNotify().
Referenced by showNotifyMessage().
| function resetOnDeath | ( | ) |
Definition at line 415 of file hud_message_shared.gsc.
References resetNotify().
| function setMatchScoreHUDElemForTeam | ( | team | ) |
Definition at line 486 of file hud_message_shared.gsc.
References get_rounds_won().
| function setShoutcasterWaitingMessage | ( | ) |
Definition at line 517 of file hud_message_shared.gsc.
References createFontString(), and setPoint().
Referenced by spectate_player_watcher().
| function showInitialFactionPopup | ( | team | ) |
Definition at line 101 of file hud_message_shared.gsc.
References oldNotifyMessage().
Referenced by doInitialSpawnMessaging(), and spawnPlayer().
| function showNotifyMessage | ( | notifyData | , |
| duration | |||
| ) |
Definition at line 244 of file hud_message_shared.gsc.
References if(), resetOnCancel(), setParent(), and waitRequireVisibility().
Referenced by displayPopUpsWaiter().
| function waitRequireVisibility | ( | waitTime | ) |
Definition at line 390 of file hud_message_shared.gsc.
References canReadText().
Referenced by showNotifyMessage().
| function waitTillNotifiesDone | ( | ) |
Definition at line 539 of file hud_message_shared.gsc.