C# Class NetMud.Interp.Interpret

Main line in for in-game commands to get parsed
Show file Open project: SwiftAusterity/NetMud

Public Methods

Method Description
Render ( string commandString, IActor actor ) : IEnumerable

Scour the system to figure out what the entity wants us to do

Method Details

Render() public static method

Scour the system to figure out what the entity wants us to do
public static Render ( string commandString, IActor actor ) : IEnumerable
commandString string the raw unparsed command coming in
actor IActor the entity performing the action
return IEnumerable