Jump to content

[SOLVED] push* / pop* functions in 2014-06-04 release


photo

Recommended Posts

I look at this thread and I wonder, where is the pushSystem()/popSystem() functions or pushWorld()/popWorld(). And I catch the same problem - the Interpreter::get() is null.

 

I am trying to get pointer to extern class as described here, but interpreter is null, as I say.

Link to comment
Development log 2013-08-16   |   Road Decals and UnigineScript Cache
......
push|popWorld, push|popEditor functions have been removed, use pointers to the
corresponding interpreter (obtained via Unigine::Engine::getSystem|World|EditorInterpreter()
or Unigine::Interpreter::get() for the current interpreter).

runSystem/runWorld/runEditor functions have been renamed into 
runSystemFunction/runWorldFunction/runEditorFunction.

From https://unigine.com/devlog/?page=2

Link to comment
  • 3 months later...
×
×
  • Create New...