Garry's Mod Wiki

Entity:SetNetworkedVarProxy

  Entity:SetNetworkedVarProxy( string name, function callback )

Description

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

Sets callback function to be called when given NWVar changes.

Arguments

1 string name
The name of the NWVar to add callback for.
2 function callback
The function to be called when the NWVar changes.