Skip to main content

CharacterRefresh

Callable

  • CharacterRefresh(C: Character, Push?: boolean, RefreshDialog?: boolean): void

  • Refreshes the character parameters (Effects, poses, canvas, settings, etc.)


    Parameters

    • C: Character

      Character to refresh

    • optionalPush: boolean = true

      Pushes the data to the server database if true or null. Note that this will not push appearance changes to the rest of the chatroom, which requires either ChatRoomCharacterItemUpdate or ChatRoomCharacterUpdate.

    • optionalRefreshDialog: boolean = true

      Refreshes the character dialog

    Returns void

    • Nothing