PersonaSelectionEventsHandler

From Virtual World Web Wiki
Revision as of 12:22, 5 March 2018 by Spark5 (Talk | contribs) (Documentation for the PersonaSelectionEventsHandler class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This class implements a Layer Two extensibility point as virtual members which can be overriden as needed. Derive from this class to provide your own implementation.

See also: IPersonaSelectionEvents

Remarks [edit]

Methods

void AbilitiesInitialized(IComponentActivity context, IConnectionIdentity identity)
void InitializeAbilities(IComponentActivity context, IConnectionIdentity identity)
void PersonaCreated(Guid personaID, string name, Guid accountID, Guid worldID)
void PersonaReset(IComponentActivity context, IConnectionIdentity identity)
void PersonaSelect(IComponentActivity context, IConnectionIdentity identity, bool switchingPersona)
void PersonaSelected(IComponentActivity context, IConnectionIdentity identity, bool isNewPersona)