πŸͺClient

GetPing

MTools.Client.GetPing();

Name
Type
Description

-

-

-

Allows you to get your Ping. Example usage:

print(MTools.Client.GetPing());
-- Returns your Ping.

GetFPS

MTools.Client.GetFPS(normalize);

Name
Type
Description

normalize

boolean

Automatic value balancing. [Can have a bad effect on FPS]

Allows you to get your FPS. Example usage:

print(MTools.Client.GetFPS());
-- Each call will return a closer value.
print(MTools.Client.GetFPS(true));
-- It will bring back the real meaning right away.

GetDAT

MTools.Client.GetDAT();

Name
Type
Description

-

-

-

Allows you to get your Time and Date. What this function returns:

Name
Description

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();

Name
Type
Description

-

-

-

Allows you to get the refresh rate of the monitor. Example usage:

GetAvatar

MTools.Client.GetAvatar(size, link, texture);

Name
Type
Description

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);

Name
Type
Description

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