Basically title. is there any way to do this?
Iterate through each variable in resource
SuperMatCat24 Sure. Call get_property_list()
on any Object.
Toxe This works, but it returns a ton of text thats irrelivant. how would i filter it down to just the variables and their value instead of the class_name and extend?
Never mind. Since each var had the same name, minus the number, i could just use a range() iterator. Thank you though