which object can be used in Game Editor Script?
Posted: Tue Aug 17, 2010 5:48 am
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.
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.