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

◆ OnStoreSave()

override void OnStoreSave ( ParamsWriteContext ctx)
protected

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

91 {
92 super.OnStoreSave( ctx );
93
94 //write data
95 ctx.Write( m_Combination );
97 }
int m_Combination
Определения CombinationLock.c:15
int m_CombinationLocked
Определения CombinationLock.c:16
proto bool Write(void value_out)

Перекрестные ссылки m_Combination, m_CombinationLocked и Serializer::Write().