Метод | Описание | |
---|---|---|
BringToTop ( ) : bool |
Brings the Client window to the foreground.
|
|
Calibrate ( ) : void |
Attempts to automatically calibrate the FindLocation method.
|
|
Calibrate ( |
Attempts to automatically calibrate the FindLocation method.
|
|
Calibrate ( int x, int y, int z ) : void |
Attempts to calibrate the FindLocation method based on an input x, y, and z. FindLocation ProcessStream
|
|
FindLocation ( int &x, int &y, int &z, int &facet ) : bool |
Reads the current x, y, and z from memory based on a
|
|
Read ( ProcessStream pc, int bytes ) : int | ||
Search ( ProcessStream pc, byte buffer ) : int | ||
Search ( ProcessStream pc, byte mask, byte vals ) : int | ||
SendText ( string text ) : bool |
Sends a String of characters (text) to the Client. The string is followed by a carriage return and line feed.
|
Метод | Описание | |
---|---|---|
Client ( ) : System | ||
FindHandle ( ) : |
||
GetCoordDetails ( ProcessStream pc, int ptr, byte dets, int &coordPointer, int &coordSize ) : void | ||
SendChar ( |
public static Calibrate ( |
||
info | ||
Результат | void |
public static Calibrate ( int x, int y, int z ) : void | ||
x | int | |
y | int | |
z | int | |
Результат | void |
public static FindLocation ( int &x, int &y, int &z, int &facet ) : bool | ||
x | int | |
y | int | |
z | int | |
facet | int | |
Результат | bool |
public static Read ( ProcessStream pc, int bytes ) : int | ||
pc | ProcessStream | |
bytes | int | |
Результат | int |
public static Search ( ProcessStream pc, byte buffer ) : int | ||
pc | ProcessStream | |
buffer | byte | |
Результат | int |
public static Search ( ProcessStream pc, byte mask, byte vals ) : int | ||
pc | ProcessStream | |
mask | byte | |
vals | byte | |
Результат | int |
public static SendText ( string text ) : bool | ||
text | string | |
Результат | bool |