ThreadBoard ArchivesSite FeaturesActiveworlds SupportHistoric Archives |
Re: aw_object_click() (Sdk)
Re: aw_object_click() // Sdkroland vilettJul 26, 1999, 4:28pm
Since there is no response message sent from the server back to the client
issuing an aw_object_click(), there is no way to validate the arguments or return a failure code to the client. This is true of any SDK method that does not have an associated callback. The only way that a function like aw_object_click() can return failure is if there is a local network communication problem that prevents the sending of the message in the first place. -Roland [View Quote] |