C# 클래스 ACR_Quest.RandomDungeonArea

파일 보기 프로젝트 열기: ALandFarAway/ALFA-Base-Resources 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
AdjacentAreas RandomDungeonArea>.Dictionary
AreaExits List
AreaId uint
CR int
DungeonExit ExitDirection
DungeonName string
Quest string
SpawnType string
TemplateAreaId uint
TrapType string
X int
Y int
Z int

공개 메소드들

메소드 설명
ClearArea ( CLRScriptBase script ) : void
LoadArea ( CLRScriptBase script ) : bool
RandomDungeonArea ( ) : CLRScriptFramework
TransitionToArea ( CLRScriptBase script, ExitDirection exit ) : void

비공개 메소드들

메소드 설명
PopulateArea ( CLRScriptBase script ) : void

메소드 상세

ClearArea() 공개 메소드

public ClearArea ( CLRScriptBase script ) : void
script CLRScriptFramework.CLRScriptBase
리턴 void

LoadArea() 공개 메소드

public LoadArea ( CLRScriptBase script ) : bool
script CLRScriptFramework.CLRScriptBase
리턴 bool

RandomDungeonArea() 공개 메소드

public RandomDungeonArea ( ) : CLRScriptFramework
리턴 CLRScriptFramework

TransitionToArea() 공개 메소드

public TransitionToArea ( CLRScriptBase script, ExitDirection exit ) : void
script CLRScriptFramework.CLRScriptBase
exit ExitDirection
리턴 void

프로퍼티 상세

AdjacentAreas 공개적으로 프로퍼티

public Dictionary AdjacentAreas
리턴 RandomDungeonArea>.Dictionary

AreaExits 공개적으로 프로퍼티

public List AreaExits
리턴 List

AreaId 공개적으로 프로퍼티

public uint AreaId
리턴 uint

CR 공개적으로 프로퍼티

public int CR
리턴 int

DungeonExit 공개적으로 프로퍼티

public ExitDirection DungeonExit
리턴 ExitDirection

DungeonName 공개적으로 프로퍼티

public string DungeonName
리턴 string

Quest 공개적으로 프로퍼티

public string Quest
리턴 string

SpawnType 공개적으로 프로퍼티

public string SpawnType
리턴 string

TemplateAreaId 공개적으로 프로퍼티

public uint TemplateAreaId
리턴 uint

TrapType 공개적으로 프로퍼티

public string TrapType
리턴 string

X 공개적으로 프로퍼티

public int X
리턴 int

Y 공개적으로 프로퍼티

public int Y
리턴 int

Z 공개적으로 프로퍼티

public int Z
리턴 int