chat.GetChatBoxPos
From GMod Wiki
Function | |
Syntax |
chat.GetChatBoxPos( ) Where is this used? |
Description: | |
Returns the chatbox's position. | |
Returns: | Number x, Number y |
Part of Library: | chat |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Chat.GetChatBoxPos]Chat.GetChatBoxPos [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Returns the position of the chat pos. |
---|---|
Used on | |
Code | local intChatBoxX, intChatBoxY = chat.GetChatBoxPos() print("The chatbox's position is ".. intChatBoxX .. intChatBoxY) |
Output | N/A |