Interface IPlayerCustomModelsData.IManagedInterface
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
urlstringThe URL to send to the player.
Returns
- bool
trueif the URL was sent successfully; otherwise,false.
SetCustomSkin(uint)
Sets the custom skin model for the player.
void SetCustomSkin(uint skinModel)
Parameters
skinModeluintThe custom skin model ID to set.