GetFurnitureReference - Actor

From the Fallout4 CreationKit Wiki
Revision as of 18:02, 12 October 2017 by imported>Qazaaq (added f4se member)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: Actor Script

Returns the current furniture reference for this actor.

Syntax

ObjectReference Function GetFurnitureReference() Native

Parameters

None

Return Value

The current furniture reference for this actor.

Examples

ObjectReference furnitureRef = Game.GetPlayer().GetFurnitureReference()

Notes

None

See Also