Table of Contents

Class NullPlatformServices

Namespace
TaleWorlds.PlatformService
Assembly
TaleWorlds.PlatformService.dll
public class NullPlatformServices : IPlatformServices
Inheritance
NullPlatformServices
Implements
Inherited Members

Constructors

NullPlatformServices()

public NullPlatformServices()

Methods

ActivateFriendList()

public void ActivateFriendList()

Tick(float)

public void Tick(float dt)

Parameters

dt float

Events

OnAvatarUpdated

public event Action<AvatarData> OnAvatarUpdated

Event Type

Action<AvatarData>

OnBlockedUserListUpdated

public event Action OnBlockedUserListUpdated

Event Type

Action

OnNameUpdated

public event Action<string> OnNameUpdated

Event Type

Action<string>

OnSignInStateUpdated

public event Action<bool, TextObject> OnSignInStateUpdated

Event Type

Action<bool, TextObject>

OnTextEnteredFromPlatform

public event Action<string> OnTextEnteredFromPlatform

Event Type

Action<string>

OnUserStatusChanged

public event Action<PlayerId> OnUserStatusChanged

Event Type

Action<PlayerId>

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