Page 1 of 1

Removing Reference Points...

Posted: Mon Jun 15, 2020 10:42 am
by jkgarner
OK, how does one remove reference points through Lua?

I can add the ScenEdit_AddRefernecePoint but I do not see a function (in the documentation) that tells me how to get rid of them when they are no longer needed.

I can delete them in the GUI, but I would really like to do it in my scripts.

Any thoughts?

RE: Removing Reference Points...

Posted: Mon Jun 15, 2020 10:59 am
by jkgarner
Never mind. I found the ScenEdit_DEleteReferencePoint in the documentation.