Background for Fallout 4
Member of the ObjectReference script

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")
endIf

Auto-Generated Example

LocationRefType[] returnedValue = myObjectReference__toCallFunctionOn.GetLocRefTypes()

Related Pages


Additional References

View this function’s page on the Fallout 4 Creation Kit Wiki

Some data provided by the Fallout 4 Creation Kit Wiki. Licensed under the Creative Commons Attribution-Share Alike 4.0 license.