Go
Wc3C.net
»
Warcraft III Modding
»
Hosted Projects
»
Personal User Projects
»
Vexorian Spells and Systems
»
Running a struct method in its own thread
Running a struct method in its own thread
11-15-2009, 07:26 AM
#1
DarkTichondrius
Is there any way to do so? I tried ExecuteFunc, but that didn't work (I presume since methods technically take the integer 'this').
EDIT: Just to clarify, I'm asking if it's doable WITHOUT the use of a global variable.
11-15-2009, 08:46 AM
#2
TriggerHappy
call
method.execute
?