2007-02-04 01:16:06 +00:00
|
|
|
ENT.Type = "anim"
|
|
|
|
ENT.Base = "base_wire_entity"
|
|
|
|
|
|
|
|
ENT.PrintName = "Speedometer (Wire)"
|
|
|
|
ENT.Author = "Erkle"
|
|
|
|
ENT.Contact = "ErkleMad@hotmail.com"
|
|
|
|
|
2007-05-05 01:54:41 +00:00
|
|
|
|
|
|
|
function ENT:GetOut180()
|
|
|
|
return self.Entity:GetNetworkedBool( 0 )
|
|
|
|
end
|
|
|
|
|
|
|
|
function ENT:SetOut180( Out180 )
|
|
|
|
return self.Entity:SetNetworkedBool( 0, Out180 )
|
|
|
|
end
|