Mafia Scene - Mafia I & II Game Fan Site

Modders Corner => Mafia Editing => Mafia II mods => Topic started by: WJSZ12 on March 14, 2015, 06:03:11 AM

Title: Some problems about the decompiled LUA codes
Post by: WJSZ12 on March 14, 2015, 06:03:11 AM
I decompiled some of the LUA files of Mafia2.




But I couldn't understand them.


 




For example :


 




I noticed that each LUA file has these two functions:


 







Quotefunction
onGameInit(_ARG_0_
)




xxxxxxx




end



 




function
onEvent(_ARG_0_
,
 _ARG_1_
)




xxxxxxx




end









 




1. Is the function "onGameInit" the main function, or the function "onEvent"?


 




2. What do the _ARG_0_
and
 _ARG_1_
 mean?


 


 



<hr class="bbcode_rule" />
Thank you !!!