qBool HasAuthority() const;
None.
Value | Description |
---|---|
true |
Returned when authority is held for a duplicated object. |
false |
Returned when authority is not held for a duplicated object. |
Gets whether this duplicated object has authority.
Duplicated objects have authority only when they are duplication masters. Duplication masters with authority are able to perform session-critical operations (for example, deleting or migrating the main reference to an object). However, no station is able to perform session-critical operations on a duplicated object that is currently migrating (having its control transferred). Even duplication masters have no control authority during migration. As part of its check, this function is able to determine whether there is any ongoing migration.
Also see the NEX Programming Manual for a more detailed explanation which includes migration timelines.
CONFIDENTIAL