func_banks_peekbyte.rst 390 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_banks_peekbyte:
  2. ========
  3. PeekByte
  4. ========
  5. PeekByte -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. PeekByte( bank:TBank,offset )
  10. Peek a byte from a bank
  11. A byte is an unsigned 8 bit value with a range of 0..255.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The byte value at the specified byte offset within the bank
  17. Examples
  18. ========
  19. See Also
  20. ========