Click or drag to resize

TextLabelTextLabelInternalAttach3DTextLabelToVehicle Method

[Missing <summary> documentation for "M:SampSharp.GameMode.World.TextLabel.TextLabelInternal.Attach3DTextLabelToVehicle(System.Int32,System.Int32,System.Single,System.Single,System.Single)"]

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual int Attach3DTextLabelToVehicle(
	int id,
	int vehicleid,
	float offsetX,
	float offsetY,
	float offsetZ
)

Parameters

id
Type: SystemInt32

[Missing <param name="id"/> documentation for "M:SampSharp.GameMode.World.TextLabel.TextLabelInternal.Attach3DTextLabelToVehicle(System.Int32,System.Int32,System.Single,System.Single,System.Single)"]

vehicleid
Type: SystemInt32

[Missing <param name="vehicleid"/> documentation for "M:SampSharp.GameMode.World.TextLabel.TextLabelInternal.Attach3DTextLabelToVehicle(System.Int32,System.Int32,System.Single,System.Single,System.Single)"]

offsetX
Type: SystemSingle

[Missing <param name="offsetX"/> documentation for "M:SampSharp.GameMode.World.TextLabel.TextLabelInternal.Attach3DTextLabelToVehicle(System.Int32,System.Int32,System.Single,System.Single,System.Single)"]

offsetY
Type: SystemSingle

[Missing <param name="offsetY"/> documentation for "M:SampSharp.GameMode.World.TextLabel.TextLabelInternal.Attach3DTextLabelToVehicle(System.Int32,System.Int32,System.Single,System.Single,System.Single)"]

offsetZ
Type: SystemSingle

[Missing <param name="offsetZ"/> documentation for "M:SampSharp.GameMode.World.TextLabel.TextLabelInternal.Attach3DTextLabelToVehicle(System.Int32,System.Int32,System.Single,System.Single,System.Single)"]

Return Value

Type: Int32
See Also