mirror of
https://github.com/TombEngine/TombEngine.git
synced 2025-05-02 01:37:59 +03:00
Lua script parameter update
ItemAction.COMBINE
This commit is contained in:
parent
97b867edf4
commit
38a1af767d
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ e.g. `myItem.rotAxisWhenCurrent = RotationAxis.X`
|
||||||
Must be one of:
|
Must be one of:
|
||||||
EQUIP
|
EQUIP
|
||||||
USE
|
USE
|
||||||
|
COMBINE
|
||||||
EXAMINE
|
EXAMINE
|
||||||
e.g. `myItem.action = ItemAction.EXAMINE`
|
e.g. `myItem.action = ItemAction.EXAMINE`
|
||||||
@treturn InventoryItem an InventoryItem
|
@treturn InventoryItem an InventoryItem
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue