Talk:Base64Encode

From Multi Theft Auto: Wiki
Revision as of 16:22, 14 March 2014 by Myonlake (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 );