Skip to content

Eklips namespace

ZeeAy edited this page Dec 1, 2024 · 2 revisions

This is a namespace that contains all libraries on the Eklips engine. Currently, In version 3.1.0-beta1, This namespace doesnt exist. Use the Sol namespace instead. This will be fixed in version 3.1.0-beta2.

  • Eklips.ReadProp(file)

    Read the custom INI-like file format (.sol) and return it as JSON. This might be confusing as the script file format is also .sol. Most .sol config files will start/have a line that starts with an @.

  • Eklips.Data

    A dictionary that contains important data such as the current language ["Lang"], Engine properties ["Engine"], etc.

  • Eklips.Player.Properties

    A .sol config file of player settings, located in /data/instances/player.sol. This file is not needed (Just like me) to run Eklips. But it's pretty nice to have a custom variable for.

Clone this wiki locally