AW WORLD ENABLE CAV
Minimum requirements | ||
---|---|---|
Added in version 4.2 | ||
SDK | build 66 | |
Browser | build 975 |
AW_WORLD_ENABLE_CAV
Type
Integer
Description
Enable the use of custom avatars in the world.
Notes
This attribute can be set to any combination of the following flags:
- AW_ENABLE_CAV_CITIZEN
- Enable custom universe avatars for citizens.
- AW_ENABLE_CAV_BOT
- Enable custom universe avatars for bots.
- AW_ENABLE_CAV_TOURIST
- Enable custom universe avatars for tourists.
- AW_ENABLE_CAV_WORLD_CITIZEN
- Enable custom world avatars for citizens.
- AW_ENABLE_CAV_WORLD_BOT
- Enable custom world avatars for bots.
- AW_ENABLE_CAV_WORLD_TOURIST
- Enable custom world avatars for tourists.
If set to 0 (zero) then nobody is able to use custom avatars in the world.
Default value
0 (no custom avatars)
Usage
This will enable custom universe avatars for all.
aw_int_set (AW_WORLD_ENABLE_CAV, AW_ENABLE_CAV_CITIZEN | AW_ENABLE_CAV_BOT | AW_ENABLE_CAV_TOURIST); aw_world_attributes_change ();