123456789101112131415161718192021222324252627282930313233343536 |
- .. _func_banks_savebank:
- ========
- SaveBank
- ========
- SaveBank -
- Description
- ===========
- .. code-block:: blitzmax
- SaveBank( bank:TBank,url:Object )
- Save a bank
- #SaveBank writes it's entire contents to a @url. If the @url is a file path a new
- file is created.
- Parameters
- ==========
- Return Values
- =============
- True if successful.
- Examples
- ========
- See Also
- ========
|