AuthRequestEventArgs Constructor

[This is preliminary documentation and is subject to change.]

[Missing documentation for “M:Game.Subsystems.Network.Events.AuthRequestEventArgs.#ctor(BeardedManStudios.Forge.Networking.NetworkingPlayer,BeardedManStudios.Forge.Networking.NetWorker,BeardedManStudios.Forge.Networking.RpcArgs)”]

Namespace: Game.Subsystems.Network.EventsAssembly: Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0

Syntax

C#

public AuthRequestEventArgs(
    NetworkingPlayer np,
    NetWorker nw,
    RpcArgs args
)

Parameters

np

Type: NetworkingPlayer[Missing documentation for “M:Game.Subsystems.Network.Events.AuthRequestEventArgs.#ctor(BeardedManStudios.Forge.Networking.NetworkingPlayer,BeardedManStudios.Forge.Networking.NetWorker,BeardedManStudios.Forge.Networking.RpcArgs)”]

nw

Type: NetWorker[Missing documentation for “M:Game.Subsystems.Network.Events.AuthRequestEventArgs.#ctor(BeardedManStudios.Forge.Networking.NetworkingPlayer,BeardedManStudios.Forge.Networking.NetWorker,BeardedManStudios.Forge.Networking.RpcArgs)”]

args

Type: RpcArgs[Missing documentation for “M:Game.Subsystems.Network.Events.AuthRequestEventArgs.#ctor(BeardedManStudios.Forge.Networking.NetworkingPlayer,BeardedManStudios.Forge.Networking.NetWorker,BeardedManStudios.Forge.Networking.RpcArgs)”]

See Also

Reference

AuthRequestEventArgs ClassGame.Subsystems.Network.Events Namespace