IDialogService Interface |
Namespace: SampSharp.Entities.SAMP
public interface IDialogService
Name | Description | |
---|---|---|
![]() | Show<TResponse>(EntityId, IDialog<TResponse>) |
Shows the specified dialog to the player.
|
![]() | Show<TResponse>(EntityId, IDialog<TResponse>, Action<TResponse>) |
Shows the specified dialog to the player.
|