Client
GetPing
MTools.Client.GetPing();
-
-
-
Allows you to get your Ping. Example usage:
GetFPS
MTools.Client.GetFPS(normalize);
normalize
boolean
Automatic value balancing. [Can have a bad effect on FPS]
Allows you to get your FPS. Example usage:
GetDAT
MTools.Client.GetDAT();
-
-
-
Allows you to get your Time and Date. What this function returns:
seconds
Seconds in 00 format.
minutes
Minutes in 00 format.
hours
The clock is in 00 format.
day
Day in the 00 format.
month
Month in 00 format.
year
The year is in 0000 format.
Example usage:
GetHZ
MTools.Client.GetHZ();
-
-
-
Allows you to get the refresh rate of the monitor. Example usage:
GetAvatar
MTools.Client.GetAvatar(size, link, texture);
size
number
Avatar size. Optional. 1 - Icon, 2 - Medium, 3 - Full.
link
boolean
Get link instead the texture.
texture
vector
The size of the returned texture. Default vector(16, 16).
Allows you to get the user's steem avatar. [WORKS IN THE MAIN MENU] Example usage:
GetChokeTick
MTools.Client:GetChokeTick(number);
number
number
How many ticks maximum
Allows you to get normal ticks (can be used for the new jitter mode way). [DOES NOT WORK IN MAIN MENU] Example usage:
Last updated