Local
Jump to navigation
Jump to search
A local variable only exists within the function it is specified. Therefore, it exists between "on function" and the functions "end" point.
Example:
local playermoney = getPlayerMoney ( source )