Links

KinetixCore.Context

Public Methods

Method
Returns
Description
PlayContext(
string _ContextName
)
void
Play an animation of the specific context on local player
PlayContext(
string _PlayerUUID,
string _ContextName
)
void
Play an animation of the specific context on the avatar specified by _PlayerUUID
RegisterEmoteForContext(
string _ContextName,
string _EmoteID
)
void
Register an emote for context for local player based on EmoteID
UnregisterEmoteForContext(
string _ContextName,
string _EmoteID
)
void
Unregister an emote for context for local player based on EmoteID
GetContextEmote(
string _ContextName
)
ContextualEmote
Get the contextual emote information based on contextName [Return : Context Emote information]