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-local+709673996c0cc3c0733358a87691d1009326afa7
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