Garry's Mod Wiki

Entity:GetNetworkedString

  string Entity:GetNetworkedString( string key, string fallback = "" )

Description

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

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

Arguments

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

Returns

1 string
The retrieved value