Space Engineers
Public Member Functions | List of all members
VRage.Game.ModAPI.IMyPrefabManager Interface Reference
Inheritance diagram for VRage.Game.ModAPI.IMyPrefabManager:
Sandbox.Game.World.MyPrefabManager

Public Member Functions

void SpawnPrefab (List< IMyCubeGrid > resultList, String prefabName, Vector3D position, Vector3 forward, Vector3 up, Vector3 initialLinearVelocity=default(Vector3), Vector3 initialAngularVelocity=default(Vector3), String beaconName=null, SpawningOptions spawningOptions=SpawningOptions.None, bool updateSync=false)
 
void SpawnPrefab (List< IMyCubeGrid > resultList, String prefabName, Vector3D position, Vector3 forward, Vector3 up, Vector3 initialLinearVelocity=default(Vector3), Vector3 initialAngularVelocity=default(Vector3), String beaconName=null, SpawningOptions spawningOptions=SpawningOptions.None, long ownerId=0, bool updateSync=false)
 
bool IsPathClear (Vector3D from, Vector3D to)
 
bool IsPathClear (Vector3D from, Vector3D to, double halfSize)
 

Detailed Description

Definition at line 23 of file IMyPrefabManager.cs.

Member Function Documentation

bool VRage.Game.ModAPI.IMyPrefabManager.IsPathClear ( Vector3D  from,
Vector3D  to 
)
bool VRage.Game.ModAPI.IMyPrefabManager.IsPathClear ( Vector3D  from,
Vector3D  to,
double  halfSize 
)
void VRage.Game.ModAPI.IMyPrefabManager.SpawnPrefab ( List< IMyCubeGrid resultList,
String  prefabName,
Vector3D  position,
Vector3  forward,
Vector3  up,
Vector3  initialLinearVelocity = default(Vector3),
Vector3  initialAngularVelocity = default(Vector3),
String  beaconName = null,
SpawningOptions  spawningOptions = SpawningOptions.None,
bool  updateSync = false 
)
void VRage.Game.ModAPI.IMyPrefabManager.SpawnPrefab ( List< IMyCubeGrid resultList,
String  prefabName,
Vector3D  position,
Vector3  forward,
Vector3  up,
Vector3  initialLinearVelocity = default(Vector3),
Vector3  initialAngularVelocity = default(Vector3),
String  beaconName = null,
SpawningOptions  spawningOptions = SpawningOptions.None,
long  ownerId = 0,
bool  updateSync = false 
)

The documentation for this interface was generated from the following file: