Weapon Receiver
Output of information about weapons in the hands
Last updated
Output of information about weapons in the hands
Last updated
This type of component is hung on the UI element and transmits information from a specific component to this UI element.
Each weapon has a HUD where the sight is located and information about the weapon, that's what we'll talk about now.
On Canvas, it looks like this :
Several text fields that will be filled with information about the weapon.
The position of the text fields can be any, adjust them as you want.
Now let's look at the components that will help display information about the weapon and its condition.
Component Name
Description
Weapon Name Receiver
Weapon Type Receiver
Bullet Count Receiver
Clip Count Receiver
Fire Mode Receiver
Translates information about the name of the weapon from the to the UI element on which it is located in the Text component.
Translates information about the type of weapon from the to the UI element on which it is located in the Text component.
Transmits information about the number of bullets in the magazine from the to the UI element on which the Text component is located.
Transmits information about the number of bullets in stock from the to the UI element on which the Text component is located.
Translates information about the type of shooting from the to the UI element on which it is located in the Text component.