Click or drag to resize
IMyEntities Interface

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

[Missing <summary> documentation for "T:VRage.ModAPI.IMyEntities"]

Namespace: VRage.ModAPI
Assembly: VRage.Game (in VRage.Game.dll) Version: 1.0.0.0
Syntax
C#
public interface IMyEntities

The IMyEntities type exposes the following members.

Methods
  NameDescription
Public methodAddEntity
Public methodCreateFromObjectBuilder
Public methodCreateFromObjectBuilderAndAdd
Public methodCreateFromObjectBuilderNoinit
Public methodEnableEntityBoundingBoxDraw
Public methodEntityExists(Int64)
Public methodEntityExists(NullableInt64)
Public methodEntityExists(String)
Public methodExist
Public methodFindFreePlace
Public methodGetElementsInBox
Public methodGetEntities
Public methodGetEntitiesInAABB
Public methodGetEntitiesInSphere
Public methodGetEntity
Public methodGetEntityById(Int64)
Public methodGetEntityById(NullableInt64)
Public methodGetEntityByName
Public methodGetInflatedPlayerBoundingBox
Public methodGetIntersectionWithSphere(BoundingSphereD)
Public methodGetIntersectionWithSphere(BoundingSphereD, IMyEntity, IMyEntity)
Public methodGetIntersectionWithSphere(BoundingSphereD, IMyEntity, IMyEntity, Boolean, Boolean)
Public methodGetIntersectionWithSphere(BoundingSphereD, IMyEntity, IMyEntity, Boolean, Boolean, Boolean, Boolean, Boolean)
Public methodIsInsideVoxel
Public methodIsInsideWorld
Public methodIsNameExists
Public methodIsRaycastBlocked
Public methodIsSpherePenetrating
Public methodIsTypeHidden
Public methodIsVisible
Public methodIsWorldLimited
Public methodMarkForClose
Public methodRegisterForDraw
Public methodRegisterForUpdate
Public methodRemapObjectBuilder
Public methodRemapObjectBuilderCollection
Public methodRemoveEntity
Public methodRemoveFromClosedEntities
Public methodRemoveName
Public methodSetEntityName
Public methodSetTypeHidden
Public methodTryGetEntityById(Int64, IMyEntity)
Public methodTryGetEntityById(NullableInt64, IMyEntity)
Public methodTryGetEntityByName
Public methodUnhideAllTypes
Public methodUnregisterForDraw
Public methodUnregisterForUpdate
Public methodWorldHalfExtent
Public methodWorldSafeHalfExtent
Top
Events
See Also