Check loaded module function

Community Forums/Monkey2 Talk/Check loaded module function

k.o.g.(Posted 2015) [#1]
Hi mark

Is it planned to check in PreProcessor and runtime if a module is Loaded and usable?

Another thing i think is cool, to try to load an module, when not loadable, it throws an exception and within the catch, you can try to load another module?
Like Python?


Samah(Posted 2015) [#2]
@k.o.g. Another thing i think is cool, to try to load an module, when not loadable, it throws an exception and within the catch, you can try to load another module?

I like this idea, actually. It would be nice to be able to dynamically load modules and detect at runtime whether they are available. If they aren't, you could use an alternative implementation.