Перечисления | |
enum | LockAction { NONE , DIAL_NUMBER_CHANED , DIAL_INDEX_CHANGED , LOCKED , UNLOCKED , COUNT } |
Переменные | |
enum LockAction | m_LockDigits |
int | m_Combination |
int | m_CombinationLocked |
int | m_DialIndex |
bool | m_IsLocked |
LockAction | m_LockActionPerformed = LockAction.NONE |
bool | m_IsInitialized |
const string | SOUND_LOCK_OPEN = "combinationlock_open_SoundSet" |
const string | SOUND_LOCK_CLOSE = "combinationlock_close_SoundSet" |
const string | SOUND_LOCK_CHANGE_NUMBER = "combinationlock_changenumber_SoundSet" |
const string | SOUND_LOCK_CHANGE_DIAL = "combinationlock_changedial_SoundSet" |
EffectSound | m_Sound |