Dev - Lua Libraries

Lua Command: s3sprite.free

Parameters

  • bool freeChildren = true

Return Values

void

- no return values

Signature

s3sprite.free(bool freeChildren = true)

Description

Frees the given [instance]. All children of this sprite (set with s3sprite.setParent) will be removed as well unless freeChildren is set to false.