IntroductionAccount ManagerDecompiler

Scripting

Closures
Debug
Reflection
Metatable
Environment
Bit
Scripts
LuaStateProxy
oth

Instances & Events

Instances
Cache
Signals
VoltSignal
Actors

System

Filesystem
Input
Console
Crypt
Encoding
base64decodebase64encodelz4compresslz4decompress
Miscellaneous

Graphics & Network

Drawing
WebSocket
RakNet
DocsGuidesRelease Notes

Encoding

The Encoding library provides functions for encoding and decoding data in various formats.

Overview

These functions allow you to:

  • Convert data to and from Base64
  • Compress and decompress data using LZ4

Available Functions

FunctionDescription
base64decodeDecode a Base64 string
base64encodeEncode data to Base64
lz4compressCompress data using LZ4
lz4decompressDecompress LZ4 data

crypt.random

Previous Page

base64decode

Next Page

On this page

OverviewAvailable Functions