Table of Contents

Interface IPlayerCustomModelsData.IManagedInterface

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

Represents the managed interface implemented by its unmanaged counterpart.

public interface IPlayerCustomModelsData.IManagedInterface : IUnmanagedInterface
Inherited Members

Methods

GetCustomSkin()

Gets the custom skin model ID for the player.

uint GetCustomSkin()

Returns

uint

The custom skin model ID, or 0 if no custom skin is set.

SendDownloadUrl(string)

Sends a download URL to the player for custom models.

bool SendDownloadUrl(string url)

Parameters

url string

The URL to send to the player.

Returns

bool

true if the URL was sent successfully; otherwise, false.

SetCustomSkin(uint)

Sets the custom skin model for the player.

void SetCustomSkin(uint skinModel)

Parameters

skinModel uint

The custom skin model ID to set.