func_banks_pokeint.rst 347 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_banks_pokeint:
  2. =======
  3. PokeInt
  4. =======
  5. PokeInt -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. PokeInt( bank:TBank,offset,value )
  10. Poke an int into a bank
  11. An int is a signed 32 bit value that requires 4 bytes of storage.
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. Nothing.
  17. Examples
  18. ========
  19. See Also
  20. ========