Skip to main content

ClubCardLogGetDataPacket

Callable

  • ClubCardLogGetDataPacket(MessageType: string, Text: string, CCPlayer?: ClubCardPlayer, Amount?: number, Card?: ClubCard): void

  • Publishes an action to the log and replaces all the tags


    Parameters

    • MessageType: string

      Message Type

    • Text: string

      The text to fetch

    • CCPlayer: ClubCardPlayer = null

      The source player

    • Amount: number = null

      The amount linked to the action

    • Card: ClubCard = null

      The card linked to the action

    Returns void