C# Класс FFACETools.FFACE.WindowerTools

Wrapper class for sending Windower commands through FFACE
Показать файл Открыть проект Примеры использования класса

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