We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63fdf65 commit a07483aCopy full SHA for a07483a
1 file changed
docs/platforms/garrysmod/database/variables/players.md
@@ -57,6 +57,10 @@ Admin checks + naming:
57
- `#!ts player:Name(...): string`
58
- `#!ts player:RealName(...): string`
59
60
+Cloak system:
61
+- `#!ts player:IsCloak(): boolean`
62
+- `#!ts player:IsCloakTowards(entity: Entity): boolean`
63
+
64
## Global Player Filters
65
- `#!ts player.GetByPermission(...)`
66
- `#!ts player.GetByAnyPermission(...)`
0 commit comments