Related changes
← SDK
Jump to navigation
Jump to search
Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.
List of abbreviations:
- N
- This edit created a new page (also see list of new pages)
- m
- This is a minor edit
- b
- This edit was performed by a bot
- (±123)
- The page size changed by this number of bytes
7 April 2025
N 21:24 | SDK Reason Codes diffhist +28,005 Xan talk contribs (Created page with "__TOC__ ==Current version== <table class="sortable" border="border" cellpadding="4" cellspacing="0" width="100%"> <tr><th align="left" width="30%">Reason code</th><th align="left" width="10%">Value</th><th align="left" width="60%">Description</th></tr> <tr> <td id="RC_SUCCESS">RC_SUCCESS</td> <td id="NO_0">0</td> <td><p>''Success'' :<table> <tr><td>Return value from an asynchronous call:</td><td width="20"> </td><td>Request has been sent to the server.</td></tr>...") |
N 21:22 | SDK Application Structure diffhist +3,333 Xan talk contribs (Created page with "A typical SDK application has the following organization: # '''Initialization''' ## Call aw_init to initialize the API ## Call aw_event_set to install event handlers ## Call aw_create to create one or more instances ## Call aw_login for each instance to log that instance into Active Worlds ## Call aw_enter for each instance to enter that instance into a world # '''Event Loop''' ## Call aw_wait and res...") |