cocolabs / pz-zdoc

ZomboidDoc is a Lua library compiler for Project Zomboid.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing member documentation

matshou opened this issue · comments

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

Resolved by #72 and #73.