Garry's Mod Wiki

Entity:SetDTAngle

  Entity:SetDTAngle( number key, Angle ang )

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 angle on the entity's datatable.

Arguments

1 number key
Goes from 0 to 31.
2 Angle ang
The angle to write on the entity's datatable.