Effect.IsHasProperty
Source Code | Usage Examples | 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)