Related changes
← Aw wait
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:28 | AW CALLBACK ADDRESS diffhist +517 Xan talk contribs (Created page with "{{SDK added in|version=2.2|sdk=14|world=21|universe=|browser=303}} __NOTOC__ {{SUBPAGENAMEE}} ==Attributes== ;AW_AVATAR_SESSION:Queried session number; this is useful for determining which callback is for which request if multiple asynchronous calls to aw_address are outstanding. ;AW_AVATAR_ADDRESS (1):Specifies the IP address of the user, in network byte order. '''(1)''' If the reason code is RC_SUCCESS. ==Used by== *a...") |
N 21:26 | Aw tick diffhist +1,800 Xan talk contribs (Created page with "{{SDK added in|version=4.1|sdk=53|world=|universe=|browser=}} __NOTOC__ unsigned int aw_tick (void) ==Description== Returns the number of milliseconds that have elapsed since the SDK was initialized. ==Callback== None (returns immediately) ==Notes== This method provides a high precision reference time for time critical operations or application timers. The degree of precision depends largely on the operating system being used. :{| border cellpadding=4 cellspacing=...") |
N 21:25 | Aw term diffhist +2,072 Xan talk contribs (Created page with "{{SDK added in|version=2.1|sdk=13|world=|universe=|browser=}} __NOTOC__ void aw_term (void) ==Description== Terminates use of the SDK. ==Callback== None (returns immediately) ==Notes== This method deallocates any resources used by instances that have been created. Instances are created using aw_create, aw_create_resolved and aw_server_admin. If a call is placed to this method from within a callback or event handler then it cou...") |
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:23 | Template:SDK added in diffhist +1,008 Xan talk contribs (Created page with "<table id="toc" style="width:25em; margin:0 0 0.5em 1em; float:right;"> <tr><th align="center" bgcolor="55bbff" colspan="3">Minimum requirements</th></tr> <tr><th align="center" bgcolor="77ddff" colspan="3">Added in version {{{version}}}</th></tr> {{{sdk{{{sdk|}}}|<tr><td align="right" valign="top" width="50%">SDK</td><td align="left" colspan="2" valign="top">build {{{sdk}}}</td></tr>}}} {{{world{{{world|}}}|<tr><td align="right" valign="top" width="50%">World</td><td al...") |
N 21:23 | Aw init diffhist +1,562 Xan talk contribs (Created page with "{{SDK added in|version=2.1|sdk=13|world=|universe=|browser=}} __NOTOC__ int aw_init (int <var>build</var>) ==Description== Initializes the SDK. ==Callback== None (returns immediately) ==Notes== This method or aw_init_bind must be called once before any other methods in the API. It will do an implicit aw_term if the SDK has already been successfully initialized. Thus, there is no need to call aw_term for each additional call to this method, as there is n...") |
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...") |