mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 04:26:42 +03:00
Fix wrong name in ItemInfo documentation.
This commit is contained in:
parent
1f6ca859b6
commit
bd0a681fb0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ takes no arguments.
|
|||
@tparam bool hitStatus hit status of object
|
||||
@return reference to new ItemInfo object
|
||||
@usage
|
||||
local item = ItemInfo.new(
|
||||
local item = ItemInfo.newItem(
|
||||
PISTOLS_ITEM, -- object id
|
||||
"test", -- name
|
||||
Position.new(18907, 0, 21201),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue