Module internet

Shared library utilities to help internet do shit.

Module Overview

Functions

INTERNET() Function to get Internet's Entity, if he's online.
INTER_CHAT(...) Output chat to Internet's Chatbox
INTER_EYE() Get Internet's Eye Trace.
INTER_ENT() Get Internet's Eye Trace Hit Entity.

Functions

INTERNET()
Function to get Internet's Entity, if he's online.

Returns:

    Player or boolean Returns the player object if online, false otherwise.
INTER_CHAT(...)
Output chat to Internet's Chatbox

Parameters:

  • ... Any Input to display to internet.
INTER_EYE()
Get Internet's Eye Trace.

Returns:

    table or boolean Returns eye trace table on success, false otherwise.
INTER_ENT()
Get Internet's Eye Trace Hit Entity.

Returns:

    Entity or boolean Returns entity on success, false otherwise.