Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
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
|
public BlockInput ( bool block ) : void | ||
block | bool | True if blocking |
Результат | void |
public GetArgument ( short index ) : string | ||
index | short | Index of the argument to get |
Результат | string |
public SendKey ( KeyCode key, bool down ) : void | ||
key | KeyCode | Key to send |
down | bool | True if keypress is down, false for up |
Результат | void |
public SendKeyPress ( KeyCode key ) : void | ||
key | KeyCode | Key to send |
Результат | void |
public SendString ( string stringToSend ) : void | ||
stringToSend | string | string to send |
Результат | void |
public WindowerTools ( int instanceID ) : System | ||
instanceID | int | Instance ID generated by FFACE |
Результат | System |