См. определение в файле ItemBase.c строка 197
198 {
199 super.InitItemVariables();
200
206 m_Count = ConfigGetInt(
"count");
207
210
215
218
223
235
239
240
243 if (ConfigIsExisting("canBeSplit"))
244 {
247 }
248
250 if (ConfigIsExisting("itemBehaviour"))
252
253
256 RegisterNetSyncVariableInt("m_VarLiquidType");
257 RegisterNetSyncVariableInt("m_Cleanness",0,1);
258
259 RegisterNetSyncVariableBoolSignal("m_WantPlayImpactSound");
260 RegisterNetSyncVariableFloat("m_ImpactSpeed");
261 RegisterNetSyncVariableInt("m_ImpactSoundSurfaceHash");
262
263 RegisterNetSyncVariableInt("m_ColorComponentR", 0, 255);
264 RegisterNetSyncVariableInt("m_ColorComponentG", 0, 255);
265 RegisterNetSyncVariableInt("m_ColorComponentB", 0, 255);
266 RegisterNetSyncVariableInt("m_ColorComponentA", 0, 255);
267
268 RegisterNetSyncVariableBool("m_IsBeingPlaced");
269 RegisterNetSyncVariableBool("m_IsTakeable");
270 RegisterNetSyncVariableBool("m_IsHologram");
271
274 {
277 RegisterNetSyncVariableInt(
"m_SoundSyncSlotID",
int.
MIN,
int.
MAX);
278 }
279
281
283 if (ConfigIsExisting("temperaturePerQuantityWeight"))
285
287 }
ref ItemSoundHandler m_ItemSoundHandler
override float GetQuantity()
override bool HasQuantity()
override float GetWetMin()
float GetHeatIsolationInit()
float m_TemperaturePerQuantityWeight
bool can_this_be_combined
bool m_WantPlayImpactSound
override int GetQuantityMin()
bool m_CanBeMovedOverride
int m_LiquidContainerMask
float GetItemModelLength()
ref array< int > m_CompatibleLocks
float GetItemAttachOffset()
const int ITEM_SOUNDS_MAX
override float GetWetMax()
Перекрестные ссылки can_this_be_combined, GetHeatIsolationInit(), GetItemAttachOffset(), GetItemModelLength(), GetLiquidTypeInit(), GetQuantity(), GetQuantityMin(), GetWetMax(), GetWetMin(), HasQuantity(), ItemBase::InitItemSounds(), IsLiquidContainer(), ITEM_SOUNDS_MAX, m_CanBeDigged, m_CanBeMovedOverride, m_CanShowQuantity, m_CanThisBeSplit, m_Cleanness, m_CleannessInit, m_CleannessMax, m_CleannessMin, m_CompatibleLocks, m_Count, m_HasQuantityBar, m_HeatIsolation, m_ImpactSpeed, m_IsBeingPlaced, m_IsHologram, m_IsTakeable, m_ItemAttachOffset, m_ItemBehaviour, m_ItemModelLength, m_ItemSoundHandler, m_LiquidContainerMask, m_LockSoundSet, m_LockType, m_SoundSyncSlotID, m_TemperaturePerQuantityWeight, m_VarLiquidType, m_VarQuantity, m_VarQuantityInit, m_VarQuantityMax, m_VarQuantityMin, m_VarStackMax, m_VarWet, m_VarWetInit, m_VarWetMax, m_VarWetMin, m_WantPlayImpactSound, MAX и MIN.