uitutorial

Methods

_uitutorial_get_is_threat_indicator_capable_radar_shown

function native.uitutorial._uitutorial_get_is_threat_indicator_capable_radar_shown(): bool

_uitutorial_get_is_threat_indicator_on

function native.uitutorial._uitutorial_get_is_threat_indicator_on(): bool

_uitutorial_set_rpg_icon_visibility

enum eRpgIcons { ICON_STAMINA, ICON_STAMINA_CORE, ICON_DEADEYE, ICON_DEADEYE_CORE, ICON_HEALTH, ICON_HEALTH_CORE, ICON_HORSE_HEALTH, ICON_HORSE_HEALTH_CORE, ICON_HORSE_STAMINA, ICON_HORSE_STAMINA_CORE, ICON_HORSE_COURAGE, ICON_HORSE_COURAGE_CORE };

enum eRpgIconVisibility { ICON_VISIBILITY_WAIT_TO_HIDE, ICON_VISIBILITY_ALWAYS_SHOW, ICON_VISIBILITY_ALWAYS_HIDE, ICON_VISIBILITY_ALWAYS_BLINK };

function native.uitutorial._uitutorial_set_rpg_icon_visibility(rpg_icon: int, visibility: int): void