banks

Blitz3D Forums/Blitz3D Programming/banks

What would be a good example of how to use a bank?

bnk = CreateBank(bnksize%)

There is a fine example in the Blitz3D Command Reference, or look up to the top of this site and hit manuals->2D Commands->Banks

What would be a good example of how to use a bank?
The examples included in the documentation?

By the question do you mean something like,
"What type of situation would I/You use this in?"

I can't give you an answer because I don't know XD

By the question do you mean something like,
"What type of situation would I/You use this in?"


Yes,exactly :)

Good use to to pack player/server packets in a bank and send between client/server.

Oh. Thanks everybody =)

So banks are like putting files into a .rar or .zip file and sending it to someone, you can have more than just one thing being sent at a time in the same package?

Edit: Wait a minute... you can't send Bank's to other computers for multiplayer games, I don't see a command for it.