index

Reference: ExecuteString() flags

asEXECSTRING_ONLY_PREPARE
asEXECSTRING_USE_MY_CONTEXT

asEXECSTRING_ONLY_PREPARE

This flag is used to tell asIScriptEngine::ExecuteString() to return immediately after preparing the context, without executing the byte code.

asEXECSTRING_USE_MY_CONTEXT

This flag is used to tell asIScriptEngine::ExecuteString() to use the application supplied context instead of allocating its own.

top