Skip to content

Effect.IsHasType

Source Code | Effect Functions

Returns true if the effect (Effect e) has any type listed in (int type), otherwise returns false

Signature

Effect.IsHasType(Effect e, int type) → bool

lua
e:IsHasType(type)

Parameters

Returns


under-construction