Recursive and Parsed?
Recursive and Parsed?
I know it sounds like a noob question but what is the difference between the two, as far as i believe recursive copys everything linked to it and if i got that right thens whats parsed do lol?
Don't be.


Detox wrote:Parse = to get into easier to read data


[ AI Revision ][ Sewer ][ Boat Mod ][ Archaic ]
Remapped: Mod Archive and Forums.
Re: Recursive and Parsed?
Yes that is what recursive means. Parsed on the other hand means taking one data structure, and transferring it to another structure. Not necessarily to make it easier to read Zone/Detox.Yamagushi wrote:I know it sounds like a noob question but what is the difference between the two, as far as i believe recursive copys everything linked to it and if i got that right thens whats parsed do lol?
One example is taking an .ent plugin, which is basically just a structured piece of text, and parsing it into a visual format, a.k.a, entity's meta editor.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Re: Recursive and Parsed?
Same thing Prey.Prey wrote:Yes that is what recursive means. Parsed on the other hand means taking one data structure, and transferring it to another structure. Not necessarily to make it easier to read Zone/Detox.Yamagushi wrote:I know it sounds like a noob question but what is the difference between the two, as far as i believe recursive copys everything linked to it and if i got that right thens whats parsed do lol?
One example is taking an .ent plugin, which is basically just a structured piece of text, and parsing it into a visual format, a.k.a, entity's meta editor.


[ AI Revision ][ Sewer ][ Boat Mod ][ Archaic ]
Remapped: Mod Archive and Forums.
Re: Recursive and Parsed?
I'm not totally sure of the inner-workings of entity, having not used it much myself. But I would of thought it wouldn't have mattered when transferring. But you should find the output to be different when extracting meta with and without 'parsed' checked.Yamagushi wrote:hmm i kinda get what your saying but still a little lost, for instance say you made a new weap tag, and your transferring it from one map to another what would be the difference in having/not having parsed checked? Does it not copy all its data when unchecked?
Perhaps my example was, but parsing does not always mean to make something easier to read. For example in programming you may have a piece of text that is a number, but you cannot just assign it to a number variable because you know it to be one, because at the end of the day it is still text, and until you parse it to a data structure that is read as a number and not text, your just going to get errors.Zoner117 wrote:Same thing Prey.
Halo 2 Prophet - Skin with ease with the simple 3D point and click interface.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Halo 3 Research Thread - Contribute to the research into Halo 3.
Also just a tip if you didn't know, drag and drop doesn't work in Entity, so if that is your problem, just extract and build instead.Yamagushi wrote:hmm i kinda get what your saying but still a little lost, for instance say you made a new weap tag, and your transferring it from one map to another what would be the difference in having/not having parsed checked? Does it not copy all its data when unchecked?


[ AI Revision ][ Sewer ][ Boat Mod ][ Archaic ]
Remapped: Mod Archive and Forums.