Help with Actor*
Posted: Fri Jan 22, 2010 10:29 pm
Hey guys me again I know I asked this before, but how would you use the function "Actor* variable = variable2" or what ever cause I'm trying to make an event called "Event_Jump(actor name, jump_height)" but inside of the script, I have this:
but that doesnt work :/
- Code: Select all
void Event_Jump(char *actor_name, int jump_height)
{
Actor* ename = actor_name;
code here
}
but that doesnt work :/