Plugin : Gateway
Author:Rex.Rainbow
- Provides information about the gateway server.
Download
Actions
Gateway
Action:Get date time
- Loads the current date and time from the Newgrounds.io server.
Action:Get version
- Returns the current version of the Newgrounds.io gateway.
Action:Ping
- Pings the Newgrounds.io server.
Expressions
Get date time
Expression:Datetime
- Get server's date and time in ISO 8601 format from last result.
Get version
Expression:Version
- The version number (in X.Y.Z format) from last result.
Ping
Expression:Pong
- Will always return a value of 'pong' from last result.
Result
Expression:ErrorMessage
- Get last error message from last result.
Conditions
Get date time
Condition:On get date time
- Triggered when get date time success.
Condition:On get date time error
- Triggered when get date time error.
Get version
Condition:On get version
- Triggered when get version success.
Condition:On get version error
- Triggered when get version error.
Ping
Condition:On ping
- Triggered when pong success.
Condition:On ping error
- Triggered when ping error.