Creates a new bank with the offset offset.

Namespace:  SGP.Baltie2D
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public Baltie2DImageTiles CreateNewTiles(
	int offset,
	bool local
)

Parameters

offset
Type: System..::.Int32
The bank offset.
local
Type: System..::.Boolean
Whether the bank is local.

Return Value

Return the new bank.

See Also