NetworkManager..::..InitializeSpawnedObjects Method
Initializes spawned objects for the client, excluding a specific network element if provided.
Namespace:
com.onlineobject.objectnetAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public void InitializeSpawnedObjects( IClient client, INetworkElement ignoreElement )
Parameters
- client
- Type: com.onlineobject.objectnet..::..IClient
The client to initialize spawned objects for.
- ignoreElement
- Type: com.onlineobject.objectnet..::..INetworkElement
The network element to ignore during initialization.