func_banks_resizebank.rst 473 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .. _func_banks_resizebank:
  2. ==========
  3. ResizeBank
  4. ==========
  5. ResizeBank -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. ResizeBank( bank:TBank,size )
  10. Resize a bank
  11. #ResizeBank modifies the size limit of a bank. This may cause memory to be
  12. allocated if the requested size is greater than the bank's current capacity,
  13. see #BankCapacity for more information.
  14. Parameters
  15. ==========
  16. Return Values
  17. =============
  18. Nothing.
  19. Examples
  20. ========
  21. See Also
  22. ========