This wiki was in read-only mode for many years, but can now be edited again. A lot of information will need to be updated.

Bz grantPerm: Difference between revisions

From BZFlagWiki
Jump to navigation Jump to search
New page: {{apicall | name = bz_grantPerm | description = Grants the specified player the specified permission. After this method has been called, calls to bz_hasPerm, passing in this...
 
Zehra (talk | contribs)
redirect, since functions are in official docs
Tag: New redirect
 
Line 1: Line 1:
{{apicall
#REDIRECT [[Category:BZFS API Docs]]
| name          = bz_grantPerm
| description  = Grants the specified player the specified permission. After this method has been called, calls to [[bz_hasPerm]], passing in this player's id and the permission specified, will return true.
| param1        = playerID
| param1type    = int
| param1desc    = The id of the player to grant the permission to
| param2        = perm
| param2type    = const char*
| param2desc    = The name of the permission to grant
}}

Latest revision as of 01:25, 26 November 2025