Hey GiL,

I'm trying to call a function in another framework:

hurtBox.Damage(damageInfo);


where damageInfo is apparently a set of four parameters; an Int, a Vector2, an Enum, and then an 'interface':

http://jnamobile.com/API/v1.1/v1.1.0/interface_platformer_pro_1_1_i_mob.html

I know that the next makinom version will have enum support (yay!); but would something like this Interface need similar treatment?

Tactics RPG Grid Battle System for ORK
---------------------------------------
Personal Twitter: https://twitter.com/AMO_Crate
I make RFI! https://twitter.com/NootboxGames
  • That wont be possible - it's best to either write your own node that does that, or another function to call that only uses supported parameters and calls the function you need.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.