Entity.SetRenderAngles

From GMod Wiki

Jump to: navigation, search
Function
Syntax Entity:SetRenderAngles( Angle angle )
Description:
Rotates the player model for non-standard (?) models
Returns: nil
In Object: Entity
Realm: NewerClient.png
BBCode Link: [b][url=http://wiki.garrysmod.com/?title=Entity.SetRenderAngles]Entity.SetRenderAngles [img]http://wiki.garrysmod.com/favicon.ico[/img][/url][/b]


Examples

DescriptionFlips the player
Used onNewerClient.png
Code
 
LocalPlayer():SetRenderAngles( Angle( 180, 0, 0 ) );
 
OutputN/A
Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox