@arminh before you do anything, make sure to print the value of thing, so you know it's outputting the correct value
F
Best posts made by fmented
-
RE: Expansion Sample Map list
-
RE: Expansion Sample Map list
@arminh first you need to get the list of the expansions,
Then select one of the expansions
Example:
var Exp = Engine.getExpansionList() ;
var Exp0Samplemap = Exp[0].getSampleMapList() ;