1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_banks_bankbuf:
- =======
- BankBuf
- =======
- BankBuf -
- Description
- ===========
- .. code-block:: blitzmax
- BankBuf:Byte Ptr( bank:TBank )
- Get bank's memory buffer
- Please use #LockBank and #UnlockBank instead of this method.
- Parameters
- ==========
- Return Values
- =============
- A byte pointer to the bank's internal memory buffer
- Examples
- ========
- See Also
- ========
|