Skip to content

0.10.0

Compare
Choose a tag to compare
@aglitchman aglitchman released this 11 Dec 16:01
· 25 commits to master since this release

This release implements the new remote config feature - https://yandex.ru/dev/games/doc/en/sdk/sdk-config

Usage example:

    local options = { defaultFlags = { test1 = "A" } } -- also, it can be `nil`
    yagames.flags_get(options, function(self, err, result)
        -- result is a table
    end)