Dota 2 Workshop Tools/Scripting/API/CBaseEntity.SetAngles: Difference between revisions
< Dota 2 Workshop Tools | Scripting | API
		
		
		
		Jump to navigation
		Jump to search
		| RoyAwesome (talk | contribs)  (Dota_Lebot push: Updated Page) | |||
| Line 9: | Line 9: | ||
| ''Set entity pitch, yaw, roll'' | ''Set entity pitch, yaw, roll'' | ||
| ''Does not work on units where baseclass is npc_dota_tower'' | |||
| == Parameters == | == Parameters == | ||
Revision as of 13:56, 3 September 2014
 Note: This page is automatically generated.  Any changes may be overwritten
Note: This page is automatically generated.  Any changes may be overwrittenFunction Description
void SetAngles(float pitch, float yaw, float roll)
Set entity pitch, yaw, roll Does not work on units where baseclass is npc_dota_tower
Parameters
| Type | Name | Description | 
|---|---|---|
| float | pitch | No Description Set | 
| float | yaw | No Description Set | 
| float | roll | No Description Set |