public struct AvatarReceivedEvent : IEventPayload

Payload for the "AvatarReceived" event.

The event is always called on the player that you requested the avatar on, so make sure you pass their handle to ListenFor!


public TextureResource GetAvatar()

(Client) Get the avatar

Returns: (Texture) The avatar.