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
intaiMarker
CK Wiki Description
The marker to check, starts with 0.
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)