Skip to content

Duel.EnableGlobalFlag

Source Code | Duel Functions

Enables the specified GlobalFlags (int global_flag) for the rest of the Duel (GLOBALFLAG_x).

Signature

Duel.EnableGlobalFlag(int global_flag) → nil

lua
Duel.EnableGlobalFlag(global_flag)

Parameters

  • int global_flag

    (To be added)


under-construction