C# 클래스 Server.MultiComponentList

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

공개 프로퍼티들

프로퍼티 타입 설명
Empty MultiComponentList

공개 메소드들

메소드 설명
Add ( int itemID, int x, int y, int z ) : void
MultiComponentList ( BinaryReader reader, int count ) : System
MultiComponentList ( Server.GenericReader reader ) : System
MultiComponentList ( MultiComponentList toCopy ) : System
Remove ( int itemID, int x, int y, int z ) : void
RemoveXYZH ( int x, int y, int z, int minHeight ) : void
Resize ( int newWidth, int newHeight ) : void
Serialize ( Server.GenericWriter writer ) : void

비공개 메소드들

메소드 설명
MultiComponentList ( ) : System

메소드 상세

Add() 공개 메소드

public Add ( int itemID, int x, int y, int z ) : void
itemID int
x int
y int
z int
리턴 void

MultiComponentList() 공개 메소드

public MultiComponentList ( BinaryReader reader, int count ) : System
reader System.IO.BinaryReader
count int
리턴 System

MultiComponentList() 공개 메소드

public MultiComponentList ( Server.GenericReader reader ) : System
reader Server.GenericReader
리턴 System

MultiComponentList() 공개 메소드

public MultiComponentList ( MultiComponentList toCopy ) : System
toCopy MultiComponentList
리턴 System

Remove() 공개 메소드

public Remove ( int itemID, int x, int y, int z ) : void
itemID int
x int
y int
z int
리턴 void

RemoveXYZH() 공개 메소드

public RemoveXYZH ( int x, int y, int z, int minHeight ) : void
x int
y int
z int
minHeight int
리턴 void

Resize() 공개 메소드

public Resize ( int newWidth, int newHeight ) : void
newWidth int
newHeight int
리턴 void

Serialize() 공개 메소드

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

프로퍼티 상세

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

public static MultiComponentList,Server Empty
리턴 MultiComponentList