Skip to main content Skip to sub menu Skip to navigator
Top

YoyaWiki

Lua の履歴(No.3)
検索|ログイン
  • 履歴一覧
  • 差分 を表示
  • 現在との差分 を表示
  • ソース を表示
  • Lua へ行く。
    • 1 (2024-07-11 (木) 21:18:22)
    • 2 (2024-11-01 (金) 23:25:10)
    • 3 (2024-11-02 (土) 13:09:56)
    • 4 (2024-11-02 (土) 18:11:51)
    • 5 (2024-11-03 (日) 02:21:08)
    • 6 (2024-11-03 (日) 14:03:34)
    • 7 (2024-11-09 (土) 17:22:48)
    • 8 (2025-01-30 (木) 19:25:26)
    • 9 (2025-02-20 (木) 13:35:26)
    • 10 (2025-02-22 (土) 14:21:51)
    • 11 (2025-02-24 (月) 00:02:13)
    • 12 (2025-04-09 (水) 01:56:40)
    • 13 (2025-04-17 (木) 16:54:51)

  • Lua(ルア)でHello World!
    • http://simplesandsamples.com/hello.lua.html
    • Lua > 乱数を使う
      • http://simplesandsamples.com/rand.lua.html

module†

  • (Nvim) Lua for Javascripters: Module Exports
    • https://teukka.tech/posts/js-to-lua-modules/
local M = {} -
function M.deleteDataFile(name)
   ...
end
return M
↑

class†

Lua に class は存在しないので、それっぽいラッパー。

  • Tylas11 / XivParty
    • https://github.com/Tylas11/XivParty/blob/master/classes.lua
    • https://github.com/Tylas11/XivParty/blob/master/player.lua

      local player = classes.class()

      function player:init(name, id, model)

      self.name = name

↑

.†

  • LuaJIT
GitHub | Qiita | awm-Tech
SpeakerDeck | Docswell
BlueSky | Twitter (likes)
Facebook | はてブロ (admin)
よや日記(log)
<< 2025.7 >>
日 月 火 水 木 金 土
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31

Yahoo!天気 | 地震
天気JP 地震
Yahoo!路線 | Excite辞書
黄砂

よやアプリ | よやツール

最新の20件
2025-07-01
  • Windower/Addons
  • 2025-07-01
2025-06-30
  • FF11/Equipment
  • FF11/Ambuscade
  • DeepSeek
2025-06-29
  • FF11/Dynamis/Old
  • FF11/Dynamis/New
2025-06-28
  • FF11/Dynamis
  • OCaml/Dream
  • OCaml
  • ProgrammingLanguage
  • RecentDeleted
  • Rust
2025-06-27
  • FF11
  • FFXI/Dynamis
  • FF11/Promathia
2025-06-24
  • 2025-06-23
2025-06-23
  • Windower/Plugins
  • FF11/GrowUp
2025-06-21
  • Windower/Lua/Item

Menu編集
Wiki管理メモ

新規|一覧|検索|ログイン