C# Class PGMEBackend.Map

Exibir arquivo Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
NPCs List
Signs List
Triggers List
Warps List
battleBackground byte
canEscape bool
canRideBike bool
canRun bool
connectionsDataPointer int
currentBank byte
currentMap byte
eventDataPointer int
layout MapLayout
mapDataPointer int
mapLayoutIndex short
mapNameIndex byte
mapScriptDataPointer int
mapType byte
musicNumber short
offset int
optionsByte1 byte
optionsByte2 byte
optionsByte3 byte
originROM GBAROM
rawEntityHeader byte[]
rawHeader byte[]
rawHeaderOrig byte[]
showsName bool
visibility byte
weather byte

Public Methods

Method Description
LoadEntitiesFromRaw ( ) : void
LoadMapHeaderFromRaw ( ) : void
Map ( ) : System
Map ( int Offset, GBAROM ROM, int CurrentBank, int CurrentMap ) : System
Revert ( ) : void
Save ( ) : void
WriteEntitiesToRaw ( ) : void
WriteMapHeaderToRaw ( ) : void

Method Details

LoadEntitiesFromRaw() public method

public LoadEntitiesFromRaw ( ) : void
return void

LoadMapHeaderFromRaw() public method

public LoadMapHeaderFromRaw ( ) : void
return void

Map() public method

public Map ( ) : System
return System

Map() public method

public Map ( int Offset, GBAROM ROM, int CurrentBank, int CurrentMap ) : System
Offset int
ROM Nintenlord.ROMHacking.GBA.GBAROM
CurrentBank int
CurrentMap int
return System

Revert() public method

public Revert ( ) : void
return void

Save() public method

public Save ( ) : void
return void

WriteEntitiesToRaw() public method

public WriteEntitiesToRaw ( ) : void
return void

WriteMapHeaderToRaw() public method

public WriteMapHeaderToRaw ( ) : void
return void

Property Details

NPCs public_oe property

public List NPCs
return List

Signs public_oe property

public List Signs
return List

Triggers public_oe property

public List Triggers
return List

Warps public_oe property

public List Warps
return List

battleBackground public_oe property

public byte battleBackground
return byte

canEscape public_oe property

public bool canEscape
return bool

canRideBike public_oe property

public bool canRideBike
return bool

canRun public_oe property

public bool canRun
return bool

connectionsDataPointer public_oe property

public int connectionsDataPointer
return int

currentBank public_oe property

public byte currentBank
return byte

currentMap public_oe property

public byte currentMap
return byte

eventDataPointer public_oe property

public int eventDataPointer
return int

layout public_oe property

public MapLayout layout
return MapLayout

mapDataPointer public_oe property

public int mapDataPointer
return int

mapLayoutIndex public_oe property

public short mapLayoutIndex
return short

mapNameIndex public_oe property

public byte mapNameIndex
return byte

mapScriptDataPointer public_oe property

public int mapScriptDataPointer
return int

mapType public_oe property

public byte mapType
return byte

musicNumber public_oe property

public short musicNumber
return short

offset public_oe property

public int offset
return int

optionsByte1 public_oe property

public byte optionsByte1
return byte

optionsByte2 public_oe property

public byte optionsByte2
return byte

optionsByte3 public_oe property

public byte optionsByte3
return byte

originROM public_oe property

public GBAROM originROM
return GBAROM

rawEntityHeader public_oe property

public byte[] rawEntityHeader
return byte[]

rawHeader public_oe property

public byte[] rawHeader
return byte[]

rawHeaderOrig public_oe property

public byte[] rawHeaderOrig
return byte[]

showsName public_oe property

public bool showsName
return bool

visibility public_oe property

public byte visibility
return byte

weather public_oe property

public byte weather
return byte