EGDL2 2.1
Loading...
Searching...
No Matches
Enablegames.GameParameter Class Referenceabstract

Represents a game parameter that can be customized. More...

Inheritance diagram for Enablegames.GameParameter:

Protected Member Functions

GetServerOverride< T > (T current)
 Overrides the current value of a parameter with the value fetched from the server, if available.
 

Detailed Description

Represents a game parameter that can be customized.

Member Function Documentation

◆ GetServerOverride< T >()

T Enablegames.GameParameter.GetServerOverride< T > ( T current)
inlineprotected

Overrides the current value of a parameter with the value fetched from the server, if available.

Template Parameters
TThe type of the parameter.
Parameters
currentThe current value of the parameter.
Returns
The overridden value of the parameter if available from the server, otherwise the current value.
Here is the call graph for this function:

The documentation for this class was generated from the following file: