Skip to content

Effect.IsHasProperty

Source Code | Effect Functions

Returns true if the effect (Effect e) has any property listed in (int prop1) or (int prop2), otherwise returns false

Signature

Effect.IsHasProperty(Effect e, int prop1, [int prop2]) → bool

lua
e:IsHasProperty(prop1,prop2)

Parameters

Returns


under-construction