Package | net.user1.reactor |
Class | public class System |
Inheritance | System ![]() |
Since : | Reactor 1.0.0 |
Method | Defined By | ||
---|---|---|---|
System()
Constructor
| System | ||
getClientType():String
Indicates the official name of this Union client type, "Reactor". | System | ||
Indicates the version and build of Reactor. | System | ||
Returns the version of the UPC protocol in use by Reactor. | System |
System | () | Constructor |
public function System()
Constructor
getClientType | () | method |
public function getClientType():String
Since : | Reactor 1.0.0 |
Indicates the official name of this Union client type, "Reactor".
ReturnsString |
getClientVersion | () | method |
public function getClientVersion():VersionNumber
Since : | Reactor 1.0.0 |
Indicates the version and build of Reactor. Version information is automatically displayed in the client-side log at startup time, and is sent to the server for logging at connection time.
ReturnsVersionNumber |
getUPCVersion | () | method |
public function getUPCVersion():VersionNumber
Since : | Reactor 1.0.0 |
Returns the version of the UPC protocol in use by Reactor. For protocol information, see the UPC Specification.
ReturnsVersionNumber |