Page 1 of 1

ScenEdit_GetSides?

Posted: Thu Mar 19, 2020 8:34 am
by I1066
I'm trying to create some generic library functions which have no "dependencies" and which would "just work" in any scenario.

In order to do this I would like to programmatically figure out as much as possible about the runtime environment and scenario characteristics within these "library functions".

I've managed to figure out some things, but I can't find any way to get the sides for the current scenario, have I missed something here, or is this not possible?

RE: ScenEdit_GetSides?

Posted: Thu Mar 19, 2020 11:58 am
by TitaniumTrout
So you're looking for a way to query which sides are present in the scenario?

I can see a few ways to query a known side for details but not one to list all of the sides.

RE: ScenEdit_GetSides?

Posted: Thu Mar 19, 2020 11:00 pm
by michaelm75au
Most functions revolve around you knowing which side to look at. There is currently no function to return 'all sides'.