Page 1 of 1

scripting variables list

Posted: Thu Jul 26, 2012 7:33 am
by jonaspm
all the variables used by ZGE like:

currentmodel.position.x
How should i call this?
Does it exists a full list of these?

Re: scripting variables list

Posted: Thu Jul 26, 2012 10:07 am
by Kjell
Hi jonaspm,
jonaspm wrote:How should i call this?
Check out the assignments section in the scripting reference ;)
jonaspm wrote:Does it exists a full list of these?
Yes, the component reference contains information on all properties. Or you can simply click on a component in the Editor to see which properties it has.

Image

Also, when scripting you can press Ctrl + Spacebar to trigger the context-aware completion / hint dialog.

Image

K

Posted: Thu Jul 26, 2012 10:12 am
by VilleK
Superb answer as always Kjell!
I should take donations to hire you to rewrite the ZGE online documentation :)

Posted: Thu Jul 26, 2012 3:58 pm
by jonaspm
wow! amazing reply!

THANK YOU everything is clear now :D