top of page
Общая информация
Description
VR Ammo Clip is a class which stores the ammo and is fundumetal for every ammo class.
Settings
Ammo - This is an integer variable which represents the amount of ammo inside the mag.
Caliber - This is an integer variable which is a caliber index.
Справочник API Blueprint
Public Member Functions
Get Ammo
Returns ammo amount
Output
uint8
Get Caliber
Returns the current caliber
Output
uint8
Get Is Apllyed
Returns true if ammo is in the weapon
Output
bool
Protected Attributes
Caliber
uint8 PrevAmmo
bool bIsApllyed
bottom of page