Documentation

EntityPublicFunction

EntityPublicFunction(id[],function[],args[],...)

Calls a function from another entity.

Argument 'id[]':Entity ID.

Argument 'function[]':Public Function Name.

Argument 'args[]':Defines the follow arguments that will be passed to the function. a - Array, last value must be CELLMIN d - Value, passed by reference n - Value, passed by value s - String "snsn" means that the follow argument you pass will be a string, a number, a string and a number.

Argument '...':List of Arguments to pass to the function.

What the function returns. May return -1 and -2 on error.


Comments

Comming Soon