skeleton:reassemble()¶
Type:
functionSee also: skeleton, skeleton:split()
Overview:¶
Reassembles a skeleton that was previously split. This will reattach the split slots to the skeleton, effectively undoing the split operation.
After the operation, the split group will be removed.
Syntax:¶
skeleton:reassemble()
Example:¶
local splitGroup = skeleton:split({"slot1", "slot2", "slot3"})
skeleton:reassemble()