Talk:Base64Encode: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "According to the cpp source file it's not Encode, it's encode, but oh well - do it your way then. <syntaxhighlight lang="lua">1117 + CLuaCFunctions::AddFunction ( "base64encode", CLuaFunctionDefs...")
(No difference)

Revision as of 16:22, 14 March 2014

According to the cpp source file it's not Encode, it's encode, but oh well - do it your way then.

1117	+	    CLuaCFunctions::AddFunction ( "base64encode", CLuaFunctionDefs::Base64encode );
1118	+	    CLuaCFunctions::AddFunction ( "base64decode", CLuaFunctionDefs::Base64decode );