Entity.GetDTVector
From GMod Wiki
Function | |
Syntax | Entity:GetDTVector( Var Key ) |
Description: | |
Gets a DTVector. | |
Returns: | Vector |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetDTVector]Entity.GetDTVector [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Description | Gets the first DTVector |
---|---|
Used on | |
Code | print(ent:GetDTVector(0)) |
Output | Unless you've set it to something else, Vector(0,0,0). |
Additional Notes
- Key can be a string that corresponds to the name of the DTVar given at creation, or an integer indicating the ID of the DTVar, according to the order the vars were created in.