Sandbox.Game.Entities.Character.Components
MyCharacterComponent
Assembly: Sandbox.Game.dll
public abstract class MyCharacterComponent: MyEntityComponentBase, IMyComponentBase, IMyEntityComponentBase, IMyCharacterComponent
Events
| Member | Description |
|---|---|
| static OnAfterAddedToContainer | Inherited from MyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from IMyEntityComponentBase |
| BeforeRemovedFromContainer | Inherited from MyEntityComponentBase |
Properties
| Member | Description |
|---|---|
| Character | |
| ComponentTypeDebugString | |
| NeedsUpdateAfterSimulation | This set's flag for update. Set it after add to container! |
| NeedsUpdateAfterSimulation10 | This set's flag for update. Set it after add to container! |
| NeedsUpdateAfterSimulationParallel | This set's flag for update. Set it after add to container! |
| NeedsUpdateBeforeSimulation | This set's flag for update. Set it after add to container! |
| NeedsUpdateBeforeSimulation100 | This set's flag for update. Set it after add to container! |
| NeedsUpdateBeforeSimulationParallel | This set's flag for update. Set it after add to container! |
| NeedsUpdateSimulation | This set's flag for update. Set it after add to container! |
| AttachSyncToEntity | Inherited from MyEntityComponentBase |
| Character | Inherited from IMyCharacterComponent |
| ComponentTypeDebugString | Inherited from IMyEntityComponentBase |
| ComponentTypeDebugString | Name of the base component type for debug purposes (e.g.: "Position") Inherited from MyEntityComponentBase |
| Container | Inherited from IMyEntityComponentBase |
| Container | Inherited from MyEntityComponentBase |
| ContainerBase | Inherited from IMyComponentBase |
| ContainerBase | This cannot be named Container to not conflict with the definition of Container in MyEntityComponentBase. Inherited from MyComponentBase |
| Entity | Inherited from IMyEntityComponentBase |
| Entity | Inherited from MyEntityComponentBase |
| FailedOnSceneAdd | Inherited from MyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from IMyComponentBase |
| RemoveExistingComponentOnNewInsert | Inherited from MyComponentBase |
Methods
Inheritance: MyComponentBase ˃ MyEntityComponentBase
Implements: