1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_banks_pokeshort:
- =========
- PokeShort
- =========
- PokeShort -
- Description
- ===========
- .. code-block:: blitzmax
- PokeShort( bank:TBank,offset,value )
- Poke a short into a bank
- An short is an unsigned 16 bit value that requires 2 bytes of storage.
- Parameters
- ==========
- Return Values
- =============
- Nothing.
- Examples
- ========
- See Also
- ========
|