UxrShotCycle Enumeration
Enumerates the supported firearm shot cycles.
Namespace: UltimateXR.Mechanics.Weapons
Assembly: UltimateXR (in UltimateXR.dll) Version: 0.0.0.0
Syntax
C#
public enum UxrShotCycle
Members
Member name | Value | Description | |
---|---|---|---|
ManualReload | 0 | Weapon requires a manual reload to fire the next round. | |
SemiAutomatic | 1 | Weapon fires a single round each time the trigger is pressed. The next round requires to release the trigger and press it again. | |
FullyAutomatic | 2 | Weapon keeps firing one round after another while the trigger is being pressed. |