Posts: 196
Threads: 71
Joined: Feb 2013
Reputation:
0
Hi; It's possible to code function overloads in C++. How do I do this in Pawn?
Posts: 196
Threads: 71
Joined: Feb 2013
Reputation:
0
I am not too sure... can I declare two functions that accept different arguments using automaton? Example:
stock SortArray(array[]) <MyState:one> {}
stock SortArray(array[][]) <MyState:two> {}