You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following functions would be great to have in BO1:
GetMoveSpeedScale()
WeaponReloadEndTime() (WeaponReloadTime() gets the weapon reload add time, the time when the ammo gets added to the clip)
IsReloading()
ActionSlotOneButtonPressed()
ActionSlotTwoButtonPressed() (fix)
ActionSlotThreeButtonPressed()
ActionSlotFourButtonPressed()
WeaponSwitchButtonPressed()
EDIT: Removed functions which are actually in the game already
The text was updated successfully, but these errors were encountered:
Except ActionSlotTwoButtonPressed() is a bit buggy, it doesn't get notifies every time and it only gets notified the first time you press it. All the other ones will be true if you hold the button but not this one.
The following functions would be great to have in BO1:
GetMoveSpeedScale()
WeaponReloadEndTime() (WeaponReloadTime() gets the weapon reload add time, the time when the ammo gets added to the clip)
IsReloading()
ActionSlotOneButtonPressed()
ActionSlotTwoButtonPressed() (fix)
ActionSlotThreeButtonPressed()
ActionSlotFourButtonPressed()
WeaponSwitchButtonPressed()
EDIT: Removed functions which are actually in the game already
The text was updated successfully, but these errors were encountered: