Background for Skyrim SE
Member of the ObjectReference script
boolfunctionIsFurnitureMarkerInUse(intaiMarker, boolabIgnoreReserved=false)Native

Description

Wiki Description

Checks to see if the specified furniture marker on this object is in use, optionally ignoring reservations.

Documentation Comment

Is a particular marker on this furniture in use?


Parameters

  1. intaiMarker

    CK Wiki Description

    The marker to check, starts with 0.

  2. boolabIgnoreReserved=false

    CK Wiki Description

    Whether to ignore reserved markers or not.

    • Default:False

Examples

No human-generated examples found for this function.

Auto-Generated Example

int myInt__aiMarker
bool myBool__abIgnoreReserved

bool returnedValue = myObjectReference__toCallFunctionOn.IsFurnitureMarkerInUse(myInt__aiMarker, myBool__abIgnoreReserved)

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.