Click or drag to resize

NativeTextLabelAttach3DTextLabelToVehicle Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.NativeTextLabel.Attach3DTextLabelToVehicle(System.Int32,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 int Attach3DTextLabelToVehicle(
	int vehicleid,
	float offsetX,
	float offsetY,
	float offsetZ
)

Parameters

vehicleid
Type: SystemInt32

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

offsetX
Type: SystemSingle

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

offsetY
Type: SystemSingle

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

offsetZ
Type: SystemSingle

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

Return Value

Type: Int32
See Also