메소드 | 설명 | |
---|---|---|
GetRoom ( int x, int y, int floor ) : |
||
GetRoomPosition ( |
||
GetRoomPosition ( |
||
SetRoom ( int x, int y, int floor, int room ) : void |
메소드 | 설명 | |
---|---|---|
Dungeon ( Project p, int i ) : System | ||
GetDataIndex ( int i ) : int | ||
SetDataIndex ( int i, int val ) : void |
public GetRoomPosition ( |
||
room | ||
x | int | |
y | int | |
리턴 | void |
public GetRoomPosition ( |
||
room | ||
x | int | |
y | int | |
floor | int | |
리턴 | void |
public SetRoom ( int x, int y, int floor, int room ) : void | ||
x | int | |
y | int | |
floor | int | |
room | int | |
리턴 | void |