CallMessage

Message sent to server to call a function.

Members

Variables

id
uint id;

request id

mangle
string mangle;

function mangle for overloading

parameters
uint parameters;

number of parameters following this message

target
string target;

function target name

Meta