Property | Type | Description | |
---|---|---|---|
BR | |||
BSP | |||
BW | |||
BitmapLibary | |||
DisplayType | Meta.ItemType | ||
FS | |||
FileNames | |||
Functions | |||
HaloVersion | HaloVersionEnum | ||
IndexHeader | |||
MapHeader | |||
MetaInfo | |||
PrimaryMagic | int | ||
SecondaryMagic | int | ||
SelectedMeta | |||
Strings | |||
Unicode | |||
filePath | string | ||
isOpen | bool | ||
openMapType | MapTypes | ||
ugh |
Method | Description | |
---|---|---|
BufferReadWrite ( |
The buffer read write.
|
|
CloseMap ( ) : void |
The close map.
|
|
GetMetaFromTagIndex ( int tag, |
The get meta from tag index.
|
|
LoadFromFile ( string fileName ) : |
Loads a .map file and returns it as a map object
|
|
OpenMap ( MapTypes type ) : void |
Opens the
|
|
OpenMap ( MapTypes type, bool readOnly ) : void |
Opens a Halo/Halo 2 based map for reading / writing (not readonly).
|
|
Refresh ( |
Reloads the map. This needs to use a return value, because the loaded map changes were not being saved. They would be lost when the function returned and we ?cannot pass Map as a ref?. |
|
Sign ( ) : void |
The sign.
|
Method | Description | |
---|---|---|
LoadMap ( ) : void |
reads info from the current open map file and stores in it this map object
|
|
Map ( string fileName ) : System |
Initializes a new instance of the Map class. An internal constructor so this class must be made via static map.FromFile...
|
public BufferReadWrite ( |
||
BR | The br. | |
BW | The bw. | |
size | int | The size. |
return | void |
public static GetMetaFromTagIndex ( int tag, |
||
tag | int | The tag. |
map | The map. | |
manualScan | bool | The manual scan. |
parse | bool | The parse. |
return |
public static LoadFromFile ( string fileName ) : |
||
fileName | string | The file Name. |
return |
public OpenMap ( MapTypes type, bool readOnly ) : void | ||
type | MapTypes | MapTypes.(Internal, MainMenu, MPShared, SPShared, Bitmaps) |
readOnly | bool | opens map file as read-only (does NOT apply to internal map file) |
return | void |
public BitmapLibraryLayout,HaloMap.Map BitmapLibary | ||
return |
public IndexHeaderInfo,HaloMap.Map IndexHeader | ||
return |