G.GetGlobalVector
From GMod Wiki
| Function | |
| Syntax | GetGlobalVector( Var  index [, Vector  default] ) Where is this used? | 
| Description: | |
| Gets a global vector, set it with SetGlobalVector. | |
| Returns: | Vector | 
| Part of Library: | Global Functions | 
| Realm: |  | 
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=G.GetGlobalVector]G.GetGlobalVector [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] | 
	
Example
| Description | Reads bleep and prints it | 
|---|---|
| Used on | |
| Code | print(GetGlobalVector( "bleep" )) | 
| Output | N/A | 
