Class MyIngameScript
Inheritance
System.Object
MyIngameScript
Namespace: VRage.Game.Components
Assembly: VRage.Game.dll
Syntax
public abstract class MyIngameScript : Object
Constructors
MyIngameScript()
Declaration
protected MyIngameScript()
Methods
Init(IMyCubeBlock)
Declaration
public abstract void Init(IMyCubeBlock block)
Parameters
Type | Name | Description |
---|---|---|
IMyCubeBlock | block |