Reply To: Mafia 3 Modding (Mega Thread)
Download Mods for the Mafia Games › Forums › Mod Creation › Mafia 3 Modding (Mega Thread) › Reply To: Mafia 3 Modding (Mega Thread)

Alright guys, here are some functions (Once I wrote a script you get them prettyfied ;))
Until then, please compare the variables (like game.game – if they are correct) and take / guess the parameters from here http://mafiascene.net/thread-850.html
game.game http://hastebin.com/jizoxekoti.hs
game.hud http://hastebin.com/uwizoyipub.css
game.traffic http://hastebin.com/sedasiditu.hs
game.battle http://hastebin.com/ifeyiwufew.hs
Unknown yet, only class reversed:
human http://hastebin.com/upeyukotev.css
player http://hastebin.com/yuwexotomu.hs (you can access it with game.game:GetActivePlayer() )
car (vehicle) http://hastebin.com/iroxorijes.hs (when you are in a car, you can access it with game.game:GetActivePlayer():GetOwner() )
boat (vehicle) http://hastebin.com/ifuwoqidoj.hs (when you are in a car, you can access it with game.game:GetActivePlayer():GetOwner() )
garage http://hastebin.com/ukohaluxap.hs
radio http://hastebin.com/iroxoruwah.hs
gameaudioak http://hastebin.com/uxeyunefac.hs
sds http://hastebin.com/aguqekorin.hs
mapstream http://hastebin.com/nocebanura.hs
savegame http://hastebin.com/uhayebaxaz.hs
nagivation http://hastebin.com/hutepilehi.hs
pipcamera http://hastebin.com/mubixatevu.hs
gamedirector http://hastebin.com/bipixerega.hs
gui http://hastebin.com/wemegulato.hs
race http://hastebin.com/uxuyetezow.hs
relationship http://hastebin.com/ivokohivuf.hs
wingman http://hastebin.com/vapidojoyi.hs
gamecam and mafiacam http://hastebin.com/yozafehaca.hs
cutscene http://hastebin.com/wenugujoye.hs
videocapture http://hastebin.com/icuyifiqiz.hs
door http://hastebin.com/ohizuzivis.hs
entity (wrapper) http://hastebin.com/cuhiyipifo.hs
Little insight how many functions register these variables (like game.game, game.hud etc.)