mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-10 12:36:45 +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
|
@tparam bool hitStatus hit status of object
|
||||||
@return reference to new ItemInfo object
|
@return reference to new ItemInfo object
|
||||||
@usage
|
@usage
|
||||||
local item = ItemInfo.new(
|
local item = ItemInfo.newItem(
|
||||||
PISTOLS_ITEM, -- object id
|
PISTOLS_ITEM, -- object id
|
||||||
"test", -- name
|
"test", -- name
|
||||||
Position.new(18907, 0, 21201),
|
Position.new(18907, 0, 21201),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue