Method IsNetworkVisibleTo
IsNetworkVisibleTo(ulong)
Whether or not this object is visible to a specific client
Declaration
public bool IsNetworkVisibleTo(ulong clientId)
Parameters
Type | Name | Description |
---|---|---|
ulong | clientId | The clientId of the client |
Returns
Type | Description |
---|---|
bool | True if the client knows about the object |