1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_banks_peekbyte:
- ========
- PeekByte
- ========
- PeekByte -
- Description
- ===========
- .. code-block:: blitzmax
- PeekByte( bank:TBank,offset )
- Peek a byte from a bank
- A byte is an unsigned 8 bit value with a range of 0..255.
- Parameters
- ==========
- Return Values
- =============
- The byte value at the specified byte offset within the bank
- Examples
- ========
- See Also
- ========
|