Interface IMyComponentOwner<T>
Always implement explicitly, because of Obfuscation
Namespace: VRage.Game.Components
Assembly: VRage.Game.dll
Syntax
public interface IMyComponentOwner<T>Type Parameters
| Name | Description | 
|---|---|
| T | 
Methods
GetComponent(out T)
Always implement explicitly, because of Obfuscation
Declaration
bool GetComponent(out T component)Parameters
| Type | Name | Description | 
|---|---|---|
| T | component | 
Returns
| Type | Description | 
|---|---|
| System.Boolean |