Dota 2 Workshop Tools/Scripting/API/CBaseEntity.SetAngles: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(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 02:14, 17 June 2015

Note.pngNote: This page is automatically generated. Any changes may be overwritten

Function Description

void SetAngles(float pitch, float yaw, float roll)

Set entity pitch, yaw, roll


Parameters

Type Name Description
float pitch No Description Set
float yaw No Description Set
float roll No Description Set