Description
Wiki Description
Returns array of the LocationRefTypes for this object.
Documentation Comment
Get the location ref types for this object
Caveats
Examples
LocationRefType[] refTypes = MyObject.GetLocRefTypes()
if refTypes.Find(TargetRefType) >= 0
Debug.Trace("My object has the target ref type")
endIfAuto-Generated Example
LocationRefType[] returnedValue = myObjectReference__toCallFunctionOn.GetLocRefTypes()Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
