Property | Type | Description | |
---|---|---|---|
AutoExecEvent | string | ||
Chars | |||
EntLayer | |||
Entities | |||
FileOnDisk | |||
FormalName | string | ||
IsBrush | bool | ||
Layers | |||
MoveScripts | |||
MusicFileName | string | ||
ObsLayer | |||
PlayerStartX | int | ||
PlayerStartY | int | ||
RenderManager | |||
UIState | |||
ZoneLayer | |||
Zones | |||
vsp |
Method | Description | |
---|---|---|
AddLayer ( |
||
DeleteLayer ( |
||
Init ( ) : void | ||
LoadMap ( string filename ) : |
||
Map ( ) : System | ||
ModifyTile ( |
||
WriteMap ( ) : int | ||
WriteMap ( string fname ) : int | ||
findLayer ( string name ) : |
||
findLayerIndex ( |
||
findLayerIndex ( string name ) : int | ||
getLayer ( int index ) : |
||
tileCopy ( ) : |
||
tileCopyRange ( int x0, int y0, int w, int h ) : |
||
touch ( ) : void |
public static LoadMap ( string filename ) : |
||
filename | string | |
return |
public ModifyTile ( |
||
ml | ||
x | int | |
y | int | |
newtile | int | |
return | void |
public tileCopyRange ( int x0, int y0, int w, int h ) : |
||
x0 | int | |
y0 | int | |
w | int | |
h | int | |
return |
public ArrayList,System.Collections Chars | ||
return |
public ArrayList,System.Collections Entities | ||
return |
public ArrayList,System.Collections Layers | ||
return |
public ArrayList,System.Collections MoveScripts | ||
return |
public MapRenderManager,winmaped2 RenderManager | ||
return |
public ArrayList,System.Collections Zones | ||
return |