|
---@return number value The maximum hitpoints of the Element |
This snippet of code.
--- Returns the mass of the Element, identified by its local ID
---@param localId integer The local ID of the Element
---@return number value The maximum hitpoints of the Element
function self.getElementMassById(localId) end
The ---@return number value The maximum hitpoints of the Element should not be about maximum hitpoints but the mass of the element.
lua-examples/api-mockup/coreunit.lua
Line 202 in 2d20d50
This snippet of code.
The
---@return number value The maximum hitpoints of the Elementshould not be aboutmaximum hitpointsbut themassof the element.