C# Class RockinCatsBase, CadEditor

Datei anzeigen Open project: spiiin/CadEditor

Public Methods

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

Method Details

getBigBlocks0() public static method

public static getBigBlocks0 ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
return BigBlock[]

getBigBlocks1() public static method

public static getBigBlocks1 ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
return BigBlock[]

getBigBlocks2() public static method

public static getBigBlocks2 ( int bigTileIndex ) : BigBlock[]
bigTileIndex int
return BigBlock[]

getBigBlocksCountHierarchy() public method

public getBigBlocksCountHierarchy ( int hierarchyLevel ) : int
hierarchyLevel int
return int

getBigBlocksFuncs() public method

public getBigBlocksFuncs ( ) : GetBigBlocksFunc[]
return GetBigBlocksFunc[]

getBigBlocksHierarchyCount() public method

public getBigBlocksHierarchyCount ( ) : int
return int

getBigBlocksOffsetHierarchy() public method

public getBigBlocksOffsetHierarchy ( int hierarchyLevel ) : CadEditor.OffsetRec
hierarchyLevel int
return CadEditor.OffsetRec

getBlocks() public method

public getBlocks ( int blockIndex ) : CadEditor.ObjRec[]
blockIndex int
return CadEditor.ObjRec[]

getBlocksCount() public method

public getBlocksCount ( ) : int
return int

getBlocksFunc() public method

public getBlocksFunc ( ) : GetBlocksFunc
return GetBlocksFunc

getBlocksOffset() public method

public getBlocksOffset ( ) : CadEditor.OffsetRec
return CadEditor.OffsetRec

getPalFunc() public method

public getPalFunc ( ) : GetPalFunc
return GetPalFunc

getPallete() public method

public getPallete ( int palId ) : byte[]
palId int
return byte[]

getScreenHeight() public method

public getScreenHeight ( ) : int
return int

getScreenWidth() public method

public getScreenWidth ( ) : int
return int

getScreensOffset() public method

public getScreensOffset ( ) : CadEditor.OffsetRec
return CadEditor.OffsetRec

getVideoChunk() public method

public getVideoChunk ( int _ ) : byte[]
_ int
return byte[]

getVideoChunkFunc() public method

public getVideoChunkFunc ( ) : GetVideoChunkFunc
return GetVideoChunkFunc

getVideoIndex1() public method

public getVideoIndex1 ( ) : int
return int

getVideoIndex2() public method

public getVideoIndex2 ( ) : int
return int

getVideoOffset() public method

public getVideoOffset ( ) : CadEditor.OffsetRec
return CadEditor.OffsetRec

getVideoPageAddrFunc() public method

public getVideoPageAddrFunc ( ) : GetVideoPageAddrFunc
return GetVideoPageAddrFunc

isBigBlockEditorEnabled() public method

public isBigBlockEditorEnabled ( ) : bool
return bool

isBlockEditorEnabled() public method

public isBlockEditorEnabled ( ) : bool
return bool

isEnemyEditorEnabled() public method

public isEnemyEditorEnabled ( ) : bool
return bool

setBigBlocks0() public static method

public static setBigBlocks0 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
return void

setBigBlocks1() public static method

public static setBigBlocks1 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
return void

setBigBlocks2() public static method

public static setBigBlocks2 ( int bigTileIndex, BigBlock bigBlockIndexes ) : void
bigTileIndex int
bigBlockIndexes BigBlock
return void

setBigBlocksFuncs() public method

public setBigBlocksFuncs ( ) : SetBigBlocksFunc[]
return SetBigBlocksFunc[]

setBlocks() public method

public setBlocks ( int blockIndex, CadEditor.ObjRec blocksData ) : void
blockIndex int
blocksData CadEditor.ObjRec
return void

setBlocksFunc() public method

public setBlocksFunc ( ) : SetBlocksFunc
return SetBlocksFunc

setPalFunc() public method

public setPalFunc ( ) : SetPalFunc
return SetPalFunc

setVideoChunkFunc() public method

public setVideoChunkFunc ( ) : SetVideoChunkFunc
return SetVideoChunkFunc