func_banks_banksize.rst 314 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_banks_banksize:
  2. ========
  3. BankSize
  4. ========
  5. BankSize -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. BankSize( bank:TBank )
  10. Get size of bank
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. The size, in bytes, of the bank's internal memory buffer
  16. Examples
  17. ========
  18. See Also
  19. ========