Click or drag to resize
MyModAPIHelperMyMultiplayerSendEntitiesCreated Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendEntitiesCreated(System.Collections.Generic.List{VRage.ObjectBuilders.MyObjectBuilder_EntityBase})"]

Namespace: Sandbox.ModAPI
Assembly: Sandbox.Game (in Sandbox.Game.dll) Version: 0.1.5991.32293
Syntax
C#
public void SendEntitiesCreated(
	List<MyObjectBuilder_EntityBase> objectBuilders
)

Parameters

objectBuilders
Type: System.Collections.GenericListMyObjectBuilder_EntityBase

[Missing <param name="objectBuilders"/> documentation for "M:Sandbox.ModAPI.MyModAPIHelper.MyMultiplayer.SendEntitiesCreated(System.Collections.Generic.List{VRage.ObjectBuilders.MyObjectBuilder_EntityBase})"]

Implements

IMyMultiplayerSendEntitiesCreated(ListMyObjectBuilder_EntityBase)
See Also