См. определение в файле PlantBase.c строка 371
372 {
374
376
378
380
382
384
386
388
390
392
394
396
398
400
402
404
405 bool saveBool = false;
406 ctx.
Write( saveBool );
407
408 float saveFloat = 0.0;
409 ctx.
Write( saveFloat );
410
411 saveFloat = 0.0;
413 {
415 }
416 ctx.
Write( saveFloat );
417
418 saveFloat = 0.0;
420 {
422 }
423 ctx.
Write( saveFloat );
424
425 saveFloat = 0.0;
427 {
429 }
430 ctx.
Write( saveFloat );
431 }
float m_InfestationChance
enum EPlantState m_SprayUsage
float m_PlantMaterialMultiplier
float m_CurrentPlantMaterialQuantity
int m_SpoilAfterFullMaturityTime
proto bool Write(void value_out)
Перекрестные ссылки m_CropsCount, m_CropsType, m_CurrentPlantMaterialQuantity, m_DeleteDryPlantTime, m_FullMaturityTime, m_GrowthStagesCount, m_InfestationChance, m_IsInfested, m_PlantMaterialMultiplier, m_PlantState, m_PlantStateIndex, m_SpoilAfterFullMaturityTime, m_SpoiledRemoveTime, m_SprayQuantity, m_SprayUsage, m_StateChangeTime, m_TimeTracker и Serializer::Write().
Используется в OnStoreSave().