restrained 
Vars | |
| alert_bar | Progress bar shown on the alert at all times |
|---|---|
| break_out_progress | Progress towards breaking out of restraints |
| cuff_slot | Slot flag the restraint is placed |
| is_resisting | If we are actively resisting |
| linked_cuffs | The actual restraining item, cannot exist without this |
| mob_bar | Progress bar shown on the mob only when resisting |
| restrained_verb_text | Text to use in various messages to describe how we're restrained |
Procs | |
| get_speed_modifier | Returns modifier to speed at which we break out of cuffs |
| restrained_verb | Returns what verb to use to describe how we're restrained |
| should_drop_on_finish | Return TRUE if we should drop the cuffs as soon as we finish breaking out of them Return FALSE to let the player resist again or click the alert to drop them |
Var Details
alert_bar 
Progress bar shown on the alert at all times
break_out_progress 
Progress towards breaking out of restraints
cuff_slot 
Slot flag the restraint is placed
is_resisting 
If we are actively resisting
linked_cuffs 
The actual restraining item, cannot exist without this
mob_bar 
Progress bar shown on the mob only when resisting
restrained_verb_text 
Text to use in various messages to describe how we're restrained
Proc Details
get_speed_modifier
Returns modifier to speed at which we break out of cuffs
restrained_verb
Returns what verb to use to describe how we're restrained
should_drop_on_finish
Return TRUE if we should drop the cuffs as soon as we finish breaking out of them Return FALSE to let the player resist again or click the alert to drop them