Local

From Multi Theft Auto: Wiki
Revision as of 09:14, 18 May 2006 by Ransom (talk | contribs)
Jump to navigation Jump to search

A local varible only exists within the function between "on functionname" and the functions "end" point.

Example:

local playermoney = getPlayerMoney ( source )