func_banks_bankbuf.rst 382 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_banks_bankbuf:
  2. =======
  3. BankBuf
  4. =======
  5. BankBuf -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. BankBuf:Byte Ptr( bank:TBank )
  10. Get bank's memory buffer
  11. Please use #LockBank and #UnlockBank instead of this method.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. A byte pointer to the bank's internal memory buffer
  17. Examples
  18. ========
  19. See Also
  20. ========