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:
parent
6db75a7b7e
commit
4d250263d7
@ -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))
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user