Class Bzflag::GetPlayerSpawnPosEventData
In: bzRuby.cpp
Parent: Bzflag::EventData

Methods

handled=   handled?   player_id   pos   pos=   rot   rot=   team   time  

Public Instance methods

This method allows to set the event as handled or not.

This method returns true when the event is already handled, false if not.

Returns the player id of the player who invoked the event.

This method returns the position where the player was supposed to spawn, if not changed.

This method makes it possible to change the spawn position of a player.

This method returns the rotation angle of the player who is going to spawn.

This method makes it possible to change the rotation of a player.

Returns the team of the player who invoked the event.

This method returns the time when the invent was invoked.

[Validate]