Skip to main content

CharacterFullRandomRestrain

Callable

  • CharacterFullRandomRestrain(C: Character, Ratio?: FEW | LOT | ALL, Refresh?: boolean): void

  • Restrains a character with random restraints. Some restraints are specifically disabled for randomization in their definition.


    Parameters

    • C: Character

      The target character to restrain

    • optionalRatio: FEW | LOT | ALL

      Amount of restraints to put on the character

    • optionalRefresh: boolean

      do not call CharacterRefresh if false

    Returns void