func_banks_peekdouble.rst 386 B

1234567891011121314151617181920212223242526272829303132333435
  1. .. _func_banks_peekdouble:
  2. ==========
  3. PeekDouble
  4. ==========
  5. PeekDouble -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. PeekDouble!( bank:TBank,offset )
  10. Peek a double from a bank
  11. A double requires 8 bytes of storage
  12. Parameters
  13. ==========
  14. Return Values
  15. =============
  16. The double value at the specified byte offset within the bank
  17. Examples
  18. ========
  19. See Also
  20. ========