Related changes
← Aw tick
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:27 | Aw wait diffhist +6,078 Xan talk contribs (Created page with "{{SDK added in|version=2.1|sdk=13|world=|universe=|browser=}} __NOTOC__ int aw_wait (int <var>milliseconds</var>) ==Description== Processes all queued packets and waits the specified time for more to arrive, calling callback and event handlers. ==Callback== None ==Notes== Placing calls to this method from callback or event handlers should be avoided. The reason for this being that it will in turn call such handlers. Which would cause aw_wait to indirectly call itse...") |
N 21:26 | Mover Control example code diffhist +17,563 Xan talk contribs (Created page with "<pre> →----------------------------------------------------------------------------- M o v e r C o n t r o l Copyright 2007 Activeworlds Inc Licensed Material -- Program Property of Activeworlds Inc. -----------------------------------------------------------------------------: #define MAX_MODEL_NAME 64 #define WAIT_TIME 10 // time to wait for SDK packets and events before update #defin...") |
N 21:25 | Aw init bind diffhist +2,155 Xan talk contribs (Created page with "{{SDK added in|version=4.1|sdk=61|world=|universe=|browser=}} __NOTOC__ int aw_init_bind (int <var>build</var>, unsigned long <var>addr</var>) ==Description== Initializes the SDK and specifies the source IP address for outbound connections. ==Callback== None (returns immediately) ==Notes== Specifying the source IP address is useful when you have multiple network interface cards (NIC) or a single NIC with multiple IP addresses. The source IP address must either matc...") |
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...") |