Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Lyeeroy
Forum: Lua/XML Help 08-02-20, 06:50 AM
Replies: 2
Views: 3,663
Posted By Lyeeroy
I saw XML file with: <Scripts> <OnLoad>...

I saw XML file with:


<Scripts>
<OnLoad> _OnLoad(); </OnLoad>
<OnEvent> _OnEvent(); </OnEvent>
<OnUpdate> _OnUpdate(); </OnUpdate>
</Scripts>
Forum: Lua/XML Help 08-02-20, 06:39 AM
Replies: 2
Views: 3,663
Posted By Lyeeroy
Question How to trigger functions in game

Hi, have simple question..

Have a code with functions like this:


local version = 0.8

print("func " .. version .. " loaded")

function func_OnEvent(self, event)
Showing results 1 to 2 of 2