Hey all,
I'm currently making my own weapon system and I'm having one hiccup that's preventing me from finishing it. I have this custom resource w/ class_name of Gun. It has a bunch of export properties I can set: fire_rate, view_model, and some animations. I also want to be able to define a "shoot method" that I can export and set in the inspector. My instinct was to use export a Callable, but I have no clear way to define it's value.
Any ideas on how to do this or any alternative approaches?