Garry's Mod Wiki

Entity:GetNetworked2Bool

  any Entity:GetNetworked2Bool( string key, any fallback = false )

Description

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

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

Arguments

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

Returns

1 any
The value associated with the key