Garry's Mod Wiki

Entity:SetNetworkedBool

  Entity:SetNetworkedBool( string key, boolean value = false )

Description

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

Sets a networked boolean value at specified index on the entity.

The value then can be accessed with Entity:GetNetworkedBool both from client and server.

Running this function clientside will only set it clientside for the client it is called on.

Arguments

1 string key
The key to associate the value with
2 boolean value = false
The value to set