getnelsonmode
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Returns current Nelson mode.
m = getnelsonmode()
m - a string.
getnelsonmode() returns current Nelson mode used.
There are 5 modes:
BASIC_ENGINE: Nelson used as engine without any graphics.
ADVANCED_ENGINE: Nelson used as engine with graphics/gui.
BASIC_TERMINAL: Nelson launched as terminal without graphics.
ADVANCED_TERMINAL: Nelson launched as terminal with graphics/gui.
BASIC_SIO_CLIENT: Nelson launched as socket IO client.
ADVANCED_SIO_CLIENT: Nelson launched as socket IO client with graphics/gui.
GUI: Nelson launched as a graphical application (default).
getnelsonmode()
1.0.0
initial version
Allan CORNET