utils

Examples:

utils.log("hello. i will be printed in console.\n", color.new(255, 255, 255))

Functions:

log

Prints text to console in the given color.

notify

Sends a notification in the given color.

event_log

Logs to the event logger in the given color.

world_to_screen

Screen coordinates of an in game position.

set_clan_tag

Changes your user's clantag.

set_name

Changes your user's name.

delay_call

Calls function after waiting 'delay' in seconds.

timestamp

Grabs the unix timestamp.

timezone_adjust

The offset for your computer's timezone.

format_timestamp

Formats the given timestamp using std::put_time.

find_pattern

Pointer to the given pattern in the module provided.

create_interface

Pointer to the created interface.

copy

Copies the given string to clipboard.

paste

Returns the current clipboard text.

Last updated