The routine is just:
Code: Select all
const char* SceneObject::scriptThis()
{
return Con::getIntArg(getId());
}
Short term, putting that back in sceneObject does what I want... but obviously the function was taken out for a reason.
Is SimObject::getIdString() the correct replacement function?