OnPlayerStateChange

From Onset Developer Wiki
Revision as of 08:12, 16 January 2020 by Chloe (talk | contribs)
OnPlayerStateChange

Type: Event
Context: Server
Introduced: v1.0

Description

__EDIT_ME__

Syntax

OnPlayerStateChange(player, newstate, oldstate)

Parameters

  • player
    The player who changes state.
  • newstate
    The new state of the player.
  • oldstate
    The old state of the player.

Example

__EDIT_ME__

See also