func_banks_pokeshort.rst 365 B

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