Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Enumerations | |
enum | LockAction { NONE, DIAL_NUMBER_CHANED, DIAL_INDEX_CHANGED, LOCKED, UNLOCKED, COUNT } |
Variables | |
enum LockAction | m_LockDigits |
int | m_Combination |
int | m_CombinationLocked |
int | m_DialIndex |
protected bool | m_IsLocked |
protected LockAction | m_LockActionPerformed = LockAction.NONE |
protected 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" |
protected EffectSound | m_Sound |
enum LockAction |
Enumerator | |
---|---|
NONE | |
DIAL_NUMBER_CHANED | |
DIAL_INDEX_CHANGED | |
LOCKED | |
UNLOCKED | |
COUNT |
Definition at line 1 of file combinationlock.c.
override void AfterStoreLoad | ( | ) |
Definition at line 132 of file combinationlock.c.
void CheckLockedStateServer | ( | ) |
Definition at line 359 of file combinationlock.c.
void CombinationLock | ( | ) |
Definition at line 33 of file combinationlock.c.
void DestroyLock | ( | ) |
Definition at line 390 of file combinationlock.c.
void DialNextNumber | ( | ) |
Definition at line 202 of file combinationlock.c.
override void EEInit | ( | ) |
Definition at line 54 of file combinationlock.c.
int GetCombination | ( | ) |
Definition at line 191 of file combinationlock.c.
int GetDialIndex | ( | ) |
Definition at line 242 of file combinationlock.c.
int GetLockDigits | ( | ) |
Definition at line 196 of file combinationlock.c.
protected void HideAttached | ( | ) |
Definition at line 460 of file combinationlock.c.
protected void HideItem | ( | ) |
Definition at line 446 of file combinationlock.c.
override bool IsInitialized | ( | ) |
Definition at line 70 of file combinationlock.c.
bool IsLockAttached | ( | ) |
Definition at line 378 of file combinationlock.c.
bool IsLocked | ( | ) |
Definition at line 354 of file combinationlock.c.
bool IsLockedOnGate | ( | ) |
Definition at line 364 of file combinationlock.c.
Definition at line 272 of file combinationlock.c.
Definition at line 75 of file combinationlock.c.
override bool OnStoreLoad | ( | ParamsReadContext | ctx, |
int | version | ||
) |
Definition at line 99 of file combinationlock.c.
override void OnStoreSave | ( | ParamsWriteContext | ctx | ) |
Definition at line 90 of file combinationlock.c.
override void OnVariablesSynchronized | ( | ) |
Definition at line 168 of file combinationlock.c.
void ResetActionVar | ( | ) |
Definition at line 163 of file combinationlock.c.
override void SetActions | ( | ) |
Definition at line 491 of file combinationlock.c.
protected void SetBaseLockValues | ( | ) |
Definition at line 45 of file combinationlock.c.
void SetCombination | ( | int | combination | ) |
Definition at line 181 of file combinationlock.c.
void SetCombinationLocked | ( | int | combination | ) |
Definition at line 186 of file combinationlock.c.
void SetInitialized | ( | ) |
Definition at line 65 of file combinationlock.c.
void SetNextDial | ( | ) |
Definition at line 247 of file combinationlock.c.
protected void ShowAttached | ( | ) |
Definition at line 453 of file combinationlock.c.
protected void ShowItem | ( | ) |
Definition at line 439 of file combinationlock.c.
void ShuffleLock | ( | ) |
Definition at line 331 of file combinationlock.c.
void SoundLockChangeDial | ( | ) |
Definition at line 486 of file combinationlock.c.
void SoundLockChangeNumber | ( | ) |
Definition at line 481 of file combinationlock.c.
protected void SoundLockClose | ( | ) |
Definition at line 476 of file combinationlock.c.
protected void SoundLockOpen | ( | ) |
Definition at line 471 of file combinationlock.c.
void Synchronize | ( | ) |
Definition at line 151 of file combinationlock.c.
Definition at line 299 of file combinationlock.c.
void UpdateSound | ( | ) |
Definition at line 411 of file combinationlock.c.
void UpdateVisuals | ( | ) |
Definition at line 396 of file combinationlock.c.
int m_Combination |
Definition at line 15 of file combinationlock.c.
int m_CombinationLocked |
Definition at line 16 of file combinationlock.c.
int m_DialIndex |
Definition at line 17 of file combinationlock.c.
protected bool m_IsInitialized |
Definition at line 22 of file combinationlock.c.
protected bool m_IsLocked |
Definition at line 18 of file combinationlock.c.
protected LockAction m_LockActionPerformed = LockAction.NONE |
Definition at line 20 of file combinationlock.c.
enum LockAction m_LockDigits |
protected EffectSound m_Sound |
Definition at line 31 of file combinationlock.c.
const string SOUND_LOCK_CHANGE_DIAL = "combinationlock_changedial_SoundSet" |
Definition at line 29 of file combinationlock.c.
const string SOUND_LOCK_CHANGE_NUMBER = "combinationlock_changenumber_SoundSet" |
Definition at line 28 of file combinationlock.c.
const string SOUND_LOCK_CLOSE = "combinationlock_close_SoundSet" |
Definition at line 27 of file combinationlock.c.
const string SOUND_LOCK_OPEN = "combinationlock_open_SoundSet" |
Definition at line 26 of file combinationlock.c.