BlitzMax Docs -> 2D - A-Z -> C -> CreateStaticBank
CreateStaticBank:TBank( buf:Byte Ptr,size )
Returns:
A bank object that references an existing block of memoryDescription:
Create a bank with existing dataThe 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




