Property | Type | Description | |
---|---|---|---|
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 |
Method | Description | |
---|---|---|
ClearArea ( |
||
LoadArea ( |
||
RandomDungeonArea ( ) : CLRScriptFramework | ||
TransitionToArea ( |
Method | Description | |
---|---|---|
PopulateArea ( |
public ClearArea ( |
||
script | ||
return | void |
public LoadArea ( |
||
script | ||
return | bool |
public RandomDungeonArea ( ) : CLRScriptFramework | ||
return | CLRScriptFramework |
public TransitionToArea ( |
||
script | ||
exit | ExitDirection | |
return | void |
public Dictionary |
||
return | RandomDungeonArea>.Dictionary |