Aw world reload registry
Jump to navigation
Jump to search
Minimum requirements | ||
---|---|---|
Added in version 3.1 | ||
SDK | build 18 |
int aw_world_reload_registry (void)
Description
Reloads the object registry file for the current world.
Callback
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