Author Topic: Does someone have a list for default global or local variables?  (Read 610 times)

Well, i learned now some TorqueScript, but i don't know where to begin.

Is there a list for all default global and local variables? I don't know it, but i saw script's with variables like: %brickowner which i don't know of. So is there a list and if yes, could someone post this?

If this topic is stupid, or misspoint's the forum i will instantly close it.

export("$*,"config/global.txt"); will write a list of every global variable to blockland/config/global.txt

You can not get a list of local variables as they only exist for the function that uses them.

export("$*,"config/global.txt"); will write a list of every global variable to blockland/config/global.txt

You can not get a list of local variables as they only exist for the function that uses them.
Ok, but thanks for the list.

EDIT: Wait, why does it say Syntax error?

EDIT2: Fixed it, Topic closed.
« Last Edit: October 08, 2011, 03:41:51 PM by Cajetan »