I'm trying to check for overlap of a solid with:
var collobj = this.runtime.testOverlapSolid(this.inst);
Then check a instance variable of the overlap instance. The following works, but i want to reference by its name, not index.
collobj.instance_vars[0]
Any help would be appreciated.