Entity.SetRenderAngles
From GMod Wiki
| Function | |
| Syntax | Entity:SetRenderAngles( Angle angle ) |
| Description: | |
| Rotates the player model for non-standard (?) models | |
| Returns: | nil |
| In Object: | Entity |
| Realm: |
|
| BBCode Link: | [b][url=http://wiki.garrysmod.com/?title=Entity.SetRenderAngles]Entity.SetRenderAngles [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b] |
Examples
| Description | Flips the player |
|---|---|
| Used on | |
| Code | LocalPlayer():SetRenderAngles( Angle( 180, 0, 0 ) ); |
| Output | N/A |