Skip to main content

VibratorModeSetOption

Callable


  • Sets an extended item's type and properties to the option provided.


    Parameters

    • data: VibratingItemData

      The extended item data

    • C: Character

      The character on whom the item is equipped

    • item: Item

      The item whose type to set

    • newOption: VibratingItemOption

      The to-be applied extended item option

    • previousOption: VibratingItemOption

      The previously applied extended item option

    • optionalpush: boolean = false

      Whether or not appearance updates should be persisted (only applies if the character is the player) - defaults to false.

    Returns void