AW WORLD BUILD CAPABILITY
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 2.1 | ||
SDK | build 13 |
AW_WORLD_BUILD_CAPABILITY
Type
Boolean (read only)
Description
Instance is allowed to build property.
Notes
The value of this attribute is usually derived from AW_WORLD_BUILD_RIGHT. It will be set to 1 (true) if the owner of the instance has build capability. This is more reliable than using aw_has_world_right or aw_has_world_right_all.
Usage
if (aw_bool (AW_WORLD_BUILD_CAPABILITY)) printf ("I am allowed to build\n"); else printf ("I am not allowed to build\n");
Default value
None