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
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
