Talk:Optional Arguments

From Multi Theft Auto: Wiki
Revision as of 15:20, 4 January 2011 by Mack Varial (talk | contribs) (Created page with ""Optional Arguments have one limitation. You cannot use any optional arguments unless all previous arguments are also supplied." What if you replace one of the previous argument...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

"Optional Arguments have one limitation. You cannot use any optional arguments unless all previous arguments are also supplied."

What if you replace one of the previous arguments with 'nil'? Atleast that works with addBan().