Page 1 of 1

which object can be used in Game Editor Script?

PostPosted: Tue Aug 17, 2010 5:48 am
by walkman
I have some code in Script like this:
Actor* pact = getclone("enemy.1");

My question 1:

which other object (like Actor above) can be used in Script?

My question 2:

How I find the function of the object (like Actor above) that can be called?

Thanks.