C# 클래스 winmaped2.MapZone

파일 보기 프로젝트 열기: Bananattack/verge3 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AdjAct int
Delay int
EntityScript string
ID int
Name string
PlayerScript string
Rate int

공개 메소드들

메소드 설명
Clone ( ) : MapZone
ToString ( ) : string

메소드 상세

Clone() 공개 메소드

public Clone ( ) : MapZone
리턴 MapZone

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

AdjAct 공개적으로 프로퍼티

public int AdjAct
리턴 int

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

EntityScript 공개적으로 프로퍼티

public string EntityScript
리턴 string

ID 공개적으로 프로퍼티

public int ID
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

PlayerScript 공개적으로 프로퍼티

public string PlayerScript
리턴 string

Rate 공개적으로 프로퍼티

public int Rate
리턴 int