Entity:GetNWVarTable
Description
Returns all the networked variables in an entity.
Returns
Example
Prints all NWVars that exist for Player 1.
PrintTable( Entity(1):GetNWVarTable() )
Output:
UserGroup = owner
Returns all the networked variables in an entity.
Prints all NWVars that exist for Player 1.