См. определение в файле AlarmClock.c строка 151
152 {
153 if (!super.OnStoreLoad(ctx, version))
154 return false;
155
156 if (version < 126)
157 {
158 return true;
159 }
160
162
163 if ( !ctx.
Read( state ) )
164 {
165 return false;
166 }
167
168 float time;
169
170 if ( !ctx.
Read( time ) )
171 {
172 return false;
173 }
174
178 {
180 }
182 {
184 }
185
186 return true;
187 }
void SetAlarmTimeServer(float time01)
void SetState(bool state)
proto bool Read(void value_in)
Перекрестные ссылки MakeRingingStart(), Serializer::Read(), SetAlarmTimeServer(), SetState() и TurnOn().