Assembly: VRage.Game.dll

public interface IMyEntityComponentBase: IMyComponentBase

Events

Member Description
BeforeRemovedFromContainer

Properties

Member Description
ComponentTypeDebugString
Container
Entity
ContainerBase Inherited from IMyComponentBase
RemoveExistingComponentOnNewInsert Inherited from IMyComponentBase

Methods

Member Description
Deserialize(MyObjectBuilder_ComponentBase) Inherited from IMyComponentBase
GetAs() Inherited from IMyComponentBase
Init(MyComponentDefinitionBase) Inherited from IMyComponentBase
IsSerialized() Inherited from IMyComponentBase
OnAddedToContainer() Inherited from IMyComponentBase
OnAddedToScene() Inherited from IMyComponentBase
OnBeforeRemovedFromContainer() Inherited from IMyComponentBase
OnRemovedFromScene() Inherited from IMyComponentBase
Serialize(bool) Inherited from IMyComponentBase
SetContainer(IMyComponentContainer) Inherited from IMyComponentBase

Implements:

Inheritors: