Skip to main content

DialogChangeFocusToGroup

Callable

  • DialogChangeFocusToGroup(C, Group): void

  • Change the given character's focused group.


    Parameters

    • C: Character

      The character to change the focus of.

    • Group: string | AssetItemGroup

      The group that should gain focus. null deselects the current group

    Returns void