메소드 |
설명 |
|
ClearAllBrushed ( ) : void |
|
|
Compile ( ) : bool |
|
|
DeleteSelected ( ) : bool |
|
|
DrawAvailable ( Graphics g ) : void |
|
|
DrawBrushed ( Graphics g ) : void |
|
|
DrawDifficultyZones ( Graphics g, bool IsAbove, int Val, bool ShowNumbers ) : void |
|
|
DrawFilteredWorldZones ( IFilter Filter, Graphics g ) : void |
|
|
DrawGroupDensity ( Graphics g, bool ShowNumbers ) : void |
|
|
DrawGroupQuantities ( Graphics g, bool ShowNumbers, int modifier ) : void |
|
|
DrawItemZones ( Graphics g, string ItemDefine, bool ShowNumbers ) : void |
|
|
DrawLocations ( Graphics g ) : void |
|
|
DrawModified ( Graphics g ) : void |
|
|
DrawObjects ( Graphics g ) : void |
|
|
DrawScript ( Graphics g ) : void |
|
|
DrawSelectedZone ( Graphics g ) : void |
|
|
DrawZoneValue ( Graphics g, List zones ) : void |
|
|
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 groups ) : bool |
|
|
ModifyLocation ( List locations ) : bool |
|
|
ModifySelectedZoneWithBrush ( List Groups, List Locations, List Flags, bool add, int chance ) : bool |
|
|
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 |
|
|