‪Black Ops 3 Source Code Explorer  0.1
‪An script explorer for Black Ops 3 by ZeRoY
hud_message_shared.gsc File Reference

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 Documentation

◆ __init__()

function __init__ ( )

Definition at line 20 of file hud_message_shared.gsc.

References init(), and on_start_gametype().

◆ canReadText()

function canReadText ( )

Definition at line 406 of file hud_message_shared.gsc.

References is_flashbanged().

Referenced by waitRequireVisibility().

◆ clearShoutcasterWaitingMessage()

function clearShoutcasterWaitingMessage ( )

Definition at line 530 of file hud_message_shared.gsc.

References destroyHudElem().

Referenced by spectate_player_watcher().

◆ destroyHudElem()

function destroyHudElem ( hudElem  )

Definition at line 511 of file hud_message_shared.gsc.

References destroyElem().

Referenced by clearShoutcasterWaitingMessage(), and resetOutcomeNotify().

◆ hintMessage()

function hintMessage ( hintText  ,
duration   
)

Definition at line 79 of file hud_message_shared.gsc.

References notifyMessage().

Referenced by doInitialSpawnMessaging(), hintMessageDeathThink(), and spawnPlayer().

◆ hintMessageDeathThink()

function hintMessageDeathThink ( )

Definition at line 449 of file hud_message_shared.gsc.

References destroyElem(), and hintMessage().

Referenced by on_player_connect().

◆ hintMessagePlayers()

function hintMessagePlayers ( players  ,
hintText  ,
duration   
)

Definition at line 89 of file hud_message_shared.gsc.

References notifyMessage().

◆ init()

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__().

◆ initCustomGametypeHeader()

function initCustomGametypeHeader ( )

Definition at line 54 of file hud_message_shared.gsc.

References createFontString(), setParent(), and setPoint().

Referenced by on_player_connect().

◆ initNotifyMessage()

function initNotifyMessage ( )

Definition at line 107 of file hud_message_shared.gsc.

References createFontString(), createIcon(), setParent(), and setPoint().

Referenced by on_player_connect().

◆ isInTop()

function isInTop ( players  ,
topN   
)

Definition at line 498 of file hud_message_shared.gsc.

Referenced by outcomeNotify().

◆ lowerMessageThink()

function lowerMessageThink ( )

Definition at line 462 of file hud_message_shared.gsc.

References createFontString(), setParent(), and setPoint().

Referenced by on_player_connect().

◆ notifyMessage()

function notifyMessage ( notifyData  )

Definition at line 214 of file hud_message_shared.gsc.

Referenced by display_message(), hintMessage(), hintMessagePlayers(), and testMenu().

◆ oldNotifyMessage()

function oldNotifyMessage ( titleText  ,
notifyText  ,
iconName  ,
glowColor  ,
sound  ,
duration   
)

Definition at line 196 of file hud_message_shared.gsc.

Referenced by showInitialFactionPopup().

◆ on_player_connect()

function on_player_connect ( )

◆ on_player_disconnect()

function on_player_disconnect ( )

Definition at line 41 of file hud_message_shared.gsc.

Referenced by init().

◆ playNotifyLoop()

function playNotifyLoop ( duration  )

Definition at line 228 of file hud_message_shared.gsc.

References spawn().

◆ resetNotify()

function resetNotify ( )

Definition at line 439 of file hud_message_shared.gsc.

Referenced by resetOnCancel(), and resetOnDeath().

◆ resetOnCancel()

function resetOnCancel ( )

Definition at line 426 of file hud_message_shared.gsc.

References resetNotify().

Referenced by showNotifyMessage().

◆ resetOnDeath()

function resetOnDeath ( )

Definition at line 415 of file hud_message_shared.gsc.

References resetNotify().

◆ setMatchScoreHUDElemForTeam()

function setMatchScoreHUDElemForTeam ( team  )

Definition at line 486 of file hud_message_shared.gsc.

References get_rounds_won().

◆ setShoutcasterWaitingMessage()

function setShoutcasterWaitingMessage ( )

Definition at line 517 of file hud_message_shared.gsc.

References createFontString(), and setPoint().

Referenced by spectate_player_watcher().

◆ showInitialFactionPopup()

function showInitialFactionPopup ( team  )

Definition at line 101 of file hud_message_shared.gsc.

References oldNotifyMessage().

Referenced by doInitialSpawnMessaging(), and spawnPlayer().

◆ showNotifyMessage()

function showNotifyMessage ( notifyData  ,
duration   
)

Definition at line 244 of file hud_message_shared.gsc.

References if(), resetOnCancel(), setParent(), and waitRequireVisibility().

Referenced by displayPopUpsWaiter().

◆ waitRequireVisibility()

function waitRequireVisibility ( waitTime  )

Definition at line 390 of file hud_message_shared.gsc.

References canReadText().

Referenced by showNotifyMessage().

◆ waitTillNotifiesDone()

function waitTillNotifiesDone ( )

Definition at line 539 of file hud_message_shared.gsc.