Table of Contents

Class UserData

Namespace
TaleWorlds.MountAndBlade.Launcher.Library.UserDatas
Assembly
TaleWorlds.MountAndBlade.Launcher.Library.dll
public class UserData
Inheritance
UserData
Inherited Members

Constructors

UserData()

public UserData()

Properties

DLLCheckData

public DLLCheckDataCollection DLLCheckData { get; set; }

Property Value

DLLCheckDataCollection

GameType

public GameType GameType { get; set; }

Property Value

GameType

MultiplayerData

public UserGameTypeData MultiplayerData { get; set; }

Property Value

UserGameTypeData

SingleplayerData

public UserGameTypeData SingleplayerData { get; set; }

Property Value

UserGameTypeData

Methods

GetDLLLatestIsDangerous(string)

public bool GetDLLLatestIsDangerous(string dllName)

Parameters

dllName string

Returns

bool

GetDLLLatestSizeInBytes(string)

public uint? GetDLLLatestSizeInBytes(string dllName)

Parameters

dllName string

Returns

uint?

GetDLLLatestVerifyInformation(string)

public string GetDLLLatestVerifyInformation(string dllName)

Parameters

dllName string

Returns

string

GetUserModData(bool, string)

public UserModData GetUserModData(bool isMultiplayer, string id)

Parameters

isMultiplayer bool
id string

Returns

UserModData

SetDLLLatestIsDangerous(string, bool)

public void SetDLLLatestIsDangerous(string dllName, bool isDangerous)

Parameters

dllName string
isDangerous bool

SetDLLLatestSizeInBytes(string, uint)

public void SetDLLLatestSizeInBytes(string dllName, uint sizeInBytes)

Parameters

dllName string
sizeInBytes uint

SetDLLLatestVerifyInformation(string, string)

public void SetDLLLatestVerifyInformation(string dllName, string verifyInformation)

Parameters

dllName string
verifyInformation string

This page was last modified at 09/01/2024 16:12:00 +00:00 (UTC).