Description
Wiki Description
Returns if this reference has the specified LocationRefType.
Documentation Comment
Returns if this reference has the specified location ref type
Caveats
Parameters
Examples
; Does the object have the doom ref type?
if (HappySwordProperty.HasLocRefType(DoomRefTypeProperty))
Debug.Trace("The happy sword is a doom sword")
endIfAuto-Generated Example
LocationRefType myLocationRefType__akRefType
bool returnedValue = myObjectReference__toCallFunctionOn.HasLocRefType(myLocationRefType__akRefType)Related Pages
Additional References
View this function’s page on the Fallout 4 Creation Kit Wiki
