Property | Type | Description | |
---|---|---|---|
instance | Crown, | ||
serverURL | string | ||
userId | string | ||
userKey | string | ||
userSpot | string |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
BroadcastToAll ( string functionName, string ArgsList ) : void | ||
Error ( string msg, bool fatal = false ) : void | ||
Exec ( string msg ) : void | ||
GetLog ( ) : string | ||
Log ( string msg, bool hidetime = false ) : void | ||
Request ( string function, JSON, parameters = null, CrownCallbackJSON callback = null, CrownCallbackJSON internalCallback = null ) : IEnumerator |
public static BroadcastToAll ( string functionName, string ArgsList ) : void | ||
functionName | string | |
ArgsList | string | |
return | void |
public static Error ( string msg, bool fatal = false ) : void | ||
msg | string | |
fatal | bool | |
return | void |
public static Log ( string msg, bool hidetime = false ) : void | ||
msg | string | |
hidetime | bool | |
return | void |
public static Request ( string function, JSON, parameters = null, CrownCallbackJSON callback = null, CrownCallbackJSON internalCallback = null ) : IEnumerator | ||
function | string | |
parameters | JSON, | |
callback | CrownCallbackJSON | |
internalCallback | CrownCallbackJSON | |
return | IEnumerator |