[DiscordArchive] do you mean just having proper class names in the decompiled code ?
[DiscordArchive] do you mean just having proper class names in the decompiled code ?
Archived author: Titi • Posted: 2025-04-12T16:31:57.253000+00:00
Original source
do you mean just having proper class names in the decompiled code ?
Archived author: Peacy • Posted: 2025-04-12T16:33:08.717000+00:00
Original source
No I mean like in lua I want to be able to do C_Mount.MyFunction() and it call something from the DLL. Right now I know how to register a lua function that is just like MyFunction() but not sure how to do the the C_Mount prefix.