Table of Contents

Interface IPlayerTextDraw.IManagedInterface

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerTextDraw.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

Hide()

Hides the player-specific text draw.

void Hide()

IsShown()

Determines whether the player-specific text draw is currently shown.

bool IsShown()

Returns

bool

true if the text draw is shown; otherwise, false.

Show()

Shows the player-specific text draw.

void Show()