1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-23 19:20:56 +00:00

Missing return type of split

This commit is contained in:
uramer 2023-11-25 17:01:26 +01:00
parent 6db75a7b7e
commit 4d250263d7

View File

@ -265,6 +265,7 @@
-- @function [parent=#GameObject] split
-- @param self
-- @param #number count The number of items to return.
-- @return #GameObject
-- @usage -- take 50 coins from `money` and put to the container `cont`
-- money:split(50):moveInto(types.Container.content(cont))