Skip to content

Duel.CheckEvent

Source Code | Duel Functions

Returns if, at the activation timing, the (int event) passed is available. If (bool get_info) is set to true, all the even info are returned as extra return values

Signature

Duel.CheckEvent(int event, [bool get_info]) → bool, Group, int, int, Effect, int, int

lua
Duel.CheckEvent(event,get_info)

Parameters

  • int event

    (To be added)

  • bool get_info

    Optional.

    (To be added)

Returns


under-construction