Payload for the "PlatformEntered" global event.
Happens when a player enters a platform.
public int GetPlatformID()
(Client) Get the ID of this platform.
Returns: (int) The ID of this platform.
public PlayerControllerWrapper GetPlayer()
(Client) Get the player that entered this platform.
Returns: (PlayerController) That player.