Table of Contents

Interface IFixesComponent.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IFixesComponent.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

ClearAnimation(IPlayer, IActor)

Clears the current animation of a player or actor.

void ClearAnimation(IPlayer player, IActor actor)

Parameters

player IPlayer

The player to clear animation for.

actor IActor

The actor to clear animation for.

HideGameTextForAll(int)

Hides game text for all players.

bool HideGameTextForAll(int style)

Parameters

style int

The display style/slot to hide.

Returns

bool

true if successful; otherwise, false.

SendGameTextToAll(string, TimeSpan, int)

Sends game text to all players.

bool SendGameTextToAll(string message, TimeSpan time, int style)

Parameters

message string

The message to display.

time TimeSpan

How long to display the message.

style int

The display style/slot for the game text.

Returns

bool

true if successful; otherwise, false.