Show / Hide Table of Contents

Class MyShootActionEnum

The type of fire action for a gun.

Inheritance
System.Object
MyShootActionEnum
Namespace: VRage.Game.ModAPI
Assembly: VRage.Game.dll
Syntax
public sealed class MyShootActionEnum : Enum

Fields

PrimaryAction

Primary fire action (eg. left mouse button)

Declaration
public const MyShootActionEnum PrimaryAction
Field Value
Type Description
MyShootActionEnum

SecondaryAction

Secondary fire action (eg. right mouse button)

Declaration
public const MyShootActionEnum SecondaryAction
Field Value
Type Description
MyShootActionEnum

TertiaryAction

Tertiary fire action

Declaration
public const MyShootActionEnum TertiaryAction
Field Value
Type Description
MyShootActionEnum

value__

Declaration
public byte value__
Field Value
Type Description
System.Byte
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾