1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_banks_peekint:
- =======
- PeekInt
- =======
- PeekInt -
- Description
- ===========
- .. code-block:: blitzmax
- PeekInt( bank:TBank,offset )
- Peek an int from a bank
- An int is a signed 32 bit value (4 bytes).
- Parameters
- ==========
- Return Values
- =============
- The int value at the specified byte offset within the bank
- Examples
- ========
- See Also
- ========
|