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

Methods

admin?   callsign   ip_address   player_id   registered?   team   time   verified?  

Public Instance methods

This method returns true if the player is an admin, else it returns false

This method returns the callsign of the player.

Returns the ip address which got banned.

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

This method returns true if the player is registered, else it returns false

Returns the team of the player who invoked the event.

This method returns the time when the invent was invoked.

This method returns true if the player is verified, else it returns false

[Validate]