Auxiliary Object Not Provided When Using Type in Template Array
gamedev.net
Hello! I am trying to make use of an auxiliary object in my types default factory function. Im running into an issue when using this type with the CScriptArray array template add-on. The auxiliary object is not provided to the default factory function and instead some other value is provided in its place.On default initialization of an array with my type, I see CScriptArray::Construct invokes asIScriptEngine::CreateScriptObject. Ultimately the default factory method gets invoked here
0 Kommentare ·0 Anteile ·131 Ansichten