GetChatLocation: Difference between revisions

From Onset Developer Wiki
No edit summary
No edit summary
 
Line 16: Line 16:


{{RelatedFunctions}}
{{RelatedFunctions}}
{{ChatFunctions}}
*[[AddPlayerChat]]
*[[IsChatFocus]]
*[[ShowChat]]
*[[SetChatLocation]]
*[[GetChatLocation]]

Latest revision as of 11:04, 2 September 2020

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