Closed matshou closed 3 years ago
Fields and methods are missing documentation comments.
For example method InventoryItem#getCurrentCondition() is missing documentation.
InventoryItem#getCurrentCondition()
API doc:
public float getCurrentCondition() Return the real condition of the weapon, based on this calcul : Condition/ConditionMax * 100 Returns: float
Compiled:
---@public ---@return float function InventoryItem:getCurrentCondition() end
Resolved by #72 and #73.
Fields and methods are missing documentation comments.
For example method
InventoryItem#getCurrentCondition()
is missing documentation.API doc:
Compiled: