Posts: 20
Threads: 6
Joined: Mar 2013
Reputation:
0
"Function", "stock" and "public" ; What are the differences between these terms?
Posts: 279
Threads: 11
Joined: Jul 2012
Reputation:
0
if you use stock asd(...) and you won't use it - there won't be warning about not using it. If you use without it, you will get warning. Public you have to use for timers function - if you won't use forward and public and you use timer for this - it won't work.
Posts: 20
Threads: 6
Joined: Mar 2013
Reputation:
0
Yeah, but what's the difference between function with the public?
Posts: 6,129
Threads: 36
Joined: Jan 2009