Creates the default file name for the bank.

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

Syntax

C#
public static string GetDefaultTilesFileName(
	int offset,
	bool local
)

Parameters

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

Return Value

Returns the formatted string of the bank file.

See Also