AW WORLD SPEAK CAPABILITY

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 2.1
SDKbuild 13


AW_WORLD_SPEAK_CAPABILITY

Type

Boolean (read only)

Description

Instance is allowed to speak out loud.

Notes

The value of this attribute is usually derived from AW_WORLD_SPEAK_RIGHT. It will be set to 1 (true) if the owner of the instance has speak capability. This is more reliable than using aw_has_world_right or aw_has_world_right_all.

Usage

if (aw_bool (AW_WORLD_SPEAK_CAPABILITY))
  printf ("I am allowed to speak\n");
else
  printf ("I am not allowed to speak\n");

Default value

None

See also