OnGetUp - Actor

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search

Member of: Actor Script

Event called when this actor gets up from a piece of furniture.

Syntax[edit | edit source]

Event OnGetUp(ObjectReference akFurniture)

Parameters[edit | edit source]

  • akFurniture: The furniture the actor just got up off of.

Examples[edit | edit source]

Event OnGetUp(ObjectReference akFurniture)
  Debug.Trace("We just got up from " + akFurniture)
endEvent

See Also[edit | edit source]