[This is preliminary documentation and is subject to change.]

Cominable flags used by the WorldEnableCav attribute to specify what type of Custom Avatars are available and to whom.

Syntax

C#
[FlagsAttribute]
public enum EnableCavFlag
Visual Basic (Declaration)
<FlagsAttribute> _
Public Enumeration EnableCavFlag

Members

Member nameDescription
Citizen
Citizens can use their universal Custom Avatar.
Bot
Bots can use the universal Custom Avatar of their owner.
Tourist
Tourists can use a universal Custom Avatar.
WorldCitizen
Citizens can use their world Custom Avatar.
WorldBot
Bots can use the world Custom Avatar of their owner.
WorldTourist
Tourists can use a world Custom Avatar.

See Also