Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:Base64"

From Roll20 Wiki

Jump to: navigation, search
(Created page with "{{script overview |name=Base64 |author={{user profile|104025|Aaron C. M.}} |version=0.2 |lastmodified=2015-02-01}} {{stub}} Base 64 encoding for Roll20 Scripts. (Adapted from...")
 
m (updated to 0.3.2)
Line 2: Line 2:
 
|name=Base64
 
|name=Base64
 
|author={{user profile|104025|Aaron C. M.}}
 
|author={{user profile|104025|Aaron C. M.}}
|version=0.2
+
|version=0.3.2
|lastmodified=2015-02-01}}
+
|lastmodified=2019-12-07}}
 
{{stub}}
 
{{stub}}
  
 
Base 64 encoding for Roll20 Scripts. (Adapted from http://www.webtoolkit.info/ )
 
Base 64 encoding for Roll20 Scripts. (Adapted from http://www.webtoolkit.info/ )
 +
 +
This script is used as a dependency for other scripts that need to encode data for transfer between Games or for downloading.
 
<br clear="all">
 
<br clear="all">
  
 
=== Changelog ===
 
=== Changelog ===
 +
https://github.com/Roll20/roll20-api-scripts/pull/889
 +
{{changelog version|0.2|2019-12-07|* [https://github.com/Roll20/roll20-api-scripts/pull/889 link]}}
 
{{changelog version|0.2|2015-02-01|* Release}}
 
{{changelog version|0.2|2015-02-01|* Release}}

Revision as of 15:22, 17 June 2020

API ScriptAuthor: Aaron C. M.
Version: 0.3.2
Last Modified: 2019-12-07
Code: Base64
Dependencies: None
Conflicts: None


Base 64 encoding for Roll20 Scripts. (Adapted from http://www.webtoolkit.info/ )

This script is used as a dependency for other scripts that need to encode data for transfer between Games or for downloading.

Changelog

https://github.com/Roll20/roll20-api-scripts/pull/889 v0.2 (2019-12-07)


v0.2 (2015-02-01)

  • Release