123456789101112131415161718192021222324252627282930313233 |
- .. _func_banks_banksize:
- ========
- BankSize
- ========
- BankSize -
- Description
- ===========
- .. code-block:: blitzmax
- BankSize( bank:TBank )
- Get size of bank
- Parameters
- ==========
- Return Values
- =============
- The size, in bytes, of the bank's internal memory buffer
- Examples
- ========
- See Also
- ========
|