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
Methods
Evaluate(string)
public override DynValue Evaluate(string input)
Parameters
inputstring
Returns
HistoryNext()
public string HistoryNext()
Returns
HistoryPrev()
public string HistoryPrev()