Classes | |
---|---|
Base | Abstract base class which all filters must inherit |
Normalize | Class Normalize This Filter is responsible for normalizing the provided result's property names to the GameQ standard. |
Secondstohuman | Class Secondstohuman This Filter converts seconds into a human readable time string 'hh:mm:ss'. This is mainly for converting a player's connected time into a readable string. Note that most game servers DO NOT return a player's connected time. Source (A2S) based games generally do but not always. This class can also be used to convert other time responses into readable time |
Stripcolors | Class Strip Colors This Filter is responsible for removing color codes from the provided result. |
Test | Class Test This is a test filter to be used for testing purposes only. |