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

◆ OnAttachmentQuantityChangedEx()

void InventoryItem::OnAttachmentQuantityChangedEx ( ItemBase item,
float delta )
inlineprivate

Called on server side when some attachment's quantity is changed. Call super.OnAttachmentQuantityChanged(item); first when overriding this event.

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

2036 {
2038 }
void OnAttachmentQuantityChanged(ItemBase item)
Called on server side when some attachment's quantity is changed. Call super.OnAttachmentQuantityChan...
Определения ItemBase.c:2029

Перекрестные ссылки ItemBase() и OnAttachmentQuantityChanged().