Callback.prependArgument() - Mtax-Development/GML-OOP GitHub Wiki
Name |
Type |
Optional |
argument... |
{any} |
No |
Not applicable.
Return an array containing arguments of this Callback after the specified values. It can be used as argument replacement during execution of a Callback, so that each function called will be provided specified arguments before its respective arguments present in the argument property when this method was called.