Class MyPrefabThrowerDefinition
Inheritance
System.Object
MyPrefabThrowerDefinition
Assembly: Sandbox.Game.dll
Syntax
[MyDefinitionType]
public class MyPrefabThrowerDefinition : MyDefinitionBase
Constructors
MyPrefabThrowerDefinition()
Declaration
public MyPrefabThrowerDefinition()
Fields
Mass
Declaration
public Nullable<float> Mass
Field Value
Type |
Description |
System.Nullable<System.Single> |
|
MaxSpeed
Declaration
Field Value
Type |
Description |
System.Single |
|
MinSpeed
Declaration
Field Value
Type |
Description |
System.Single |
|
PrefabToThrow
Declaration
public string PrefabToThrow
Field Value
Type |
Description |
System.String |
|
PushTime
Declaration
Field Value
Type |
Description |
System.Single |
|
ThrowSound
Declaration
public MyCueId ThrowSound
Field Value
Type |
Description |
VRage.Audio.MyCueId |
|
Methods
Init(MyObjectBuilder_DefinitionBase)
Declaration
protected override void Init(MyObjectBuilder_DefinitionBase builder)
Parameters
Overrides