SampSharp
SampSharp
SampSharp.GameMode.World
TextLabel Class
TextLabel Constructor
TextLabel Constructor (String, Color, Vector3, Single)
TextLabel Constructor (String, Color, Vector3, Single, Int32)
TextLabel Constructor (String, Color, Vector3, Single, Int32, Boolean)
TextLabel Constructor (String, Color, Vector3, Single)
Initializes a new instance of the
TextLabel
class.
Namespace:
SampSharp.GameMode.World
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
TextLabel
(
string
text
,
Color
color
,
Vector3
position
,
float
drawDistance
)
Parameters
text
Type:
System
String
The text.
color
Type:
SampSharp.GameMode.SAMP
Color
The color.
position
Type:
SampSharp.GameMode
Vector3
The position.
drawDistance
Type:
System
Single
The draw distance.
See Also
Reference
TextLabel Class
TextLabel Overload
SampSharp.GameMode.World Namespace