VolantisDev / Launchpad

Step up your non-Steam game! Generate Steam-compatible .exe files to effortlessly launch any game through Steam with overlay support.
https://launchpad.games
MIT License
88 stars 3 forks source link

Abstract the parameter concept to a more generic base class used for all configu... #327

Closed github-actions[bot] closed 3 years ago

github-actions[bot] commented 3 years ago

Abstract the parameter concept to a more generic base class used for all configuration

https://github.com/VolantisDev/Launchpad/blob/8ad10d5013215132ca74bb6b51b7a8c5bdc4c58c/Lib/Shared/ContainerLib/Container/ServiceContainer.ahk#L233


        }
    }

    ; TODO: Abstract the parameter concept to a more generic base class used for all configuration
    GetParameter(name) {
        tokens := StrSplit(name, ".")
        context := this.Parameters

f352b67f2036a8bc74018eeb26ec48ffd6b4632d