Skip to content

Effect.SetType

Source Code | Effect Functions

Sets an effect's (Effect e) type. constant.lua contains the list with all valid EffectTypes but other cards' scripts can be used as reference

Signature

Effect.SetType(Effect e, int type) → nil

lua
e:SetType(type)

Parameters


under-construction