Show / Hide Table of Contents

Namespace RuriLib.LS

Classes

BlockParser

Parses a block from LoliScript code.

BlockProcessingException

An exception thrown inside a block's Process method.

BlockWriter

Provides useful functions for writing a block as a piece of LoliScript code.

CommandParser

Parse a command from LoliScript code.

Line

Represents a line drawn between two points.

This class provides useful methods to simulate mouse movement across the screen.

LineParser

Contains methods used to parse tokens from a LoliScript line of code.

LoliScript

Represents a LoliScript script that can be run line by line.

Enums

BlockParser.BlockName

The allowed block identifiers.

CommandParser.CommandName

The allowed command identifiers.

ScriptingLanguage

The supported scripting languages.

TokenType

The allowed types of tokens that can be parsed from a line.

Back to top Generated by DocFX