Skip to content

Duel.HintSelection

Source Code | Duel Functions

If log_as_selection is true, that selection will be logged by the client as "card(s) selected" rather than "card(s) targeted"

Signature

Duel.HintSelection(Card|Group selection, [bool log_as_selection = false]) → nil

lua
Duel.HintSelection(selection,log_as_selection)

Parameters

  • Card|Group selection

    (To be added)

  • bool log_as_selection

    Optional. Defaults to false.

    (To be added)


under-construction