which object can be used in Game Editor Script?
![Post Post](styles/prosilver/imageset/icon_post_target.gif)
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.