Thread: Passing Objects
View Single Post
  #7  
Old 06-04-2006, 11:39 PM
Projectshifter Projectshifter is offline
The David
Projectshifter's Avatar
Join Date: Apr 2002
Location: USA
Posts: 912
Projectshifter is an unknown quantity at this point
Send a message via ICQ to Projectshifter Send a message via AIM to Projectshifter Send a message via MSN to Projectshifter Send a message via Yahoo to Projectshifter
Quote:
Originally Posted by ApothiX
Probably not. Not sure if you do something like:

temp.array = { "foo.bar.baz = 10" };
temp.obj.loadvarsfromarray(temp.array);

if it will load the temp.foo.bar.baz or not. If it does function that way, it wouldn't be hard to modify my code to support multiple-levels.
But it would be a pain in the ass if you didn't know how many levels there were and it could be up to 10 or so x.x
__________________
Who has time for life these days?
Reply With Quote