Chain.dispose

From OpenEUO
Jump to: navigation, search

Calling Pattern

Call

local c = sl.chain(a,b[,...])
-- later
c.dispose()

Description

Calling dispose invalidates the chain, destroys the chain's internal objects, and forces garbage collection on all memory.

See Also