Hi,
I'm creating a patch and need to a) modify module object globals values and b) somehow trigger the globals re-initialization. Is it possible?
I've managed to initialize some newly created obejcts using PostPatchActions, but when it comes to module globals objects, then i'm stuck. I tried to implement the same script as in root > startup, but that generates new temp objects for all initializable elements (don't know if this is ok or not).
I'm adding some new functions via patch since these are minor changes. Maybe it would be better to implement this as a module?
Thanks,
Ugis