GetChatLocation: Difference between revisions
From Onset Developer Wiki
No edit summary |
No edit summary |
||
Line 16: | Line 16: | ||
{{RelatedFunctions}} | {{RelatedFunctions}} | ||
*[[AddPlayerChat]] | |||
*[[IsChatFocus]] | |||
*[[ShowChat]] | |||
*[[SetChatLocation]] | |||
*[[GetChatLocation]] |
Latest revision as of 11:04, 2 September 2020
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()