Duel.HasFlagEffect
Source Code | Usage Examples | Duel Functions
Returns if (int tp) has a flag with id equal to (int id) register to it. If (int ct) is provided checks if it the flags was registered at least that many times.
Signature
Duel.HasFlagEffect(int tp, int id, [int ct]) → bool
lua
Duel.HasFlagEffect(tp,id,ct)