Re: What happens if you try to put bgt object variables into dictionaries?

2017-12-25 Thread AudioGames . net Forum — Developers room : Trajectory via Audiogames-reflector
Re: What happens if you try to put bgt object variables into dictionaries? Try it. You'll find out exactly what happens.I think the serializer would give you an empty string back if you put things in there that can't be directly serialized.The easiest way to serialize collections of

Re: What happens if you try to put bgt object variables into dictionaries?

2017-12-25 Thread AudioGames . net Forum — Developers room : x0 via Audiogames-reflector
Re: What happens if you try to put bgt object variables into dictionaries? how do you know the serialization functions don't serialize objects. What do they do? Runtime error? Because surely the dict didn't anticipate having an object in it. URL:

Re: What happens if you try to put bgt object variables into dictionaries?

2017-12-09 Thread AudioGames . net Forum — Developers room : CAE_Jones via Audiogames-reflector
Re: What happens if you try to put bgt object variables into dictionaries? Yes, you can put objects into dictionaries. Just be sure to use the [ a-t ] sign, otherwise you'll get a null pointer error.However, the serialization functions do not work with objects, so you can't use this to

Re: What happens if you try to put bgt object variables into dictionaries?

2017-12-09 Thread AudioGames . net Forum — Developers room : brian . kurosawa via Audiogames-reflector
Re: What happens if you try to put bgt object variables into dictionaries? Yes it is possible to store objects into dictionaries, but i don't played much with it so i don't know if it works correctly. URL: http://forum.audiogames.net/viewtopic.php?pid=341621#p341621

Re: What happens if you try to put bgt object variables into dictionaries?

2017-12-09 Thread AudioGames . net Forum — Developers room : Omar Alvarado via Audiogames-reflector
Re: What happens if you try to put bgt object variables into dictionaries? You could probably extract the values into a dictionary, however I'm fairly certain you have to use arrays for objects themselves. Some higher level bgt master will probably prove me wrong.And besides, dictionaries

What happens if you try to put bgt object variables into dictionaries?

2017-12-09 Thread AudioGames . net Forum — Developers room : keithwipf1 via Audiogames-reflector
What happens if you try to put bgt object variables into dictionaries? Well, the topic name pretty much says it all.Would it be possible to put objects into dictionaries? I'm asking this because I can't help but think that it would be easy to save and load data if all you had to do is