Home
Products
Community
Manuals
Contact
Login or Signup

BlitzMax Docs -> 2D - A-Z -> C -> CreateStaticBank

CreateStaticBank:TBank( buf:Byte Ptr,size )

Returns:

A bank object that references an existing block of memory

Description:

Create a bank with existing data

The memory referenced by a static bank is not released when the bank is deleted.A static bank cannot be resized.


Comments

None.

BlitzMax Manual Forum

Blitz3D Equivalent Command