Class MyEntityContainerEventExtensions.ControlAcquiredParams
Params to be passed with ControlAcquiredEvent..
Inheritance
System.Object
    
    MyEntityContainerEventExtensions.ControlAcquiredParams
  Namespace: VRage.Game.Components
Assembly: Sandbox.Game.dll
Syntax
public class ControlAcquiredParams : MyEntityContainerEventExtensions.EntityEventParamsConstructors
ControlAcquiredParams(MyEntity)
Declaration
public ControlAcquiredParams(MyEntity owner)Parameters
| Type | Name | Description | 
|---|---|---|
| MyEntity | owner | 
Fields
Owner
Declaration
public MyEntity OwnerField Value
| Type | Description | 
|---|---|
| MyEntity |