Hello,
I am trying to use the metadata features of the scriptbuilder add-on to add some OOP functionality.
But it seems that the scriptbuilder does not recognize the metadata on script class methods.
My code for getting the metadata looks like this: https://pastebin.com/giHMP1te
And my script class in my AngelScript code looks like this: https://pastebin.com/VNw02A5y
The only log I get is a 0
indicating that the returned vector from GetMetadataForTypeMethod
is empty.