10.11.2017, 19:50
Quote:
But there's a difference between defining a macro with different arguments that calls a seperate function and a macro that would call itself.
OK: #define Kick(%1,%2) DelayedKick(%1,%2) Not OK: #define Kick(%1,%2) Kick(%1) |
#define Kick(%1,%2) Kick(%1)
being completely ignored then?
like it's only logical that if it's ended, it's ended. and that I'm only defining for i.ex.
Kick(%1,%2)
to be
Kick(%1)