INetworkVisibleclass

A `Sandbox.Component` with this interface can determine whether a networked object should be visible for a specific `Sandbox.Connection`.

objectINetworkVisible
Namespace
global
Assembly
Sandbox.Engine
Declaration
public abstract interface Sandbox.Component.INetworkVisible

Methods1

Showing 1 methods

public virtual bool IsVisibleToConnection(Sandbox.Connection connection, BBox& modreq(System.Runtime.InteropServices.InAttribute) worldBounds)PUBLICVIRTUAL

ParameterTypeDescription
connectionConnection
worldBoundsBBox& modreq(InAttribute)
Returns:bool

On this page