Interface IFixesComponent.IManagedInterface
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
HideGameTextForAll(int)
Hides game text for all players.
bool HideGameTextForAll(int style)
Parameters
styleintThe display style/slot to hide.
Returns
- bool
trueif successful; otherwise,false.
SendGameTextToAll(string, TimeSpan, int)
Sends game text to all players.
bool SendGameTextToAll(string message, TimeSpan time, int style)
Parameters
messagestringThe message to display.
timeTimeSpanHow long to display the message.
styleintThe display style/slot for the game text.
Returns
- bool
trueif successful; otherwise,false.