- Joined
- Mar 16, 2008
- Messages
- 941
Ok, here's my problem:
I created a knockback system and it works very well, but I wanted to add a "dynamic" function to the onDestroy method (dunno if it's even called dynamic in this case).
I mean something like this:
I want to be able to call functions(with parameters) which are parameters.
Awww, I wish I could explain it in german xD I hope you understand it
Greets, Justify
I created a knockback system and it works very well, but I wanted to add a "dynamic" function to the onDestroy method (dunno if it's even called dynamic in this case).
I mean something like this:
JASS:
function a takes code b returns nothing
local integer i = 5
call b(i)
endfunction
function c takes nothing returns nothing
call a(function b(i))
endfunction
Awww, I wish I could explain it in german xD I hope you understand it
Greets, Justify
Last edited: