Click or drag to resize

NativePlayerObjectAttachPlayerObjectToPlayer Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,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 AttachPlayerObjectToPlayer(
	int attachplayerid,
	float offsetX,
	float offsetY,
	float offsetZ,
	float rX,
	float rY,
	float rZ
)

Parameters

attachplayerid
Type: SystemInt32

[Missing <param name="attachplayerid"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

offsetX
Type: SystemSingle

[Missing <param name="offsetX"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

offsetY
Type: SystemSingle

[Missing <param name="offsetY"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

offsetZ
Type: SystemSingle

[Missing <param name="offsetZ"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

rX
Type: SystemSingle

[Missing <param name="rX"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

rY
Type: SystemSingle

[Missing <param name="rY"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

rZ
Type: SystemSingle

[Missing <param name="rZ"/> documentation for "M:SampSharp.Entities.SAMP.NativePlayerObject.AttachPlayerObjectToPlayer(System.Int32,System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)"]

Return Value

Type: Boolean
See Also