ashwin.sudhir Posted January 25, 2012 Posted January 25, 2012 In what way can we know whether the Main Menu is being displayed (something like engine.console.getActivity() )?
frustum Posted January 25, 2012 Posted January 25, 2012 You should call system script function from your world script: engine.system.call("systemGetActivity");
ashwin.sudhir Posted January 26, 2012 Author Posted January 26, 2012 Is this an undocumented function? Couldn't find it when I searched the docs.
frustum Posted January 26, 2012 Posted January 26, 2012 This function from data/core/scripts/system.h file.
Recommended Posts