Garry's Mod Wiki

Entity:GetNW2Entity

  any Entity:GetNW2Entity( string key, any fallback = NULL )

Description

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

Arguments

1 string key
The key that is associated with the value
2 any fallback = NULL
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