Garry's Mod Wiki

Entity:GetNetworkedAngle

  Angle Entity:GetNetworkedAngle( string key, Angle fallback = Angle( 0, 0, 0 ) )

Description

We advise against using this. It may be changed or removed in a future update. You should use Entity:GetNWAngle instead.

Retrieves a networked angle value at specified index on the entity that is set by Entity:SetNetworkedAngle.

Arguments

1 string key
The key that is associated with the value
2 Angle fallback = Angle( 0, 0, 0 )
The value to return if we failed to retrieve the value. ( If it isn't set )

Returns

1 Angle
The retrieved value