1234567891011121314151617181920212223242526272829303132333435 |
- .. _func_banks_peekfloat:
- =========
- PeekFloat
- =========
- PeekFloat -
- Description
- ===========
- .. code-block:: blitzmax
- PeekFloat#( bank:TBank,offset )
- Peek a float from a bank
- A float requires 4 bytes of storage
- Parameters
- ==========
- Return Values
- =============
- The float value at the specified byte offset within the bank
- Examples
- ========
- See Also
- ========
|