diff --git a/binary.lua b/binary.lua index 519cc80..12cd906 100644 --- a/binary.lua +++ b/binary.lua @@ -275,7 +275,7 @@ end -- @section misc --- "returns nearest 32-bit single precision float representation of a number" (or something) --- @function fround() +-- @function fround -- @param number -- @return nearest 32-bit single precision float representation of a number function leef.binary.fround(number) diff --git a/paths.lua b/paths.lua index 1dcf7b0..246f217 100644 --- a/paths.lua +++ b/paths.lua @@ -90,8 +90,8 @@ leef.paths.media_paths = paths -- { -- ["model.b3d"] = "mod2" -- } +-- NOTE: "loaded" meaning the final mediapath (what the client ultimately loads) -- @table modname_by_media --- NOTE: "loaded" meaning the final mediapath- what the client loads. leef.paths.modname_by_media = mods --- overriden media paths.