Command Version from Lua
Posted: Wed Jul 01, 2020 1:06 pm
Is it possible to determine which version of command is running from Lua?
A change made between
P.E. Student Version 1.14.5.5
and
P.E. Student Version 1.15.2
which breaks my code.
(specifically the directory from which the lua scripts execute.)
As I start pushing out scenarios using my code, I need to be able to
determine which version of the software is running to make my code adaptive, so that it still works across multiple versions.
A change made between
P.E. Student Version 1.14.5.5
and
P.E. Student Version 1.15.2
which breaks my code.
(specifically the directory from which the lua scripts execute.)
As I start pushing out scenarios using my code, I need to be able to
determine which version of the software is running to make my code adaptive, so that it still works across multiple versions.