EntList Property
- Last UpdatedNov 06, 2025
- 1 minute read
The EntList property is a read-only property that specifies the list of all entities logged on to by the user.
'Declaration
Public ReadOnly Property EntList As Dictionary(Of Integer,Ent)
public Dictionary<int,Ent> EntList {get;}