API🔫 Role🧩 FunctionsExtendsOn this pageExtendsSharedboolean Lyn.Role.Extends(string role, string target)FunctionDescriptionWhether role is target, or inherits from it at any depth.Paramsstring role string target Returnsboolean Example: -- admin extends userprint(Lyn.Role.Extends("admin", "user")) -- true