DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ AfterStoreLoad()

override void InventoryItem::AfterStoreLoad ( )
inlineprotected

См. определение в файле ItemBase.c строка 3249

3250 {
3251 super.AfterStoreLoad();
3252
3254 {
3256 }
3257
3258 if (GetStoreLoadedQuantity() != float.LOWEST)
3259 {
3261 SetStoreLoadedQuantity(float.LOWEST);//IMPORTANT to do this !! we use 'm_StoreLoadedQuantity' inside SetQuantity to distinguish between initial quantity setting and the consequent(normal gameplay) calls
3262 }
3263 }
@ LOWEST
Определения PPEConstants.c:54
override void SetStoreLoadedQuantity(float value)
Определения ItemBase.c:3783
void PerformDamageSystemReinit()
Определения ItemBase.c:4536
override bool SetQuantity(float value, bool destroy_config=true, bool destroy_forced=false, bool allow_client=false, bool clamp_to_stack_max=true)
Set item quantity[related to varQuantity... config entry], destroy_config = true > if the quantity re...
Определения ItemBase.c:3340
bool m_FixDamageSystemInit
Определения ItemBase.c:73
override float GetStoreLoadedQuantity()
Определения ItemBase.c:3788

Перекрестные ссылки GetStoreLoadedQuantity(), LOWEST, m_FixDamageSystemInit, PerformDamageSystemReinit(), ItemBase::SetQuantity() и SetStoreLoadedQuantity().