SetOpen - ObjectReference

From the CreationKit Wiki
Revision as of 05:28, 26 May 2021 by imported>Rasikko (→‎Notes: clarified note a little better.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Member of: ObjectReference Script

Opens or closes this object.

Syntax[edit | edit source]

Function SetOpen(bool abOpen = true) native

Parameters[edit | edit source]

  • abOpen: Whether to open or close this object
    • Default: True

Return Value[edit | edit source]

None

Examples[edit | edit source]

; Opens this door
JailDoor.SetOpen()


; Closes this door
JailDoor.SetOpen(false)

Notes[edit | edit source]

  • When used to open a door, it will also remove any lock level that is placed on it.

See Also[edit | edit source]