{"id":19340367,"url":"https://github.com/epi5131/lua_aviutl_definitions","last_synced_at":"2026-02-13T00:34:13.755Z","repository":{"id":241154066,"uuid":"803929318","full_name":"ePi5131/lua_aviutl_definitions","owner":"ePi5131","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-27T04:00:55.000Z","size":18,"stargazers_count":3,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-09T20:17:33.924Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ePi5131.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-05-21T16:20:06.000Z","updated_at":"2025-07-14T16:38:41.000Z","dependencies_parsed_at":"2024-05-22T18:32:28.497Z","dependency_job_id":"bf97150d-c43e-4dfd-aeda-e80a05fc9881","html_url":"https://github.com/ePi5131/lua_aviutl_definitions","commit_stats":null,"previous_names":["epi5131/lua_aviutl_definitions"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ePi5131/lua_aviutl_definitions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ePi5131%2Flua_aviutl_definitions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ePi5131%2Flua_aviutl_definitions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ePi5131%2Flua_aviutl_definitions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ePi5131%2Flua_aviutl_definitions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ePi5131","download_url":"https://codeload.github.com/ePi5131/lua_aviutl_definitions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ePi5131%2Flua_aviutl_definitions/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29388879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-13T00:02:39.825Z","status":"ssl_error","status_checked_at":"2026-02-13T00:00:20.807Z","response_time":55,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T03:26:14.244Z","updated_at":"2026-02-13T00:34:13.708Z","avatar_url":"https://github.com/ePi5131.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lua Language Server用 AviUtl関連ライブラリ定義ファイル\nhttps://github.com/LuaLS/lua-language-server で使うための、拡張編集などが提供するライブラリの定義ファイルです\n\n## 使い方\n[VSCodeの Lua 拡張機能](https://marketplace.visualstudio.com/items?itemName=sumneko.lua) は既にインストールされていますね？\n\nワークスペースの`settings.json`に以下を加えると良い感じです\n```json\n{\n  \"files.associations\": {\n    \"*.anm\": \"lua\",\n    \"*.cam\": \"lua\",\n    \"*.obj\": \"lua\",\n    \"*.scn\": \"lua\",\n    \"*.tra\": \"lua\",\n  },\n  \"[lua]\": {\n    \"files.encoding\": \"shiftjis\"\n  },\n  \"Lua.workspace.library\": [\n    \"exedit.luaなどへのパス\"\n  ],\n  \"Lua.runtime.version\": \"LuaJIT\"\n}\n```\n\n## 注\n複数の任意引数を取る`obj.draw`のような関数を以下のように定義しています\n#### 意図\n```\nobj.draw([x[,y[,z]]])\n```\n#### 定義\n```lua\nfunction obj.draw()end\n\n---@param x number\nfunction obj.draw(x)end\n\n---@param x number\n---@param y number\nfunction obj.draw(x,y)end\n\n---@param x number\n---@param y number\n---@param z number\nfunction obj.draw(x,y,z)end\n```\nこれは、`x?`を使うと*Lua Language Server*に`nil`を許すことにされるからで、拡張編集はこれを許さないために一つ一つ定義することにしています\n\n\n## ライセンス\nWTFPL2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepi5131%2Flua_aviutl_definitions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepi5131%2Flua_aviutl_definitions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepi5131%2Flua_aviutl_definitions/lists"}