GetChatLocation

From Onset Developer Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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