FunctionsAnimationPersistentDataGetAnimationPersistentDataGet CallableAnimationPersistentDataGet(C: Character, Asset: Asset): anyGets the persistent data for a given item on a given character. This method should not be called explicitly, use the Data builder passed to the dynamic drawing functions.ParametersC: CharacterCharacter wearing the animated objectAsset: AssetThe animated objectReturns anyContains the persistent data of the animated object, returns a new empty object if it was never initialized previously.
Gets the persistent data for a given item on a given character. This method should not be called explicitly, use the Data builder passed to the dynamic drawing functions.