setzer22
I’m trying to query a user variable through AngelScript. That is, set up a custom variable in a node through the editor and then getting its value having a reference to that node,
In C++ the documentation mentions the function:
const Variant& GetVar (StringHash key) const
Return a user variable.
But that doesn’t appear (nor it’s recognised by the compiler) on the script API.
What am I missing?
Thank you!