beyond-all-reason / beyond-all-reason/RecoilEngine
`Spring.GetUnitShieldState` returns bool as number
Open
area: Lua API
- Dominant language
- C++
- Stars
- 679
- Forks
- 290
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 40
Description
```
Spring.GetUnitShieldState(unitID, weaponNum?) -> number isEnabled, number shieldHealth
^^^^^^
should be bool instead of 0/1
```
The caveat is backward compatibility.
Contributor guide
Research direction
Start by locating the implementation and API declaration for Spring.GetUnitShieldState, then inspect how its return values are exposed to callers. Determine how the requested bool return can be handled with the stated backward-compatibility caveat; done means the behavior and compatibility impact are clearly resolved.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100