Declaration
func PlayCharacterAnimationClip(target entity<Player>, resource AnimationClipID, isLoop bool)
go
Parameters
Input
| Name | Type | Description |
|---|---|---|
| Target | Player | Target Player |
| Resource | AnimationClipID | Custom animation resource ID |
| Is Loop | Bool | Whether to loop playback |