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