Skip to content

2.2.0

Compare
Choose a tag to compare
@Aessi Aessi released this 16 Jun 09:19
· 6 commits to master since this release

General

You need the latest dedicated server to access this new api version.

Diff from previous version

New callbacks

  • Shootmania.AFK.IsAFK
    This callback is sent when the AFK library detects an AFK player. It will be sent at regular interval until the players are forced into spectator mode. This callback is useful when the "forcespec" property is disabled, which let the server manager handle the action to take against AFK players.
  • Shootmania.AFK.Properties
    The current values of the AFK management library properties. This callback can be triggered with the "Shootmania.AFK.GetProperties" method.

Updated callbacks

  • Shootmania.Scores
  • Trackmania.Scores
    The callback documentation was updated to reflect the change made in the 2.1.1 version.

New methods

  • Shootmania.AFK.GetProperties
    Request the current values of the AFK management library properties.
  • Shootmania.AFK.SetProperties
    Update the values of the AFK management library properties.