EGDL2 2.1
Loading...
Searching...
No Matches
Enablegames.EnumParameter< T > Class Template Reference

Represents a enum parameter used in a game. More...

Inheritance diagram for Enablegames.EnumParameter< T >:
Collaboration diagram for Enablegames.EnumParameter< T >:

Additional Inherited Members

- Protected Member Functions inherited from Enablegames.GameParameter
GetServerOverride< T > (T current)
 Overrides the current value of a parameter with the value fetched from the server, if available.
 

Detailed Description

Represents a enum parameter used in a game.

Template Parameters
T

Enum parameters are set essentially like strings but allow greater flexibility elsewhere in games. This allows devs to define their own game modes. Makes the package portable. This is a template class to facilitate that any enum could be used

>


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