DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CheckUserSwitchResult()

void BiosUserManager::CheckUserSwitchResult ( BiosUser expectedUser)
inlineprivate

См. определение в файле BiosUserManager.c строка 112

113 {
114 if (GetSelectedUser() != expectedUser)
115 {
116 NotificationSystem.AddNotification(NotificationType.GENERIC_ERROR, NotificationSystem.DEFAULT_TIME_DISPLAYED);
117 }
118 }
NotificationType
DEPRECATED (moved into NotificationSystem)
Определения NotificationSystem.c:4
proto native BiosUser GetSelectedUser()
Returns the currently selected user.

Перекрестные ссылки NotificationSystem::AddNotification(), NotificationSystem::DEFAULT_TIME_DISPLAYED и GetSelectedUser().

Используется в SelectUserEx().