struct EE::System::LuaPattern::Range

#include <luapattern.hpp>

struct Range {
    // fields

    int start { -1 };
    int end { -1 };

    // methods

    bool isValid();
};