Skip to content

Duel.GetFlagEffect ​

Source Code | Usage Examples | Duel Functions

Gets the flag effect with (int code) as the EffectCode that is registered to a player (int player), returns 0 if no effect, a positive integer otherwise

Signature ​

Duel.GetFlagEffect(int player, int code) → int

lua
Duel.GetFlagEffect(player,code)

Parameters ​

Returns ​


under-construction