04.07.2015, 10:36
neat
public functions headers are saved in memory, so you can call them using CallLocal/RemoteFunction or SetTimer(Ex). If you aren't using any of the mentioned functions to call yours, there is no point to forward a public function. stock is not a function declaration keyword. It's used to tell compiler that if you aren't using this function anywhere in the code, he should ignore it.
public functions headers are saved in memory, so you can call them using CallLocal/RemoteFunction or SetTimer(Ex). If you aren't using any of the mentioned functions to call yours, there is no point to forward a public function. stock is not a function declaration keyword. It's used to tell compiler that if you aren't using this function anywhere in the code, he should ignore it.