Method | Description | |
---|---|---|
getBigBlocks0 ( int bigTileIndex ) : BigBlock[] | ||
getBigBlocks1 ( int bigTileIndex ) : BigBlock[] | ||
getBigBlocks2 ( int bigTileIndex ) : BigBlock[] | ||
getBigBlocksCountHierarchy ( int hierarchyLevel ) : int | ||
getBigBlocksFuncs ( ) : GetBigBlocksFunc[] | ||
getBigBlocksHierarchyCount ( ) : int | ||
getBigBlocksOffsetHierarchy ( int hierarchyLevel ) : CadEditor.OffsetRec | ||
getBlocks ( int blockIndex ) : CadEditor.ObjRec[] | ||
getBlocksCount ( ) : int | ||
getBlocksFunc ( ) : GetBlocksFunc | ||
getBlocksOffset ( ) : CadEditor.OffsetRec | ||
getPalFunc ( ) : GetPalFunc | ||
getPallete ( int palId ) : byte[] | ||
getScreenHeight ( ) : int | ||
getScreenWidth ( ) : int | ||
getScreensOffset ( ) : CadEditor.OffsetRec | ||
getVideoChunk ( int _ ) : byte[] | ||
getVideoChunkFunc ( ) : GetVideoChunkFunc | ||
getVideoIndex1 ( ) : int | ||
getVideoIndex2 ( ) : int | ||
getVideoOffset ( ) : CadEditor.OffsetRec | ||
getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc | ||
isBigBlockEditorEnabled ( ) : bool | ||
isBlockEditorEnabled ( ) : bool | ||
isEnemyEditorEnabled ( ) : bool | ||
setBigBlocks0 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void | ||
setBigBlocks1 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void | ||
setBigBlocks2 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void | ||
setBigBlocksFuncs ( ) : SetBigBlocksFunc[] | ||
setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void | ||
setBlocksFunc ( ) : SetBlocksFunc | ||
setPalFunc ( ) : SetPalFunc | ||
setVideoChunkFunc ( ) : SetVideoChunkFunc |
public static getBigBlocks0 ( int bigTileIndex ) : BigBlock[] | ||
bigTileIndex | int | |
return | BigBlock[] |
public static getBigBlocks1 ( int bigTileIndex ) : BigBlock[] | ||
bigTileIndex | int | |
return | BigBlock[] |
public static getBigBlocks2 ( int bigTileIndex ) : BigBlock[] | ||
bigTileIndex | int | |
return | BigBlock[] |
public getBigBlocksCountHierarchy ( int hierarchyLevel ) : int | ||
hierarchyLevel | int | |
return | int |
public getBigBlocksFuncs ( ) : GetBigBlocksFunc[] | ||
return | GetBigBlocksFunc[] |
public getBigBlocksOffsetHierarchy ( int hierarchyLevel ) : CadEditor.OffsetRec | ||
hierarchyLevel | int | |
return | CadEditor.OffsetRec |
public getBlocks ( int blockIndex ) : CadEditor.ObjRec[] | ||
blockIndex | int | |
return | CadEditor.ObjRec[] |
public getBlocksOffset ( ) : CadEditor.OffsetRec | ||
return | CadEditor.OffsetRec |
public getScreensOffset ( ) : CadEditor.OffsetRec | ||
return | CadEditor.OffsetRec |
public getVideoChunkFunc ( ) : GetVideoChunkFunc | ||
return | GetVideoChunkFunc |
public getVideoOffset ( ) : CadEditor.OffsetRec | ||
return | CadEditor.OffsetRec |
public getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc | ||
return | GetVideoPageAddrFunc |
public static setBigBlocks0 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void | ||
bigTileIndex | int | |
bigBlockIndexes | BigBlock | |
return | void |
public static setBigBlocks1 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void | ||
bigTileIndex | int | |
bigBlockIndexes | BigBlock | |
return | void |
public static setBigBlocks2 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void | ||
bigTileIndex | int | |
bigBlockIndexes | BigBlock | |
return | void |
public setBigBlocksFuncs ( ) : SetBigBlocksFunc[] | ||
return | SetBigBlocksFunc[] |
public setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void | ||
blockIndex | int | |
blocksData | CadEditor.ObjRec | |
return | void |
public setVideoChunkFunc ( ) : SetVideoChunkFunc | ||
return | SetVideoChunkFunc |