C# Class fCraft.Events.PlayerJoiningWorldEventArgs

Provides data for Player.JoiningWorld event. Cancellable. Allows overriding the text that is shown on connection screen.
Inheritance: System.EventArgs, IPlayerEvent, ICancelableEvent
Show file Open project: fragmer/fCraft Class Usage Examples

Private Properties

Property Type Description
PlayerJoiningWorldEventArgs System
PlayerJoiningWorldEventArgs System
PlayerJoiningWorldEventArgs System

Private Methods

Method Description
PlayerJoiningWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeContext context, string textLine1, string textLine2 ) : System
PlayerJoiningWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeReason context ) : System
PlayerJoiningWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeReason context, string textLine1, string textLine2 ) : System