Vince0789

Results 6 issues of Vince0789

The documentation comments for the above functions says that the return value will be `-1` when the iterator is full (no free slot) but what is actually returned is `INVALID_ITERATOR_SLOT`/`ITER_NONE`...

For the simple reason that it's not immediately obvious if a radius or a diameter should be given.

Would it be possible to add automatic docblock expansion when you type `/**` above a function declaration? Ideally it'd create the tags too. ![afbeelding](https://user-images.githubusercontent.com/10358270/41125439-c31e765e-6aa4-11e8-9cb5-c5b59ff03fe9.png)

### Issue description: This sounds stupid, because why would anyone create an array size 1? But do consider the example below that keeps things open for extension without requiring significant...

**Describe the bug** The player's state remains as `PLAYER_STATE_NONE` (0) when they enter class selection for the first time. When using `TogglePlayerSpectating` `true` inside `OnPlayerRequestClass` the state also incorrectly updates...

bug
nightly

**Is your feature request related to a problem? Please describe.** N/A **Describe the solution you'd like** Allow to pause and resume timers at any point. E.g. you set a timer...

enhancement