GetChatLocation

From Onset Developer Wiki
Revision as of 19:40, 31 December 2019 by 28days (talk | contribs)
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

Template:ChatFunctions