WopsS / RED4ext.SDK

A library to create mods for REDengine 4 (Cyberpunk 2077), independently of RED4ext.
MIT License
100 stars 33 forks source link

Generate methods for script classes #69

Open martonp96 opened 1 year ago

martonp96 commented 1 year ago

Is your feature request related to a problem? Please describe. Currently the methods are missing from the auto generated classes. The only way to call those methods currently are using ExecuteFunction.

Describe the solution you'd like See https://gist.github.com/martonp96/bf93a51d07da27caf065cc5ea2e1a853 or the discussion on discord https://discord.com/channels/717692382849663036/839400251680227339/1033367170979217438

Describe alternatives you've considered I'm using manually created wrapper classes.