Difference between revisions of "IsCurrentFurnitureRef"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Ez0n3
imported>Ez0n3
m
 
Line 10: Line 10:
   {{FunctionArgument
   {{FunctionArgument
   |Name = FurnitureRefID
   |Name = FurnitureRefID
  |Type = ref
   }}
   }}
  |example = BuddyRef.IsCurrentFurnitureRef TavernCornerChairRef == 1
  |example = BuddyRef.IsCurrentFurnitureRef TavernCornerChairRef == 1

Latest revision as of 04:31, 15 January 2011

< [[::Category:Functions|Category:Functions]]

Link to TES4 Construction Set Wiki: IsCurrentFurnitureRef.

A function included in the GECK version 1.1.0.36.

Description

Returns 1 if an NPC is sitting on this furniture reference.

Syntax

[help]
(0, 1:int) [ActorRefID].IsCurrentFurnitureRef FurnitureRefID:ref

Example

BuddyRef.IsCurrentFurnitureRef TavernCornerChairRef == 1

See Also