Garry's Mod Wiki

Entity:SetDTVector

  Entity:SetDTVector( number key, Vector vec )

Description

This is used internally - although you're able to use it you probably shouldn't.

This is called internally by the Entity:NetworkVar system, you can use this in cases where using NetworkVar is not possible.

Sets the specified vector on the entity's datatable.

Arguments

1 number key
Goes from 0 to 31.
2 Vector vec
The vector to write on the entity's datatable.