chat.GetChatBoxPos

From GMod Wiki

Jump to: navigation, search
Function
Syntax chat.GetChatBoxPos( )
Where is this used?
Description:
Returns the chatbox's position.
Returns: Number x, Number y
Part of Library: chat
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Chat.GetChatBoxPos]Chat.GetChatBoxPos [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionReturns the position of the chat pos.
Used onNewerClient.png
Code
 
local intChatBoxX, intChatBoxY = chat.GetChatBoxPos()
print("The chatbox's position is ".. intChatBoxX .. intChatBoxY)
 
OutputN/A


See Also

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox