C# Class PSAttack.PSAttackProcessing.AttackState

Datei anzeigen Open project: jaredhaight/PSAttack Class Usage Examples

Public Methods

Method Description
AttackState ( ) : System
ClearIO ( bool display = false ) : void
ClearLoop ( ) : void
consoleWrapCount ( ) : int
endOfDisplayCmdPos ( ) : int
getCursorXY ( ) : List
relativeCmdCursorPos ( ) : int
relativeCursorPos ( ) : int
totalDisplayLength ( ) : int

Method Details

AttackState() public method

public AttackState ( ) : System
return System

ClearIO() public method

public ClearIO ( bool display = false ) : void
display bool
return void

ClearLoop() public method

public ClearLoop ( ) : void
return void

consoleWrapCount() public method

public consoleWrapCount ( ) : int
return int

endOfDisplayCmdPos() public method

public endOfDisplayCmdPos ( ) : int
return int

getCursorXY() public method

public getCursorXY ( ) : List
return List

relativeCmdCursorPos() public method

public relativeCmdCursorPos ( ) : int
return int

relativeCursorPos() public method

public relativeCursorPos ( ) : int
return int

totalDisplayLength() public method

public totalDisplayLength ( ) : int
return int