Метод | Описание | |
---|---|---|
Chat ( |
A psuedo-realistic chat function that uses the typing sound and animation, types at three characters per second, and randomly pauses. This function will block until the message has been sent
|
|
Chat ( |
A psuedo-realistic chat function that uses the typing sound and animation, types at a given rate, and randomly pauses. This function will block until the message has been sent
|
|
Shoot ( |
Enters mouselook, presses and releases the left mouse button, and leaves mouselook
|
|
Shoot ( |
Aims at the specified position, enters mouselook, presses and releases the left mouse button, and leaves mouselook
|
public static Chat ( |
||
client | A reference to the client that will chat | |
message | string | The chat message to send |
Результат | void |
public static Chat ( |
||
client | A reference to the client that will chat | |
message | string | The chat message to send |
type | ChatType | The chat type (usually Normal, Whisper or Shout) |
cps | int | Characters per second rate for chatting |
Результат | void |
public static Shoot ( |
||
client | ||
Результат | bool |
public static Shoot ( |
||
client | ||
target | System.Vector3 | Target to shoot at |
Результат | bool |