AW WORLD SPECIAL COMMANDS RIGHT

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 3.1
SDKbuild 18
Worldbuild 28


AW_WORLD_SPECIAL_COMMANDS_RIGHT

Type

String

Description

Specifies who has the right to build objects with special action commands.

Notes

It has no corresponding _CAPABILITY attribute which means that aw_has_world_right and aw_has_world_right_all should be used to determine if a particular citizen or tourists have the right.

Citizens on this list have the right to create object actions that contain certain special commands not available to other users. Currently the two special commands are move and rotate. Since these commands allow users to create objects that move from their original positions, it is recommended that this right be restricted in public building worlds that use registries to prevent encroachment.

For SDK build 66 and later, and world server version 4.1 and later: The attribute AW_WORLD_SPECIAL_COMMANDS can be used to list commands that should be restricted to those who have this right.

Default value

"", null-string (only caretakers)

See also