Author Topic: Functions Confusion [---SOLVED---]  (Read 918 times)

« Last Edit: April 08, 2013, 08:29:42 PM by Aerodynamic »

That entire post made little to no sense, describe better what you are doing.

To call a function you do
functionName(%arguments,%seperated,%by,commas)

http://blocklandcloud.com/resources/r1682_server_functions.txt
http://blocklandcloud.com/resources/clientFunctions.txt

They're a little dated, but you can always reproduce a new and current list by using what's listed in the first line of each web page.

That entire post made little to no sense, describe better what you are doing.

To call a function you do
functionName(%arguments,%seperated,%by,commas)

Ok, so, when your doing a script, and like you said, functionName, how do I know what to put there? I know there are different ones, but are there any lists of function names?

EXAMPLE:
Code: [Select]
function serverCmdKillMe

Ok, so, when your doing a script, and like you said, functionName, how do I know what to put there? I know there are different ones, but are there any lists of function names?
http://blocklandcloud.com/resources/r1682_server_functions.txt
http://blocklandcloud.com/resources/clientFunctions.txt

They're a little dated, but you can always reproduce a new and current list by using what's listed in the first line of each web page.

http://blocklandcloud.com/resources/r1682_server_functions.txt
http://blocklandcloud.com/resources/clientFunctions.txt

They're a little dated, but you can always reproduce a new and current list by using what's listed in the first line of each web page.


Thanks!

They're a little dated, but you can always reproduce a new and current list by using what's listed in the first line of each web page.


Code: [Select]
virtual Script recordMovie() {}

Lol Yup.