Table of Contents

Class CallbackIds

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
public static class CallbackIds
Inheritance
CallbackIds
Inherited Members

Methods

IsCallResult(int)

True if callbackId is a ICallResult type.

public static bool IsCallResult(int callbackId)

Parameters

callbackId int

The callback id to check.

Returns

bool

IsKnown(int)

True if callbackId is assigned to a ICallback or ICallResult type.

public static bool IsKnown(int callbackId)

Parameters

callbackId int

The callback id to check.

Returns

bool