1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_banks_pokeint:
- =======
- PokeInt
- =======
- PokeInt -
- Description
- ===========
- .. code-block:: blitzmax
- PokeInt( bank:TBank,offset,value )
- Poke an int into a bank
- An int is a signed 32 bit value that requires 4 bytes of storage.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|