Property | Type | Description | |
---|---|---|---|
ItemsInZone | int |
Method | Description | |
---|---|---|
ClearAllBrushed ( ) : void | ||
Compile ( ) : bool | ||
DeleteSelected ( ) : bool | ||
DrawAvailable ( |
||
DrawBrushed ( |
||
DrawDifficultyZones ( |
||
DrawFilteredWorldZones ( IFilter Filter, |
||
DrawGroupDensity ( |
||
DrawGroupQuantities ( |
||
DrawItemZones ( |
||
DrawLocations ( |
||
DrawModified ( |
||
DrawObjects ( |
||
DrawScript ( |
||
DrawSelectedZone ( |
||
DrawZoneValue ( |
||
GetGroups ( ) : List |
||
GetLocation ( int x, int y ) : Location | ||
GetLocations ( ) : List |
||
GetSelectedZone ( ) : IZone | ||
GetWorldMapFormat ( ) : IWorldMapFormat | ||
GetZone ( int x, int y ) : IZone | ||
GetZones ( ) : List |
||
IsModified ( ) : bool | ||
LoadZones ( FOCommon.Parsers.EncounterGroupParser GroupParser ) : bool | ||
ModifyChance ( string text ) : bool | ||
ModifyDifficulty ( string value ) : bool | ||
ModifyGroups ( List |
||
ModifyLocation ( List |
||
ModifySelectedZoneWithBrush ( List |
||
MoveSelectedZone ( int x, int y ) : bool | ||
NewZone ( int x, int y ) : IZone | ||
Parse ( ) : void | ||
RefreshZoneGroups ( ) : void | ||
ReplaceSelectedZone ( IZone zone, ICopy ICopyParams ) : void | ||
Save ( ) : bool | ||
SaveLocations ( ) : void | ||
SaveMaps ( ) : void | ||
SaveSelected ( ) : void | ||
SaveZones ( ) : bool | ||
SetSelectedZone ( int x, int y ) : void | ||
WorldMap ( string WorldMapFileName, string CompiledWorldMapFilename, IWorldMapFormat WMFormat ) : System |
Method | Description | |
---|---|---|
ItemsInZone ( |
public DrawAvailable ( |
||
g | ||
return | void |
public DrawBrushed ( |
||
g | ||
return | void |
public DrawDifficultyZones ( |
||
g | ||
IsAbove | bool | |
Val | int | |
ShowNumbers | bool | |
return | void |
public DrawFilteredWorldZones ( IFilter Filter, |
||
Filter | IFilter | |
g | ||
return | void |
public DrawGroupDensity ( |
||
g | ||
ShowNumbers | bool | |
return | void |
public DrawGroupQuantities ( |
||
g | ||
ShowNumbers | bool | |
modifier | int | |
return | void |
public DrawItemZones ( |
||
g | ||
ItemDefine | string | |
ShowNumbers | bool | |
return | void |
public DrawLocations ( |
||
g | ||
return | void |
public DrawModified ( |
||
g | ||
return | void |
public DrawObjects ( |
||
g | ||
return | void |
public DrawScript ( |
||
g | ||
return | void |
public DrawSelectedZone ( |
||
g | ||
return | void |
public DrawZoneValue ( |
||
g | ||
zones | List |
|
return | void |
public GetLocation ( int x, int y ) : Location | ||
x | int | |
y | int | |
return | Location |
public GetWorldMapFormat ( ) : IWorldMapFormat | ||
return | IWorldMapFormat |
public LoadZones ( FOCommon.Parsers.EncounterGroupParser GroupParser ) : bool | ||
GroupParser | FOCommon.Parsers.EncounterGroupParser | |
return | bool |
public ModifyDifficulty ( string value ) : bool | ||
value | string | |
return | bool |
public ModifyLocation ( List |
||
locations | List |
|
return | bool |
public ModifySelectedZoneWithBrush ( List |
||
Groups | List |
|
Locations | List |
|
Flags | List |
|
add | bool | |
chance | int | |
return | bool |
public MoveSelectedZone ( int x, int y ) : bool | ||
x | int | |
y | int | |
return | bool |
public ReplaceSelectedZone ( IZone zone, ICopy ICopyParams ) : void | ||
zone | IZone | |
ICopyParams | ICopy | |
return | void |
public SetSelectedZone ( int x, int y ) : void | ||
x | int | |
y | int | |
return | void |
public WorldMap ( string WorldMapFileName, string CompiledWorldMapFilename, IWorldMapFormat WMFormat ) : System | ||
WorldMapFileName | string | |
CompiledWorldMapFilename | string | |
WMFormat | IWorldMapFormat | |
return | System |