func_banks_loadbank.rst 482 B

123456789101112131415161718192021222324252627282930313233343536
  1. .. _func_banks_loadbank:
  2. ========
  3. LoadBank
  4. ========
  5. LoadBank -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. LoadBank:TBank( url:Object )
  10. Load a bank
  11. #LoadBank reads the entire contents of a binary file from a specified @url into a newly
  12. created bank with a size matching that of the file.
  13. Parameters
  14. ==========
  15. Return Values
  16. =============
  17. A bank containing the binary contents of @url, or null if @url could not be opened
  18. Examples
  19. ========
  20. See Also
  21. ========