Thread: CharToLower()
View Single Post
ddhoward
Veteran Member
Join Date: May 2012
Location: California
Old 03-19-2019 , 19:46   Re: CharToLower()
Reply With Quote #8

Quote:
Originally Posted by CliptonHeist View Post
[ img ]
It's supposed to also show up in the actual prototype.

What we see:

PHP Code:
bool StrEqual(const char[] str1, const char[] str2bool caseSensitive
What we should see:
PHP Code:
stock bool StrEqual(const char[] str1, const char[] str2bool caseSensitive=true
__________________
ddhoward is offline