Skip to content

Group.KeepAlive

Source Code | Group Functions

Makes a group (Group g) not be collected upon exiting the function. Returns the group itself.

Signature

Group.KeepAlive(Group g) → Group

lua
g:KeepAlive()

Parameters

Returns


under-construction