Background for Fallout 4
Member of the Cell script
voidfunctionSetPublic(boolabPublic=true)Native

Description

Wiki Description

Sets this cell as public or private.

Documentation Comment

Sets this cell as public or private


Caveats


Parameters

boolabPublic=true

CK Wiki Description

If true, set the cell to public, otherwise, set it private.


Examples

; Set the grocery store as public
GroceryStoreProperty.SetPublic()
; Set the back room as private
BackRoomProperty.SetPublic(false)

Auto-Generated Example

bool myBool__abPublic

myCell__toCallFunctionOn.SetPublic(myBool__abPublic)

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.