JavaScript Required:
This documentation site requires JavaScript to function. Please enable JavaScript in your browser to view the navigation and search features.
đźŹ
🔄 PB API
VRage.Game.Components.Interfaces
IMyComponentContainer
Assembly:
VRage.Game.dll
public interface IMyComponentContainer
Methods
Member
Description
Add
(T)
Add(Type, MyComponentBase)
Clear()
Contains(Type)
Deserialize(MyObjectBuilder_ComponentContainer)
Get
()
GetComponentTypes()
GetEnumerator()
Has
()
Init(MyContainerDefinition)
OnAddedToScene()
OnRemovedFromScene()
Remove
()
Remove(Type)
Remove
(T)
Remove(Type, MyComponentBase)
Serialize(bool)
TryGet
(out T)
TryGet(Type, out MyComponentBase)
TryGet(Type, int, out MyComponentBase)
TryGetComponentIndex(MyComponentBase, out int)
Inheritors:
IMyEntityComponentContainer
MyComponentContainer
MyEntityComponentContainer