Skip to content

Effect.IsDeleted

Source Code | Effect Functions

Returns if the Effect object got internally deleted and remained as dangling reference inside the lua state.

Signature

Effect.IsDeleted(Effect e) → bool

lua
e:IsDeleted()

Parameters

Returns


under-construction