123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_banks_loadbank:
- ========
- LoadBank
- ========
- LoadBank -
- Description
- ===========
- .. code-block:: blitzmax
- LoadBank:TBank( url:Object )
- Load a bank
- #LoadBank reads the entire contents of a binary file from a specified @url into a newly
- created bank with a size matching that of the file.
- Parameters
- ==========
- Return Values
- =============
- A bank containing the binary contents of @url, or null if @url could not be opened
- Examples
- ========
- See Also
- ========
|