Click or drag to resize

WorldServiceNativeCreate3DTextLabel Method

[Missing <summary> documentation for "M:SampSharp.Entities.SAMP.WorldServiceNative.Create3DTextLabel(System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Boolean)"]

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.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.Entities.SAMP.WorldServiceNative.Create3DTextLabel(System.String,System.Int32,System.Single,System.Single,System.Single,System.Single,System.Int32,System.Boolean)"]

Return Value

Type: Int32
See Also