Space Engineers
List of all members
Sandbox.ModAPI.MyEntitiesHelper_ModAPI Class Reference
Inheritance diagram for Sandbox.ModAPI.MyEntitiesHelper_ModAPI:
VRage.ModAPI.IMyEntities

Additional Inherited Members

- Public Member Functions inherited from VRage.ModAPI.IMyEntities
bool IsSpherePenetrating (ref BoundingSphereD bs)
 
Vector3D FindFreePlace (Vector3D basePos, float radius, int maxTestCount=20, int testsPerDistance=5, float stepSize=1)
 
void GetInflatedPlayerBoundingBox (ref BoundingBox playerBox, float inflation)
 
bool IsInsideVoxel (Vector3 pos, Vector3 hintPosition, out Vector3 lastOutsidePos)
 
bool IsInsideWorld (Vector3D pos)
 
bool IsRaycastBlocked (Vector3D pos, Vector3D target)
 
IMyEntity GetIntersectionWithSphere (ref BoundingSphereD sphere)
 
IMyEntity GetIntersectionWithSphere (ref BoundingSphereD sphere, IMyEntity ignoreEntity0, IMyEntity ignoreEntity1)
 
IMyEntity GetIntersectionWithSphere (ref BoundingSphereD sphere, IMyEntity ignoreEntity0, IMyEntity ignoreEntity1, bool ignoreVoxelMaps, bool volumetricTest, bool excludeEntitiesWithDisabledPhysics=false, bool ignoreFloatingObjects=true, bool ignoreHandWeapons=true)
 
void EnableEntityBoundingBoxDraw (IMyEntity entity, bool enable, Vector4?color=null, float lineWidth=0.01f, Vector3?inflateAmount=null)
 
List< IMyEntityGetIntersectionWithSphere (ref BoundingSphereD sphere, IMyEntity ignoreEntity0, IMyEntity ignoreEntity1, bool ignoreVoxelMaps, bool volumetricTest)
 
List< IMyEntityGetEntitiesInAABB (ref BoundingBoxD boundingBox)
 
List< IMyEntityGetEntitiesInSphere (ref BoundingSphereD boundingSphere)
 
List< IMyEntityGetElementsInBox (ref BoundingBoxD boundingBox)
 
List< IMyEntityGetTopMostEntitiesInSphere (ref BoundingSphereD boundingSphere)
 
List< IMyEntityGetTopMostEntitiesInBox (ref BoundingBoxD boundingBox)
 
- Events inherited from VRage.ModAPI.IMyEntities
Action< IMyEntityOnEntityRemove
 
Action< IMyEntityOnEntityAdd
 
Action OnCloseAll
 
Action< IMyEntity, string, string > OnEntityNameSet
 

Detailed Description

Definition at line 12 of file MyEntitiesHelper_ModAPI.cs.


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