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...")
 
mNo edit summary
Line 1: Line 1:
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::Base64encode );
1118 +     CLuaCFunctions::AddFunction ( "base64decode", CLuaFunctionDefs::Base64decode );</syntaxhighlight>

Revision as of 16:22, 14 March 2014