C# 클래스 Rogue.room, rogue-sharp

파일 보기 프로젝트 열기: jdiamond/rogue-sharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
r_exit coord[]
r_flags int
r_gold coord
r_goldval int
r_max coord
r_nexits int
r_pos coord

공개 메소드들

메소드 설명
room ( ) : System
room ( int flags ) : System

메소드 상세

room() 공개 메소드

public room ( ) : System
리턴 System

room() 공개 메소드

public room ( int flags ) : System
flags int
리턴 System

프로퍼티 상세

r_exit 공개적으로 프로퍼티

public coord[] r_exit
리턴 coord[]

r_flags 공개적으로 프로퍼티

public int r_flags
리턴 int

r_gold 공개적으로 프로퍼티

public coord r_gold
리턴 coord

r_goldval 공개적으로 프로퍼티

public int r_goldval
리턴 int

r_max 공개적으로 프로퍼티

public coord r_max
리턴 coord

r_nexits 공개적으로 프로퍼티

public int r_nexits
리턴 int

r_pos 공개적으로 프로퍼티

public coord r_pos
리턴 coord