Table of Contents

Class ServerSimulation

Namespace
Netick
Assembly
Netick.dll
public sealed class ServerSimulation : Simulation
Inheritance
ServerSimulation
Inherited Members

Methods

FetchInputFor(int, out SimulationInput, ref bool)

public bool FetchInputFor(int cliIndex, out SimulationInput input, ref bool isDuplicated)

Parameters

cliIndex int
input SimulationInput
isDuplicated bool

Returns

bool

FetchInputFor<T>(int, out T, ref bool, int)

public bool FetchInputFor<T>(int cliIndex, out T input, ref bool isDuplicated, int localPlayerIndex) where T : unmanaged

Parameters

cliIndex int
input T
isDuplicated bool
localPlayerIndex int

Returns

bool

Type Parameters

T