Missing member documentation
matshou opened this issue · 1 comments
matshou commented
Fields and methods are missing documentation comments.
For example method InventoryItem#getCurrentCondition()
is missing documentation.
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