C# 클래스 Server.Items.Campfire

상속: Item
파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SecureRange int

Private Properties

프로퍼티 타입 설명
ClearEntries void
OnTick void

공개 메소드들

메소드 설명
Campfire ( ) : System
Campfire ( Server.Serial serial ) : System
Deserialize ( Server.GenericReader reader ) : void
GetEntry ( Server.Mobile player ) : CampfireEntry
OnAfterDelete ( ) : void
RemoveEntry ( CampfireEntry entry ) : void
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
ClearEntries ( ) : void
OnTick ( ) : void

메소드 상세

Campfire() 공개 메소드

public Campfire ( ) : System
리턴 System

Campfire() 공개 메소드

public Campfire ( Server.Serial serial ) : System
serial Server.Serial
리턴 System

Deserialize() 공개 메소드

public Deserialize ( Server.GenericReader reader ) : void
reader Server.GenericReader
리턴 void

GetEntry() 공개 정적인 메소드

public static GetEntry ( Server.Mobile player ) : CampfireEntry
player Server.Mobile
리턴 CampfireEntry

OnAfterDelete() 공개 메소드

public OnAfterDelete ( ) : void
리턴 void

RemoveEntry() 공개 정적인 메소드

public static RemoveEntry ( CampfireEntry entry ) : void
entry CampfireEntry
리턴 void

Serialize() 공개 메소드

public Serialize ( Server.GenericWriter writer ) : void
writer Server.GenericWriter
리턴 void

프로퍼티 상세

SecureRange 공개적으로 정적으로 프로퍼티

public static int SecureRange
리턴 int