Click or drag to resize

NativeObjectSetObjectRot Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectRot(System.Single,System.Single,System.Single)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool SetObjectRot(
	float rotX,
	float rotY,
	float rotZ
)

Parameters

rotX
Type: SystemSingle

[Missing <param name="rotX"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectRot(System.Single,System.Single,System.Single)"]

rotY
Type: SystemSingle

[Missing <param name="rotY"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectRot(System.Single,System.Single,System.Single)"]

rotZ
Type: SystemSingle

[Missing <param name="rotZ"/> documentation for "M:SampSharp.Entities.SAMP.NativeObject.SetObjectRot(System.Single,System.Single,System.Single)"]

Return Value

Type: Boolean
See Also