Duel.RaiseEvent
Source Code | Usage Examples | Duel Functions
Raises a specific event that will raise effects of type EFFECT_TYPE_FIELD, by relying re,r,rp,ep,ev as the arguments of that event with eg being the cards that were the reason of that event.
Signature
Duel.RaiseEvent(Group|Card eg, int code, Effect re, int r, int rp, int ep, int ev) → nil
lua
Duel.RaiseEvent(eg,code,re,r,rp,ep,ev)Parameters
Group|Card
eg(To be added)
int
code(To be added)
Effect
re(To be added)
int
r(To be added)
int
rp(To be added)
int
ep(To be added)
int
ev(To be added)