Skip to content

Commit a07483a

Browse files
committed
Add cloak system to player variables
1 parent 63fdf65 commit a07483a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

  • docs/platforms/garrysmod/database/variables

docs/platforms/garrysmod/database/variables/players.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Admin checks + naming:
5757
- `#!ts player:Name(...): string`
5858
- `#!ts player:RealName(...): string`
5959

60+
Cloak system:
61+
- `#!ts player:IsCloak(): boolean`
62+
- `#!ts player:IsCloakTowards(entity: Entity): boolean`
63+
6064
## Global Player Filters
6165
- `#!ts player.GetByPermission(...)`
6266
- `#!ts player.GetByAnyPermission(...)`

0 commit comments

Comments
 (0)