Click or drag to resize

TextLabelTextLabelInternalCreate3DTextLabel Method

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

Namespace:  SampSharp.GameMode.World
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual int Create3DTextLabel(
	string text,
	int color,
	float x,
	float y,
	float z,
	float drawDistance,
	int virtualWorld,
	bool testLOS
)

Parameters

text
Type: SystemString

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

color
Type: SystemInt32

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

x
Type: SystemSingle

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

y
Type: SystemSingle

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

z
Type: SystemSingle

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

drawDistance
Type: SystemSingle

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

virtualWorld
Type: SystemInt32

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

testLOS
Type: SystemBoolean

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

Return Value

Type: Int32
See Also