CommonLibSSE (Parapets fork)
|
Functions | |
void | ShowHUDMessage (const char *a_notification, const char *a_soundToPlay=nullptr, bool a_cancelIfAlreadyQueued=true) |
void | ShowInventoryChangeMessage (TESBoundObject *a_object, std::int32_t a_count, bool a_added, bool a_playSound, const char *a_objectName=nullptr) |
void | SetHUDMode (const char *a_mode, bool a_push) |
void | PushHudMode (const char *a_mode) |
void | PopHudMode (const char *a_mode) |
void RE::SendHUDMessage::PopHudMode | ( | const char * | a_mode | ) |
void RE::SendHUDMessage::PushHudMode | ( | const char * | a_mode | ) |
void RE::SendHUDMessage::SetHUDMode | ( | const char * | a_mode, |
bool | a_push | ||
) |
void RE::SendHUDMessage::ShowHUDMessage | ( | const char * | a_notification, |
const char * | a_soundToPlay = nullptr , |
||
bool | a_cancelIfAlreadyQueued = true |
||
) |
void RE::SendHUDMessage::ShowInventoryChangeMessage | ( | TESBoundObject * | a_object, |
std::int32_t | a_count, | ||
bool | a_added, | ||
bool | a_playSound, | ||
const char * | a_objectName = nullptr |
||
) |