![]() |
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 | addChild (element) |
| function | createBar (color, width, height, flashFrac) |
| function | createClientTimer (font, fontScale) |
| function | createFontString (font, fontScale) |
| function | createIcon (shader, width, height) |
| function | createLoadoutIcon (player, verIndex, horIndex, xpos, ypos) |
| function | createLoadoutText (icon, xCoord) |
| function | createPrimaryProgressBar () |
| function | createPrimaryProgressBarText () |
| function | createSecondaryProgressBar () |
| function | createSecondaryProgressBarText () |
| function | createServerBar (color, width, height, flashFrac, team, selected) |
| function | createServerFontString (font, fontScale, team) |
| function | createServerIcon (shader, width, height, team) |
| function | createServerTimer (font, fontScale, team) |
| function | createTeamProgressBar (team) |
| function | createTeamProgressBarText (team) |
| function | destroyElem () |
| function | flashThread () |
| function | getCurrentFraction () |
| function | getParent () |
| function | hideElem () |
| function | hideKillstreak (index, fadetime) |
| function | hideLoadoutAttribute (iconElem, fadeTime, textElem, hideTextOnly) |
| function | hidePerk (index, fadeTime, hideTextOnly) |
| function | removeChild (element) |
| function | setFlashFrac (flashFrac) |
| function | setGamemodeInfoPoint () |
| function | setHeight (height) |
| function | setIconShader (shader) |
| function | setLoadoutIconCoords (player, verIndex, horIndex, xpos, ypos) |
| function | setLoadoutTextCoords (xCoord) |
| function | setParent (element) |
| function | setPoint (point, relativePoint, xOffset, yOffset, moveTime) |
| function | setPointBar (point, relativePoint, xOffset, yOffset) |
| function | setSize (width, height) |
| function | setWidth (width) |
| function | showElem () |
| function | showKillstreak (index, killstreak, xpos, ypos) |
| function | showLoadoutAttribute (iconElem, icon, alpha, textElem, text) |
| function | showPerk (index, perk, ypos) |
| function | showPerks () |
| function | updateBar (barFrac, rateOfChange) |
| function | updateBarScale (barFrac, rateOfChange) |
| function | updateChildren () |
| function addChild | ( | element | ) |
Definition at line 32 of file hud_util_shared.gsc.
Referenced by setParent().
| function createBar | ( | color | , |
| width | , | ||
| height | , | ||
| flashFrac | |||
| ) |
Definition at line 529 of file hud_util_shared.gsc.
References setParent().
Referenced by createPrimaryProgressBar(), createSecondaryProgressBar(), and player_update_vehicle_hud().
| function createClientTimer | ( | font | , |
| fontScale | |||
| ) |
Definition at line 398 of file hud_util_shared.gsc.
References setParent().
| function createFontString | ( | font | , |
| fontScale | |||
| ) |
Definition at line 334 of file hud_util_shared.gsc.
References setParent().
Referenced by _hint_print(), createLoadoutText(), createPrimaryProgressBarText(), createSecondaryProgressBarText(), init_kc_elements(), initCustomGametypeHeader(), initNotifyMessage(), lowerMessageThink(), outcomeNotify(), player_update_vehicle_hud(), setShoutcasterWaitingMessage(), teamOutcomeNotify(), teamOutcomeNotifyZombie(), teamWagerOutcomeNotify(), and wagerOutcomeNotify().
| function createIcon | ( | shader | , |
| width | , | ||
| height | |||
| ) |
Definition at line 417 of file hud_util_shared.gsc.
References setParent().
Referenced by createLoadoutIcon(), give_object(), give_pack_object(), initNotifyMessage(), show_powerup_message(), teamOutcomeNotify(), and teamWagerOutcomeNotify().
| function createLoadoutIcon | ( | player | , |
| verIndex | , | ||
| horIndex | , | ||
| xpos | , | ||
| ypos | |||
| ) |
Definition at line 808 of file hud_util_shared.gsc.
References createIcon(), and setPoint().
Referenced by showKillstreak(), and showPerk().
| function createLoadoutText | ( | icon | , |
| xCoord | |||
| ) |
Definition at line 853 of file hud_util_shared.gsc.
References createFontString(), setParent(), and setPoint().
Referenced by showPerk().
| function createPrimaryProgressBar | ( | ) |
Definition at line 602 of file hud_util_shared.gsc.
References createBar(), and setPoint().
Referenced by gadget_hacker_on(), hackerResult(), personal_use_bar(), player_progress_bar(), revive_do_revive(), suicide_do_suicide(), and update_prox_bar().
| function createPrimaryProgressBarText | ( | ) |
Definition at line 612 of file hud_util_shared.gsc.
References createFontString(), and setPoint().
Referenced by gadget_hacker_on(), hackerResult(), personal_use_bar(), player_progress_bar(), and update_prox_bar().
| function createSecondaryProgressBar | ( | ) |
Definition at line 624 of file hud_util_shared.gsc.
References createBar(), and setPoint().
| function createSecondaryProgressBarText | ( | ) |
Definition at line 639 of file hud_util_shared.gsc.
References createFontString(), and setPoint().
| function createServerBar | ( | color | , |
| width | , | ||
| height | , | ||
| flashFrac | , | ||
| team | , | ||
| selected | |||
| ) |
Definition at line 462 of file hud_util_shared.gsc.
References setParent().
Referenced by createTeamProgressBar().
| function createServerFontString | ( | font | , |
| fontScale | , | ||
| team | |||
| ) |
Definition at line 353 of file hud_util_shared.gsc.
References setParent().
Referenced by createTeamProgressBarText(), matchStartTimer(), matchStartTimerConsole(), and shield_on_hud().
| function createServerIcon | ( | shader | , |
| width | , | ||
| height | , | ||
| team | |||
| ) |
Definition at line 438 of file hud_util_shared.gsc.
References setParent().
| function createServerTimer | ( | font | , |
| fontScale | , | ||
| team | |||
| ) |
Definition at line 376 of file hud_util_shared.gsc.
References setParent().
Referenced by createReturnMessageElems().
| function createTeamProgressBar | ( | team | ) |
Definition at line 654 of file hud_util_shared.gsc.
References createServerBar(), and setPoint().
| function createTeamProgressBarText | ( | team | ) |
Definition at line 660 of file hud_util_shared.gsc.
References createServerFontString(), and setPoint().
| function destroyElem | ( | ) |
Definition at line 755 of file hud_util_shared.gsc.
References destroy(), getParent(), and setParent().
Referenced by bombPlanted(), clean_up_suicide_hud_on_bled_out(), clean_up_suicide_hud_on_end_game(), destroyHudElem(), failsafe_revive_give_back_weapons(), freeGameplayHudElems(), gadget_hacker_off(), gadget_hacker_on_give(), gadget_hacker_on_take(), hackerResult(), hintMessageDeathThink(), laststand_clean_up_on_disconnect(), laststand_clean_up_on_interrupt(), laststand_clean_up_reviving_any(), matchStartTimer(), matchStartTimerConsole(), personal_use_bar(), player_progress_bar(), player_update_vehicle_hud(), revive_do_revive(), suicide_do_suicide(), take_object(), and watchShutdown().
| function flashThread | ( | ) |
Definition at line 723 of file hud_util_shared.gsc.
References WAIT_SERVER_FRAME.
| function getCurrentFraction | ( | ) |
Definition at line 590 of file hud_util_shared.gsc.
References if().
| function getParent | ( | ) |
Definition at line 27 of file hud_util_shared.gsc.
Referenced by destroyElem(), and setPoint().
| function hideElem | ( | ) |
Definition at line 673 of file hud_util_shared.gsc.
Referenced by gadget_hacker_on(), hack_things(), personal_use_bar(), and update_prox_bar().
| function hideKillstreak | ( | index | , |
| fadetime | |||
| ) |
Definition at line 1015 of file hud_util_shared.gsc.
References hideLoadoutAttribute(), and is_killstreaks_enabled().
| function hideLoadoutAttribute | ( | iconElem | , |
| fadeTime | , | ||
| textElem | , | ||
| hideTextOnly | |||
| ) |
Definition at line 882 of file hud_util_shared.gsc.
Referenced by hideKillstreak(), and hidePerk().
| function hidePerk | ( | index | , |
| fadeTime | , | ||
| hideTextOnly | |||
| ) |
Definition at line 956 of file hud_util_shared.gsc.
References hideLoadoutAttribute().
| function removeChild | ( | element | ) |
Definition at line 38 of file hud_util_shared.gsc.
Referenced by setParent().
| function setFlashFrac | ( | flashFrac | ) |
Definition at line 668 of file hud_util_shared.gsc.
| function setGamemodeInfoPoint | ( | ) |
Definition at line 1031 of file hud_util_shared.gsc.
| function setHeight | ( | height | ) |
Definition at line 788 of file hud_util_shared.gsc.
| function setIconShader | ( | shader | ) |
Definition at line 777 of file hud_util_shared.gsc.
| function setLoadoutIconCoords | ( | player | , |
| verIndex | , | ||
| horIndex | , | ||
| xpos | , | ||
| ypos | |||
| ) |
Definition at line 829 of file hud_util_shared.gsc.
References setPoint().
Referenced by showPerk().
| function setLoadoutTextCoords | ( | xCoord | ) |
Definition at line 848 of file hud_util_shared.gsc.
References setPoint().
Referenced by showPerk().
| function setParent | ( | element | ) |
Definition at line 10 of file hud_util_shared.gsc.
References addChild(), removeChild(), and setPoint().
Referenced by createBar(), createClientTimer(), createFontString(), createIcon(), createLoadoutText(), createServerBar(), createServerFontString(), createServerIcon(), createServerTimer(), destroyElem(), initCustomGametypeHeader(), initNotifyMessage(), lowerMessageThink(), outcomeNotify(), player_update_vehicle_hud(), setPoint(), showNotifyMessage(), teamOutcomeNotify(), teamWagerOutcomeNotify(), and wagerOutcomeNotify().
| function setPoint | ( | point | , |
| relativePoint | , | ||
| xOffset | , | ||
| yOffset | , | ||
| moveTime | |||
| ) |
Definition at line 53 of file hud_util_shared.gsc.
References getParent(), setParent(), setPointBar(), and updateChildren().
Referenced by createLoadoutIcon(), createLoadoutText(), createPrimaryProgressBar(), createPrimaryProgressBarText(), createReturnMessageElems(), createSecondaryProgressBar(), createSecondaryProgressBarText(), createTeamProgressBar(), createTeamProgressBarText(), give_object(), initCustomGametypeHeader(), initNotifyMessage(), lowerMessageThink(), matchStartTimer(), matchStartTimerConsole(), outcomeNotify(), player_update_vehicle_hud(), setLoadoutIconCoords(), setLoadoutTextCoords(), setParent(), setShoutcasterWaitingMessage(), shield_on_hud(), teamOutcomeNotify(), teamOutcomeNotifyZombie(), teamWagerOutcomeNotify(), updateChildren(), and wagerOutcomeNotify().
| function setPointBar | ( | point | , |
| relativePoint | , | ||
| xOffset | , | ||
| yOffset | |||
| ) |
Definition at line 269 of file hud_util_shared.gsc.
References updateBar().
Referenced by setPoint().
| function setSize | ( | width | , |
| height | |||
| ) |
Definition at line 793 of file hud_util_shared.gsc.
| function setWidth | ( | width | ) |
Definition at line 782 of file hud_util_shared.gsc.
| function showElem | ( | ) |
Definition at line 695 of file hud_util_shared.gsc.
Referenced by hack_things(), hackerResult(), personal_use_bar(), and update_prox_bar().
| function showKillstreak | ( | index | , |
| killstreak | , | ||
| xpos | , | ||
| ypos | |||
| ) |
Definition at line 985 of file hud_util_shared.gsc.
References createLoadoutIcon(), and showLoadoutAttribute().
| function showLoadoutAttribute | ( | iconElem | , |
| icon | , | ||
| alpha | , | ||
| textElem | , | ||
| text | |||
| ) |
Definition at line 866 of file hud_util_shared.gsc.
Referenced by showKillstreak(), and showPerk().
| function showPerk | ( | index | , |
| perk | , | ||
| ypos | |||
| ) |
Definition at line 909 of file hud_util_shared.gsc.
References createLoadoutIcon(), createLoadoutText(), setLoadoutIconCoords(), setLoadoutTextCoords(), and showLoadoutAttribute().
| function showPerks | ( | ) |
Definition at line 904 of file hud_util_shared.gsc.
Referenced by killcam(), spawnPlayer(), and spectate_player_watcher().
| function updateBar | ( | barFrac | , |
| rateOfChange | |||
| ) |
Definition at line 294 of file hud_util_shared.gsc.
References updateBarScale().
Referenced by hack_things(), hackerResult(), personal_use_bar(), player_progress_bar_update(), player_update_vehicle_hud(), revive_do_revive(), setPointBar(), suicide_do_suicide(), and update_prox_bar().
| function updateBarScale | ( | barFrac | , |
| rateOfChange | |||
| ) |
Definition at line 301 of file hud_util_shared.gsc.
Referenced by updateBar().
| function updateChildren | ( | ) |
Definition at line 799 of file hud_util_shared.gsc.
References setPoint().
Referenced by setPoint().