00:00
00:00
Newgrounds Background Image Theme

MovementalStudio just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Newgrounds Wiki: call

Contains all the information needed to execute an API component.

Properties:

component - string
The name of the component you want to call, ie 'App.connect'.

echo - mixed
An optional value that will be returned, verbatim, in the result object.

parameters - object / array<object>
An object of parameters you want to pass to the component.

secure - string
A an encrypted call object or array of call objects.



Notes:
For secure calls using encryption, you only need to pass the 'secure' property. For all other calls, you only need to use the 'component' and 'parameters' properties.