Hi,
I'm working on a scriptable project and I'd like to have a property
external to the scripting engine be readable as a global variable.
However, the property's get is only accessed the first time, from
GetGlobalInstance, and after that the global variable in the script is
constant, inste...
more >>