Entity.SetDTVector

From GMod Wiki

Jump to: navigation, search
Function
Syntax Entity:SetDTVector( Var Key, Vector Value )
Description:
Sets a DTVector.
Returns: nil
In Object: Entity
Realm: NewerShared.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Entity.SetDTVector]Entity.SetDTVector [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionSets the first DTVector to Vector(1,2,3)
Used onNewerShared.png
Code
ent:SetDTVector(0,Vector(1,2,3))
OutputN/A


Additional Notes

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox