Stock or Public?
#1

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
Reply
#2

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.
Reply
#3

I enjoy using stock for some reason, I am trying to save resource, something I've never considered.
Reply
#4

Do not use Stock or Public neither. Use Meow. Its simple as that.
Reply
#5

wtf lol?
Reply
#6

rofl

pawn Код:
meow IsThisUseful(?)
{
     return 1;
}
Reply
#7

no LOL hilarious
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)