Skip to content

Duel.GetFlagEffectLabel

Source Code | Duel Functions

Gets the integer labels to the flag effect registered to the player (int player) with (int code) as the EffectCode, returns nil if there is no integer label.

Signature

Duel.GetFlagEffectLabel(int player, int code) → nil

lua
Duel.GetFlagEffectLabel(player,code)

Parameters


under-construction