Skip to content

Duel.GetCardAliasFromCode

Source Code | Usage Examples | Duel Functions

Retrieves the alias of a given card passcode/ID from the card database.

Signature

Duel.GetCardAliasFromCode(int id) → int

lua
Duel.GetCardAliasFromCode(id)

Parameters

  • int id

    The passcode/ID of the card to get the alias of.

Returns

  • int

    The alias of the card registered in the database.


passcode-related