Countdown

Pair<string, CuiElement> CreateCountdown(
    CuiElementContainer container,
    string parent,
    int startTime,
    int endTime,
    int step,
    string command,
    float fadeIn = 0f,
    float fadeOut = 0f,
    string id = null,
    string destroyUi = null,
    bool update = false
);

Last updated