Aw world reload registry

From ActiveWiki
Revision as of 04:58, 26 October 2008 by Macavity (talk | contribs) (Better description for RC_UNAUTHORIZED)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Minimum requirements
Added in version 3.1
SDKbuild 18


int aw_world_reload_registry (void)

Description

Reloads the object registry file for the current world.

Callback

AW_CALLBACK_RELOAD_REGISTRY

Arguments

None

Argument attributes

None

Return values

RC_SUCCESS (1) (2)
RC_NOT_INITIALIZED (1)
RC_NO_INSTANCE (1)
RC_NO_CONNECTION (1)
The connection to the world is down.
RC_UNAUTHORIZED (2)
Only world server administration instances or those owned by a caretaker (i.e. aw_bool (AW_WORLD_CARETAKER_CAPABILITY) returns 1) may use this method.
RC_CANT_OPEN_REGISTRY (2)

(1) Possible return values when a callback is installed.

(2) Returned by the world server.

Returned attributes

None

See also