Aw exit

From ActiveWiki
Jump to navigation Jump to search


Minimum requirements
Added in version 2.1
SDKbuild 13


int aw_exit (void)

Description

Leaves the current world.

Callback

None (returns immediately)

Notes

It is not necessary to call this method when changing worlds or shutting down a bot. This is the case because aw_enter, aw_destroy and aw_term all do an implicit aw_exit.

Arguments

None

Argument attributes

None

Return values

RC_SUCCESS
RC_NOT_INITIALIZED
RC_NO_INSTANCE
RC_NO_CONNECTION

Returned attributes

None

See also