Quote:
Originally Posted by GoldNux
What is the difference between a STOCK and a regular function?
Is it only that it is not compiled if it is not used?
Thank you.
|
Yes, and if you code incorrectly and not use it, compiler will not give any error from that function.
Also stocks are welcome where you will use in multiple plugins the same function, like access from amxmisc or others
__________________