IsCurrentFurnitureObj

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: IsCurrentFurnitureObj.

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if an NPC is sitting on a furniture reference of the specified furniture type.

Syntax

[help]
(0, 1:int) [ActorRefID].IsCurrentFurnitureObj FurnitureID:ref

Example

Bob.IsCurrentFurnitureObj KingsThroneObject == 1

See Also