func_banks_savebank.rst 383 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_banks_savebank:
  2. ========
  3. SaveBank
  4. ========
  5. SaveBank -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. SaveBank( bank:TBank,url:Object )
  10. Save a bank
  11. #SaveBank writes it's entire contents to a @url. If the @url is a file path a new
  12. file is created.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. True if successful.
  18. Examples
  19. ========
  20. See Also
  21. ========