C# Класс LORD2.RTReader

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Execute ( string fileName, string sectionName, string labelName = "" ) : void
RTReader ( ) : System
RunSection ( string fileName, string sectionName ) : void
RunSection ( string fileName, string sectionName, string labelName ) : void

Приватные методы

Метод Описание
CommandADDCHAR ( string tokens ) : void
CommandBEGIN ( string tokens ) : void
CommandBITSET ( string tokens ) : void
CommandBUSY ( string tokens ) : void
CommandBUYMANAGER ( string tokens ) : void
CommandCHECKMAIL ( string tokens ) : void
CommandCHOICE ( string tokens ) : void
CommandCHOOSEPLAYER ( string tokens ) : void
CommandCLEAR ( string tokens ) : void
CommandCLEARBLOCK ( string tokens ) : void
CommandCLOSESCRIPT ( string tokens ) : void
CommandCONVERT_FILE_TO_ANSI ( string tokens ) : void
CommandCONVERT_FILE_TO_ASCII ( string tokens ) : void
CommandCOPYFILE ( string tokens ) : void
CommandDATALOAD ( string tokens ) : void
CommandDATANEWDAY ( string tokens ) : void
CommandDATASAVE ( string tokens ) : void
CommandDECLARE ( string tokens ) : void
CommandDISPLAY ( string tokens ) : void
CommandDISPLAYFILE ( string tokens ) : void
CommandDO ( string tokens ) : void
CommandDO_ADD ( string tokens ) : void
CommandDO_ADDLOG ( string tokens ) : void
CommandDO_BEEP ( string tokens ) : void
CommandDO_COPYTONAME ( string tokens ) : void
CommandDO_DELETE ( string tokens ) : void
CommandDO_DIVIDE ( string tokens ) : void
CommandDO_FRONTPAD ( string tokens ) : void
CommandDO_GETKEY ( string tokens ) : void
CommandDO_GOTO ( string tokens ) : void
CommandDO_IS ( string tokens ) : void
CommandDO_MOVE ( string tokens ) : void
CommandDO_MOVEBACK ( string tokens ) : void
CommandDO_MULTIPLY ( string tokens ) : void
CommandDO_NUMRETURN ( string tokens ) : void
CommandDO_PAD ( string tokens ) : void
CommandDO_QUEBAR ( string tokens ) : void
CommandDO_RANDOM ( string tokens ) : void
CommandDO_READCHAR ( string tokens ) : void
CommandDO_READNUM ( string tokens ) : void
CommandDO_READSPECIAL ( string tokens ) : void
CommandDO_READSTRING ( string tokens ) : void
CommandDO_RENAME ( string tokens ) : void
CommandDO_REPLACE ( string tokens ) : void
CommandDO_REPLACEALL ( string tokens ) : void
CommandDO_SAYBAR ( string tokens ) : void
CommandDO_STATBAR ( string tokens ) : void
CommandDO_STRIP ( string tokens ) : void
CommandDO_STRIPALL ( string tokens ) : void
CommandDO_STRIPBAD ( string tokens ) : void
CommandDO_STRIPCODE ( string tokens ) : void
CommandDO_SUBTRACT ( string tokens ) : void
CommandDO_TALK ( string tokens ) : void
CommandDO_TRIM ( string tokens ) : void
CommandDO_UPCASE ( string tokens ) : void
CommandDO_WRITE ( string tokens ) : void
CommandDRAWMAP ( string tokens ) : void
CommandDRAWPART ( string tokens ) : void
CommandEND ( string tokens ) : void
CommandFIGHT ( string tokens ) : void
CommandGRAPHICS ( string tokens ) : void
CommandHALT ( string tokens ) : void
CommandIF ( string tokens ) : void
CommandIF_BITCHECK ( string tokens ) : bool
CommandIF_BLOCKPASSABLE ( string tokens ) : bool
CommandIF_CHECKDUPE ( string tokens ) : bool
CommandIF_EXIST ( string tokens ) : bool
CommandIF_INSIDE ( string tokens ) : bool
CommandIF_IS ( string tokens ) : bool
CommandIF_LESS ( string tokens ) : bool
CommandIF_MORE ( string tokens ) : bool
CommandIF_NOT ( string tokens ) : bool
CommandITEMEXIT ( string tokens ) : void
CommandKEY ( string tokens ) : void
CommandLABEL ( string tokens ) : void
CommandLOADCURSOR ( string tokens ) : void
CommandLOADGLOBALS ( string tokens ) : void
CommandLOADMAP ( string tokens ) : void
CommandLOADWORLD ( string tokens ) : void
CommandLORDRANK ( string tokens ) : void
CommandMOREMAP ( string tokens ) : void
CommandNAME ( string tokens ) : void
CommandNOCHECK ( string tokens ) : void
CommandNOP ( string tokens ) : void
CommandOFFMAP ( string tokens ) : void
CommandOVERHEADMAP ( string tokens ) : void
CommandPAUSEOFF ( string tokens ) : void
CommandPAUSEON ( string tokens ) : void
CommandPROGNAME ( string tokens ) : void
CommandRANK ( string tokens ) : void
CommandREADFILE ( string tokens ) : void
CommandROUTINE ( string tokens ) : void
CommandRUN ( string tokens ) : void
CommandSAVECURSOR ( string tokens ) : void
CommandSAVEGLOBALS ( string tokens ) : void
CommandSAVEWORLD ( string tokens ) : void
CommandSAY ( string tokens ) : void
CommandSELLMANAGER ( string tokens ) : void
CommandSHOW ( string tokens ) : void
CommandSHOWLOCAL ( string tokens ) : void
CommandUPDATE ( string tokens ) : void
CommandUPDATE_UPDATE ( string tokens ) : void
CommandVERSION ( string tokens ) : void
CommandWHOISON ( string tokens ) : void
CommandWRITEFILE ( string tokens ) : void
EndBUYMANAGER ( ) : void
EndCHOICE ( ) : void
EndREADFILE ( ) : void
EndSAYBAR ( string line ) : void
EndSELLMANAGER ( ) : void
EndSHOWSCROLL ( ) : void
InitCommands ( ) : void
LogMissing ( string tokens ) : void
LogUnimplemented ( string tokens ) : void
LogUnused ( string tokens ) : void
RunScript ( string script ) : void

Описание методов

Execute() публичный статический Метод

public static Execute ( string fileName, string sectionName, string labelName = "" ) : void
fileName string
sectionName string
labelName string
Результат void

RTReader() публичный Метод

public RTReader ( ) : System
Результат System

RunSection() публичный Метод

public RunSection ( string fileName, string sectionName ) : void
fileName string
sectionName string
Результат void

RunSection() публичный Метод

public RunSection ( string fileName, string sectionName, string labelName ) : void
fileName string
sectionName string
labelName string
Результат void