Bug #1495
.IsReloadingAmmo Broken - Always returns FALSE
Status:
Resolved
Priority:
High
Assignee:
-
Category:
-
vbulletin_issue_id:
Description
${MyShip.Module[1018400767023].IsReloadingAmmo} is always returning FALSE even when I manually reload and test it.
Updated by bjcasey about 9 years ago
CyberTech explained why this might not be possible due to a CCP bug. As an alternative, could we build an event to watch for the reloading message? I know it isn't tied to a specific module, but it might be a start.
Updated by Amadeus over 6 years ago
- Status changed from New to Resolved
May 5, 2018
[20180502.0003]
* Renamed the 'module' MEMBER "IsReloadingAmmo" to "IsReloading" to be more accurate
(and to use more reliable methodology.) "IsReloadingAmmo" is still a valid
MEMBER name to use, for now (to avoid breaking scripts); however, it returns
the exact same value as "IsReloading".