Skip to content

Duel.GetChainEvent ​

Source Code | Usage Examples | Duel Functions

Returns the elements associated with the event that caused the current chain link to form, in order: The group containing the cards that were associated with that event, The player associated with that event, The value associated with that event, The reason Effect associated with that event, The reason associated with that event, The reason player associated with that event.

Signature ​

Duel.GetChainEvent(int chain) → Group|nil, int, int, Effect, int, int

lua
Duel.GetChainEvent(chain)

Parameters ​

Returns ​


under-construction