Blizzard / Blizzard/s2client-proto
Add explanation to "cloak" field
Open
- Dominant language
- Python
- Stars
- 4k
- Forks
- 440
- PR merge metrics
- No merged PRs in 30d
Description
What is the exact difference between these? Does `CloakedDetected` mean seeing the slight tremor when an invisible unit moves?
```protobuf
enum CloakState {
Cloaked = 1;
CloakedDetected = 2;
NotCloaked = 3;
}
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the protobuf definition containing the CloakState enum shown in the issue and read nearby protocol documentation or usage. Determine how Cloaked differs from CloakedDetected, then document that distinction beside the enum; done means the meaning of all three states is clear without relying on guesswork.
Written by the indexing model from the issue text.
Assessment
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100