Skip to content

Duel.GetTurnCount

Source Code | Duel Functions

Gets the turn count, if tp is passed, it returns the turn count for that specific player (so if the current turn count is 5, a player's turn count would be 2 or 3)

Signature

Duel.GetTurnCount([int tp]) → int

lua
Duel.GetTurnCount(tp)

Parameters

  • int tp

    Optional.

    (To be added)

Returns


under-construction