Table of Contents

Class ReplHistoryInterpreter

Namespace
MoonSharp.Interpreter.REPL
Assembly
Assembly-CSharp.dll
public class ReplHistoryInterpreter : ReplInterpreter
Inheritance
ReplHistoryInterpreter
Inherited Members
Extension Methods

Constructors

ReplHistoryInterpreter(Script, int)

public ReplHistoryInterpreter(Script script, int historySize)

Parameters

script Script
historySize int

Methods

Evaluate(string)

public override DynValue Evaluate(string input)

Parameters

input string

Returns

DynValue

HistoryNext()

public string HistoryNext()

Returns

string

HistoryPrev()

public string HistoryPrev()

Returns

string