Skip to content

Devious Desires

This library will not function if your server doesn't have the Devious Desires mod installed.

GetRestraints function

Syntax:

lua
table DD.GetRestraints( Character player )
FieldTypeDescription
isGaggedbooleanIs the character gagged?
isBlindfoldedbooleanIs the character blindfolded?
hasBoundHandsbooleanAre the character's hands bound?
hasBoundLegsbooleanAre the character's legs bound?
armRestraintItem|nilArms binder item (if any)
handCuffsItem|nilHand cuffs/rope item (if any)
legCuffsItem|nilLeg cuffs/rope item (if any)
blindfoldItem|nilBlindfold item (if any)
collarItem|nilCollar item (if any)
gagItem|nilGag item (if any)

IsInPartnerScene function

Syntax:

lua
bool DD.IsInPartnerScene( Character player )

IsBeingCarried function

Syntax:

lua
bool DD.IsBeingCarried( Character player )

IsCarrying function

Syntax:

lua
bool DD.IsCarrying( Character player )