GetChatLocation

From Onset Developer Wiki
Revision as of 11:04, 2 September 2020 by BlueMountains (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
GetChatLocation

Type: Function
Context: Client
Introduced: v1.0

Description

Get the player's chat screen location.

Syntax

GetChatLocation()

Parameters

  • This function has no parameters.

Return Value

  • This function returns the X and Y axis vectors.

Example

local x, y = GetChatLocation()

See also