Added documentation for Shavit_HasStyleAccess.

This commit is contained in:
shavit 2018-04-26 18:59:30 +03:00
parent fabc24ca6f
commit f63a05f2a9

View File

@ -1101,6 +1101,8 @@ native StringMap Shavit_GetMapTiers();
/** /**
* Retrieves style access for a player. * Retrieves style access for a player.
* *
* @param client Client index.
* @param style Style.
* @return Boolean value. * @return Boolean value.
*/ */
native bool Shavit_HasStyleAccess(int client, int style); native bool Shavit_HasStyleAccess(int client, int style);