![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Static Private Member Functions | |
| static float | GetItemQuantity (InventoryItem item) |
| static void | GetItemQuantity (InventoryItem item, out float q_cur, out float q_min, out float q_max) |
| static float | GetItemQuantityMax (InventoryItem item) |
| static string | GetItemQuantityText (EntityAI item, bool showMax=false) |
| static int | HasItemQuantity (notnull EntityAI item) |
Definition at line 1 of file quantityconversions.c.
|
inlinestaticprivate |
Definition at line 72 of file quantityconversions.c.
References Class::CastTo().
Referenced by ActionTargetsCursor::GetItemQuantity(), InventoryGridController::GetItemQuantity(), ScriptedWidgetEventHandler::GetItemQuantity(), Icon::SetQuantity(), SlotsIcon::SetQuantity(), and UIScriptedMenu::UpdateQuickbarItemCard().
|
inlinestaticprivate |
Definition at line 120 of file quantityconversions.c.
References Class::CastTo().
|
inlinestaticprivate |
Definition at line 96 of file quantityconversions.c.
References Class::CastTo().
Referenced by Icon::SetQuantity(), and SlotsIcon::SetQuantity().
Definition at line 3 of file quantityconversions.c.
References Class::CastTo(), string::Format(), and float::ToString().
Referenced by InventoryGridController::GetItemQuantityText(), Icon::SetQuantity(), SlotsIcon::SetQuantity(), and UIScriptedMenu::UpdateQuickbarItemCard().
Definition at line 143 of file quantityconversions.c.
References Class::CastTo(), QUANTITY_COUNT, QUANTITY_HIDDEN, and QUANTITY_PROGRESS.
Referenced by SlotsIcon::CheckHasQuantity(), Icon::CheckHasQuantityEx(), ActionTargetsCursor::GetItemQuantity(), ScriptedWidgetEventHandler::GetItemQuantity(), InventoryGridController::HasItemQuantity(), Attachments::IsItemActive(), HandsContainer::IsItemActive(), Attachments::IsItemWithQuantityActive(), Container::IsItemWithQuantityActive(), HandsContainer::IsItemWithQuantityActive(), PlayerContainer::IsItemWithQuantityActive(), VicinitySlotsContainer::IsItemWithQuantityActive(), ZombieContainer::IsItemWithQuantityActive(), Icon::SetQuantity(), SlotsIcon::SetQuantity(), and UIScriptedMenu::UpdateQuickbarItemCard().