Skip to main content

GameLARPNewTurnPublish

Callable

  • GameLARPNewTurnPublish(NewPlayerPosition: number, Ascending: boolean, Msg: string): void

  • Sets the new turn player and publish it in the chat room


    Parameters

    • NewPlayerPosition: number

      Position of the new player

    • Ascending: boolean

      Whether or not the turn is ascending

    • Msg: string

      Message tag to display such as TurnStart, TurnSkip and TurnNext

    Returns void

    • Nothing