System Global

From Virtual World Web Wiki
Revision as of 11:24, 22 October 2016 by Spark5 (Talk | contribs) (Documentation for the System Global class)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • This is a JavaScript visible object

Remarks [edit]

Methods

bool BroadcastMessage(int channel, string message, DOMObjectExtended source)
void BroadcastOnChannel(int channel, string message, DOMObjectExtended source)
int CreateTimer(JSFlexibleFunction function, int dueTime, int period)
void CreateWebRequest(string requestType, string contentType, string url, JSFlexibleFunction requestCompleted, string postdata)
void Debug(string message)
ReturnType Exception(string message)
DOMControllerExtended FindController(DOMObjectExtended target)
DOMControllerExtended FindParentController(DOMObjectExtended target)
ParticipantExtended FindParticipant(DOMObjectExtended target)
void ListenOnChannel(int channel, JSFlexibleFunction function)
string LoadJsonResource(ResourceValue resource)
ReturnType NewGuid()
bool RemoveTimer(int timerID)
void ServerLog(string message)