Skip to content

Commit

Permalink
DOCS-15: update for 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 authored and gitbook-bot committed Jun 5, 2024
1 parent 5228a2b commit c775cd9
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/api-reference/noir/classes/playerclass.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# PlayerClass



```lua
Noir.Classes.PlayerClass:Init(name, ID, steam, admin, auth)
```
Expand Down Expand Up @@ -191,3 +193,17 @@ Returns whether or not this player is downed.
#### Returns

* `boolean`

***

```lua
Noir.Classes.PlayerClass:GetLook()
```

Returns this player's look direction.

#### Returns

* `number`: LookX
* `number`: LookY
* `number`: LookZ

0 comments on commit c775cd9

Please sign in to comment.