banks

Blitz3D Forums/Blitz3D Programming/banks

Knight #51(Posted 2008) [#1]
What would be a good example of how to use a bank?


Xzider(Posted 2008) [#2]
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


GfK(Posted 2008) [#3]
What would be a good example of how to use a bank?
The examples included in the documentation?


GIB3D(Posted 2008) [#4]
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


Knight #51(Posted 2008) [#5]
By the question do you mean something like,
"What type of situation would I/You use this in?"


Yes,exactly :)


Xzider(Posted 2008) [#6]
Good use to to pack player/server packets in a bank and send between client/server.


Knight #51(Posted 2008) [#7]
Oh. Thanks everybody =)


GIB3D(Posted 2008) [#8]
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.