См. определение в файле PlantBase.c строка 332
333 {
350
351 bool saveBool = false;
352 ctx.
Write( saveBool );
353
354 float saveFloat = 0.0;
355 ctx.
Write( saveFloat );
356
357 saveFloat = 0.0;
359 {
361 }
362 ctx.
Write( saveFloat );
363
364 saveFloat = 0.0;
366 {
368 }
369 ctx.
Write( saveFloat );
370
371 saveFloat = 0.0;
373 {
375 }
376 ctx.
Write( saveFloat );
377
379 }
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_HasCrops, 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().