Entity.GetNetworkedVector
From GMod Wiki
(Redirected from Entity.GetNWVector)
Function | |
Syntax | Entity:GetNetworkedVector( Var index [, Vector default] ) |
Description: | |
Returns a networked Vector in this entity set with Entity:SetNetworkedVector with the given index. | |
Returns: | Vector |
In Object: | Entity |
Realm: | |
BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.GetNetworkedVector]Entity.GetNetworkedVector [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
Additional Notes
- Can be written GetNWVector().
- Networked data is only synchronized when it is set!
- Index can be a String or Integer .