You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't see this feature being implemented at this time. The way a script is executed, there is little type checking done. Functions like ACS_Execute() are designed to pass integers to scripts. If scripts could have reference parameters, that would mean you could pass some random integers that are then reinterpreted as reference values, which could lead to invalid references or valid but unintended references.
I see that I cannot declare arguments for a script to accept struct references like I can for functions. Can this ever be a feature?
The text was updated successfully, but these errors were encountered: