C# 클래스 fCraft.Events.PlayerJoinedWorldEventArgs

Provides data for Player.JoinedWorld event. Immutable.
상속: System.EventArgs, IPlayerEvent
파일 보기 프로젝트 열기: fragmer/fCraft 1 사용 예제들

Private Properties

프로퍼티 타입 설명
PlayerJoinedWorldEventArgs System
PlayerJoinedWorldEventArgs System

공개 메소드들

메소드 설명
PlayerJoinedWorldEventArgs ( [ player, World oldWorld, World newWorld, WorldChangeReason reason ) : System

비공개 메소드들

메소드 설명
PlayerJoinedWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeContext context ) : System
PlayerJoinedWorldEventArgs ( [ player, [ oldWorld, [ newWorld, WorldChangeReason context ) : System

메소드 상세

PlayerJoinedWorldEventArgs() 공개 메소드

public PlayerJoinedWorldEventArgs ( [ player, World oldWorld, World newWorld, WorldChangeReason reason ) : System
player [
oldWorld World
newWorld World
reason WorldChangeReason
리턴 System