Quote:
Originally Posted by Vince
Did you actually read what I wrote? Stock is not a requirement. It is merely a modifier.
pawn Code:
myFunction(parameter) { printf("the parameter is %d", parameter); }
This works. Nothing else required.
|
Quote:
Originally Posted by iZN
You got him all wrong, he basically meant, you could simply do like this:
pawn Code:
whateverFunction(with, whatever, parameters = 1) {}
So basically, you're not required to use "stock", you could leave it naked or the other ways of using "static" keyword if it's used locally/internally.
|
Alright, i deserve -rep now tbh. I always learned to use stock because those damn tutorials ..
And yes Vince, i did read. But too fast.