См. определение в файле PlantBase.c строка 225
226 {
228 return false;
229
231 return false;
232
234 return false;
235
237 return false;
238
240 return false;
241
243 return false;
244
246 return false;
247
249 return false;
250
252 return false;
253
255 return false;
256
258 return false;
259
261 return false;
262
264 return false;
265
267 return false;
268
270 return false;
271
273 return false;
274
275 bool loadBool;
276 if (!ctx.
Read(loadBool))
277 return false;
278
279 float loadFloat = 0.0;
280 if (!ctx.
Read(loadFloat))
281 return false;
282
283 loadFloat = 0.0;
284 if (ctx.
Read(loadFloat))
285 {
286 if (loadFloat > 0.0)
288 }
289 else
290 {
291 return false;
292 }
293
294 loadFloat = 0.0;
295 if (ctx.
Read(loadFloat))
296 {
297 if (loadFloat > 0.0)
299 }
300 else
301 {
302 return false;
303 }
304
305 loadFloat = 0.0;
306 if (ctx.
Read(loadFloat))
307 {
308 if ( loadFloat > 0.0 )
310 }
311 else
312 {
313 return false;
314 }
315
317 {
320 }
321
322 if (version >= 142)
323 {
325 return false;
326 }
327
329 return true;
330 }
float m_InfestationChance
enum EPlantState m_SprayUsage
float m_PlantMaterialMultiplier
float m_CurrentPlantMaterialQuantity
int m_SpoilAfterFullMaturityTime
proto bool Read(void value_in)
class JsonUndergroundAreaTriggerData GetPosition
Перекрестные ссылки ErrorEx, GetPosition, m_CropsCount, m_CropsType, m_CurrentPlantMaterialQuantity, m_DeleteDryPlantTime, m_FullMaturityTime, m_GrowthStagesCount, m_HasCrops, m_InfestationChance, m_IsInfested, m_PlantMaterialMultiplier, m_PlantState, m_PlantStateIndex, m_SpoilAfterFullMaturityTime, m_SpoiledRemoveTime, m_SprayQuantity, m_SprayUsage, m_StateChangeTime, m_TimeTracker, Serializer::Read() и UpdatePlant().
Используется в OnStoreLoad().