Click or drag to resize
IMyMultiplayerSendEntitiesCreated Method

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

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

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

Parameters

objectBuilders
Type: System.Collections.GenericListMyObjectBuilder_EntityBase

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

See Also