Boring FPS Icon

Boring FPS Wiki


Hooks

You can find the list of all hooks used in the game below:

PlayerTurnStart - Server/Client

When a player's turn starts.


Args :

  • player (Player) - The player whose turn is starting.
  • PlayerTurnEnd - Server

    When a player's turn ends.


    Args :

  • player (Player) - The player whose turn is ending.
  • OnGameLoaded - Server/Client

    When the game has finished loading.


    OnNewDataPlayer - Server

    When a data is updated for a player.


    Args :

  • player (Player) - The player whose data is being updated.
  • dataName (String) - The key of the data being updated.
  • NewGlobalTurn - Server

    When a new global turn starts.