Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T78837
Change Details
Change Details
Old
New
Diff
EDIT: As it turns out, this only applies to the class with the inheritance. This example works: class parentclass { value = 1; text = "text"; class subclass { value = 2; text = "another text"; }; }; class myclass : parentclass {}; Now try: count (missionconfigfile >> "myclass" >> "subclass"); //returns 2 and so on...
EDIT: As it turns out, this only applies to the class with the inheritance. This example works: class parentclass { value = 1; text = "text"; class subclass { value = 2; text = "another text"; }; }; class myclass : parentclass {}; Now try: count (missionconfigfile >> "myclass" >> "subclass"); //returns 2 and so on...
Continue