Table of Contents

Class NetworkIdExtensions

Namespace
RisingV.Shared.Extensions
Assembly
RisingV.Shared.dll

Provides extension methods for packing and unpacking ProjectM.Network.NetworkId.

public static class NetworkIdExtensions
Inheritance
NetworkIdExtensions
Inherited Members

Methods

Pack(NetworkId)

public static ulong Pack(this NetworkId id)

Parameters

id NetworkId

Returns

ulong

Unpack(ulong)

public static NetworkId Unpack(this ulong packed)

Parameters

packed ulong

Returns

NetworkId