Click or drag to resize

PlayerTextDrawPlayerTextDrawInternalPlayerTextDrawUseBox Method

[Missing <summary> documentation for "M:SampSharp.GameMode.Display.PlayerTextDraw.PlayerTextDrawInternal.PlayerTextDrawUseBox(System.Int32,System.Int32,System.Boolean)"]

Namespace:  SampSharp.GameMode.Display
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public virtual bool PlayerTextDrawUseBox(
	int playerid,
	int text,
	bool use
)

Parameters

playerid
Type: SystemInt32

[Missing <param name="playerid"/> documentation for "M:SampSharp.GameMode.Display.PlayerTextDraw.PlayerTextDrawInternal.PlayerTextDrawUseBox(System.Int32,System.Int32,System.Boolean)"]

text
Type: SystemInt32

[Missing <param name="text"/> documentation for "M:SampSharp.GameMode.Display.PlayerTextDraw.PlayerTextDrawInternal.PlayerTextDrawUseBox(System.Int32,System.Int32,System.Boolean)"]

use
Type: SystemBoolean

[Missing <param name="use"/> documentation for "M:SampSharp.GameMode.Display.PlayerTextDraw.PlayerTextDrawInternal.PlayerTextDrawUseBox(System.Int32,System.Int32,System.Boolean)"]

Return Value

Type: Boolean
See Also