Gamethread.delayed
From EventScripts Community Encyclopedia
|
[edit] Method: delayedModule: gamethread [edit] Method Overview[edit] Table of Contents
[edit] DescriptionCalls the Python cmd function after seconds seconds. [edit] Arguments
[edit] Examplesdef myfunc(arg1, arg2): print 'Arg1 = %s, Arg2 = %s' % (arg1, arg2) gamethread.delayed(0.1, myfunc, ('Hello', 'Test')) [edit] Notes
[edit] See Also |
|
