Jump to content

[SOLVED] Getting the main menu status


photo

Recommended Posts

Posted

In what way can we know whether the Main Menu is being displayed (something like engine.console.getActivity() )?

Posted

You should call system script function from your world script:

engine.system.call("systemGetActivity");

Posted

Is this an undocumented function? Couldn't find it when I searched the docs.

Posted

This function from data/core/scripts/system.h file.

×
×
  • Create New...