C# 클래스 NetMud.Interp.Interpret

Main line in for in-game commands to get parsed
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
Render ( string commandString, IActor actor ) : IEnumerable

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

메소드 상세

Render() 공개 정적인 메소드

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
리턴 IEnumerable