11.06.2016, 10:12
A lot of people think normal functions are actually called stock.
stock is a word you place to hide the 'unused' warning.
It doesn't only work in functions, it also works in arrays and variables.
stock is a word you place to hide the 'unused' warning.
It doesn't only work in functions, it also works in arrays and variables.
Code:
new stock Unused_Array[50];