Function
UI
UI_CreateEventCue
Creates an event cue without a callback (you won't know when it's clicked).
On this page
UI_CreateEventCue(title, description, data_template, icon_path, sound_path, visibility, lifetime_unseen, lifetime_seen, priority)Description
Creates an event cue without a callback (you won't know when it's clicked).
Parameters
titleLocStringrequireddescriptionLocStringrequireddata_templateStringrequiredicon_pathStringrequiredsound_pathStringrequiredvisibilityEventCueVisibilityoptionallifetime_unseenFloatoptionallifetime_seenFloatoptionalpriorityIntegeroptional
Returns
eventevent cue IDSource
Declared in the game's script sources at:
scar/ui.scar