Add new method - Converts a bit string to a string of flag characters#377
Add new method - Converts a bit string to a string of flag characters#377peace-maker merged 10 commits intoalliedmodders:masterfrom
Conversation
|
I added new syntax, can someone look for that? |
peace-maker
left a comment
There was a problem hiding this comment.
Wow this is old. Sorry for the really long wait. The interchangeable bits vs AdminFlag vs character representation of admin permissions is ridiculous, but what we have I guess. Since we have natives for lots of the other conversions already this seems like a reasonable addition.
The function name could be a bit more descriptive. I'd suggest FlagBitsToString?
Yeah I add this very long time ago, but it's ok 😅 |
peace-maker
left a comment
There was a problem hiding this comment.
Thank you, this looks good now except for the usage of tabs for indentation in the doc comment, but this has waited for too long already. Sorry for taking this long and thank you for your patience!
I wrote this method a long time ago, maybe this will be helpful.