You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
---@returnnumber value The maximum hitpoints of the Element
This snippet of code.
--- Returns the mass of the Element, identified by its local ID---@paramlocalIdinteger The local ID of the Element---@returnnumber value The maximum hitpoints of the Elementfunctionself.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.
The text was updated successfully, but these errors were encountered:
lua-examples/api-mockup/coreunit.lua
Line 202 in 2d20d50
This snippet of code.
The
---@return number value The maximum hitpoints of the Element
should not be aboutmaximum hitpoints
but themass
of the element.The text was updated successfully, but these errors were encountered: