FNF-HyperCode-Engine

HyperCode Engine Lua API


This document outlines the Lua API extensions available in the HyperCode Engine. These extensions provide additional functionality beyond standard Lua, allowing for more complex and powerful modding capabilities. WAIT FOR 2.0 Document.


BrainFuck

Purpose:
This class allows you to run Brainfuck code in Lua through the runBrainFuckCode callback.

Functions:


GetArgs

Purpose:
This class allows Lua to retrieve the arguments passed to the application.

Functions:


HttpClient

Purpose:
This class allows Lua to interact with HTTP requests (GET, POST, PUT, DELETE, PATCH) and check for internet availability.

Functions:


JsonHelper

Purpose:
This class allows Lua to easily parse and stringify JSON data.

Functions:


### ScreenInfo Purpose:
This class allows Lua to retrieve screen resolutions.

Functions:


UrlGen

Purpose:
This class allows Lua to generate and manipulate URLs.

Functions:


WindowManager (Desktop Only)

Purpose:
This class allows Lua to manage windows, including creating, retrieving, removing, and configuring them.

Functions: