im a little curious about this as ive seen them used every now and then..
what the difference in using static instead of public, or even in comparison to stock or when theres just a function name with nothing before it...
public func_whatever()
static func_whatever()
stock func_whatever()
func_whatever()
ive never really understood the 'true' difference between them and id like to get an educated response onto benefits of one over the other and what situations specific ones are best used for..