C# Class fCraft.Events.PlayerJoinedWorldEventArgs

Provides data for Player.JoinedWorld event. Immutable.
Inheritance: System.EventArgs, IPlayerEvent
Afficher le fichier Open project: fragmer/fCraft Class Usage Examples

Private Properties

Свойство Type Description
PlayerJoinedWorldEventArgs System
PlayerJoinedWorldEventArgs System

Méthodes publiques

Méthode Description
PlayerJoinedWorldEventArgs ( [ player, World oldWorld, World newWorld, WorldChangeReason reason ) : System

Private Methods

Méthode Description
PlayerJoinedWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeContext context ) : System
PlayerJoinedWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeReason context ) : System

Method Details

PlayerJoinedWorldEventArgs() public méthode

public PlayerJoinedWorldEventArgs ( [ player, World oldWorld, World newWorld, WorldChangeReason reason ) : System
player [
oldWorld World
newWorld World
reason WorldChangeReason
Résultat System