08.03.2012, 19:20
What's the difference when creating a function with either
or with
Is one faster and why is there 2 ways of doing this, and why do some use stock and some forwardings & public?
pawn Код:
stock FunctionName(OptinalParameters[])
pawn Код:
forward FunctionName(OptionalParameters[]);
public FunctionName(OptionalParameters[])