From 38a1af767dd59c9da9e179865eeaf1a97a3e222c Mon Sep 17 00:00:00 2001 From: Stranger1992 <84292688+Stranger1992@users.noreply.github.com> Date: Sun, 27 Nov 2022 21:52:25 +0000 Subject: [PATCH] Lua script parameter update ItemAction.COMBINE --- .../Scripting/Internal/TEN/Flow/InventoryItem/InventoryItem.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/TombEngine/Scripting/Internal/TEN/Flow/InventoryItem/InventoryItem.cpp b/TombEngine/Scripting/Internal/TEN/Flow/InventoryItem/InventoryItem.cpp index 77392c02b..e859fab9c 100644 --- a/TombEngine/Scripting/Internal/TEN/Flow/InventoryItem/InventoryItem.cpp +++ b/TombEngine/Scripting/Internal/TEN/Flow/InventoryItem/InventoryItem.cpp @@ -34,6 +34,7 @@ e.g. `myItem.rotAxisWhenCurrent = RotationAxis.X` Must be one of: EQUIP USE + COMBINE EXAMINE e.g. `myItem.action = ItemAction.EXAMINE` @treturn InventoryItem an InventoryItem