func_banks_peekint.rst 368 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_banks_peekint:
  2. =======
  3. PeekInt
  4. =======
  5. PeekInt -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. PeekInt( bank:TBank,offset )
  10. Peek an int from a bank
  11. An int is a signed 32 bit value (4 bytes).
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The int value at the specified byte offset within the bank
  17. Examples
  18. ========
  19. See Also
  20. ========