Skip to main content

AnimationGroupSubscribe

Callable

  • AnimationGroupSubscribe(C: Character, Asset: Asset, Name: string): void

  • Marks a given asset as part of a shared data group.


    Parameters

    • C: Character

      Character wearing the dynamic object

    • Asset: Asset

      The animated object

    • Name: string

      Name of the group to subscribe to.

    Returns void

    • Nothing