Background for Fallout 4
Member of the ObjectReference script
boolfunctionIsWithinBuildableArea(ObjectReferenceakRef)Native

Description

Wiki Description

Is this reference within the buildable area of the given Workshop Activator?

Documentation Comment

Returns if this reference is within the given Workshop activator's buildable area


Caveats

CK Wiki - Notes

  • If the cell and calling object reference are not loaded, this function will always return true.

Parameters

ObjectReferenceakRef

CK Wiki Description

The Workshop Activator reference to check.


Examples

; check to see if I'm in MyWorkshop's buildable area.
bool binside = IsWithinBuildableArea( MyWorkshop )

Auto-Generated Example

ObjectReference myObjectReference__akRef

bool returnedValue = myObjectReference__toCallFunctionOn.IsWithinBuildableArea(myObjectReference__akRef)

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.