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 )| Field | Type | Description |
|---|---|---|
isGagged | boolean | Is the character gagged? |
isBlindfolded | boolean | Is the character blindfolded? |
hasBoundHands | boolean | Are the character's hands bound? |
hasBoundLegs | boolean | Are the character's legs bound? |
armRestraint | Item|nil | Arms binder item (if any) |
handCuffs | Item|nil | Hand cuffs/rope item (if any) |
legCuffs | Item|nil | Leg cuffs/rope item (if any) |
blindfold | Item|nil | Blindfold item (if any) |
collar | Item|nil | Collar item (if any) |
gag | Item|nil | Gag 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 )