ExecuteFunc and Call?

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

ExecuteFunc and Call?

Post by naturesfury »

Is there any difference between ExecuteFunc("funcname") and call funcname()?
Except that funcname() can have parameters (and its shorter xD).
User avatar
Nuuby
Forum Staff
Posts: 519
Joined: October 18th, 2010, 8:43 am

Re: ExecuteFunc and Call?

Post by Nuuby »

You can call functions that are below the function that you execute it from. And you can call the same function with it as well.
naturesfury
Forum Spammer
Posts: 610
Joined: March 30th, 2009, 9:02 pm

Re: ExecuteFunc and Call?

Post by naturesfury »

Oh, neat (to the 1st one)
Already knew 2nd one but ty anyway xD