C# 클래스 FFACETools.FFACE.WindowerTools

Wrapper class for sending Windower commands through FFACE
파일 보기 프로젝트 열기: golfandsurf/Campah 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ArgumentCount ( ) : short

Get the amount of arguments the windower console has

BlockInput ( bool block ) : void

Whether to block input to ffxi

CreateTextObject ( ) : TextObject

Will create a Windower text object

GetArgument ( short index ) : string

Gets a specific argument from the windower console

IsNewCommand ( ) : int

Time of the last command NOTE: This may still be bugged (always returns true) See Windower wiki/forums for details

SendKey ( KeyCode key, bool down ) : void

Sends a key stroke status to FFXi

SendKeyPress ( KeyCode key ) : void

Sends a key press to FFXi (up, then down)

SendString ( string stringToSend ) : void

Sends a string to FFXi

WindowerTools ( int instanceID ) : System

Constructor

메소드 상세

ArgumentCount() 공개 메소드

Get the amount of arguments the windower console has
public ArgumentCount ( ) : short
리턴 short

BlockInput() 공개 메소드

Whether to block input to ffxi
public BlockInput ( bool block ) : void
block bool True if blocking
리턴 void

CreateTextObject() 공개 메소드

Will create a Windower text object
public CreateTextObject ( ) : TextObject
리턴 TextObject

GetArgument() 공개 메소드

Gets a specific argument from the windower console
public GetArgument ( short index ) : string
index short Index of the argument to get
리턴 string

IsNewCommand() 공개 메소드

Time of the last command NOTE: This may still be bugged (always returns true) See Windower wiki/forums for details
public IsNewCommand ( ) : int
리턴 int

SendKey() 공개 메소드

Sends a key stroke status to FFXi
public SendKey ( KeyCode key, bool down ) : void
key KeyCode Key to send
down bool True if keypress is down, false for up
리턴 void

SendKeyPress() 공개 메소드

Sends a key press to FFXi (up, then down)
public SendKeyPress ( KeyCode key ) : void
key KeyCode Key to send
리턴 void

SendString() 공개 메소드

Sends a string to FFXi
public SendString ( string stringToSend ) : void
stringToSend string string to send
리턴 void

WindowerTools() 공개 메소드

Constructor
public WindowerTools ( int instanceID ) : System
instanceID int Instance ID generated by FFACE
리턴 System