global variable C++

how we can retrive script engine to get/set global variable?

Post edited by MehdiZangenehBar on

Comments

  • Richard HaseltineRichard Haseltine Posts: 102,858

    You can add variables by accessing the member (rather than the engine)

    DzScript::addVariableToGlobalObject()
Sign In or Register to comment.