Talk:Optional Arguments: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(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...")
(No difference)

Revision as of 15:20, 4 January 2011

"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().