Xarxus
February 18th, 2023, 14:09
I found this function. It is used to determine if an element is identifiable, but I don't understand why the base path
should be the element to test to see if an object is identifiable. What's special about the "reference" path?
function isItemIdentifiable(vNode)
local sBasePath = UtilityManager.getDataBaseNodePathSplit(vNode)
return (sBasePath ~= "reference");
end
should be the element to test to see if an object is identifiable. What's special about the "reference" path?
function isItemIdentifiable(vNode)
local sBasePath = UtilityManager.getDataBaseNodePathSplit(vNode)
return (sBasePath ~= "reference");
end