Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
Okay, I have wondered what the difference is in a stock function and a public function. I use both but I thought that stock used less resource due to not using forward. So, which uses less resource?
Thanks,
ScottCFR
Posts: 424
Threads: 21
Joined: Jun 2008
Reputation:
0
stock is only compiled if you use it.
public is able to be called from other scripts, but must be forwarded, I never use this.
Posts: 551
Threads: 122
Joined: Nov 2009
Reputation:
0
I enjoy using stock for some reason, I am trying to save resource, something I've never considered.
Posts: 209
Threads: 31
Joined: Mar 2010
Reputation:
0
Do not use Stock or Public neither. Use Meow. Its simple as that.
Posts: 2,938
Threads: 162
Joined: May 2010