From bfa73f6dd0841d11d247610a611d52acb21c199e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Reuh=20Fildadut?= Date: Mon, 27 Dec 2021 16:25:40 +0100 Subject: [PATCH] Update doc --- docs/index.html | 2 +- docs/modules/asset.html | 2 +- docs/modules/ecs.html | 2 +- docs/modules/ldtk.html | 26 +++++++++++++------------- docs/modules/scene.html | 2 +- docs/modules/signal.html | 2 +- docs/modules/timer.html | 18 +++++++++--------- docs/modules/ubiquitousse.html | 2 +- docs/modules/util.html | 2 +- docs/topics/LICENSE.html | 2 +- docs/topics/README.md.html | 2 +- 11 files changed, 31 insertions(+), 31 deletions(-) diff --git a/docs/index.html b/docs/index.html index b78fb8c..e5413e5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -108,7 +108,7 @@
generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
diff --git a/docs/modules/asset.html b/docs/modules/asset.html index 952c0b6..c32f285 100644 --- a/docs/modules/asset.html +++ b/docs/modules/asset.html @@ -334,7 +334,7 @@
generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
diff --git a/docs/modules/ecs.html b/docs/modules/ecs.html index c5a1cb2..a036d61 100644 --- a/docs/modules/ecs.html +++ b/docs/modules/ecs.html @@ -1683,7 +1683,7 @@ its sibling systems (i.e. completely stop the propagation of the event).
generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
diff --git a/docs/modules/ldtk.html b/docs/modules/ldtk.html index b1289ac..8b921d2 100644 --- a/docs/modules/ldtk.html +++ b/docs/modules/ldtk.html @@ -178,7 +178,7 @@ end

Layer objects

- + @@ -311,19 +311,19 @@ end

Level objects

Layer:draw ([, x=0[, y=0]])Layer:draw ([x=0[, y=0]]) Draw the current layer.
- + - + - + - + @@ -767,7 +767,7 @@ end
- Layer:draw ([, x=0[, y=0]]) + Layer:draw ([x=0[, y=0]])
Draw the current layer.

@@ -1475,7 +1475,7 @@ end
- Level:draw ([, x=0[, y=0]]) + Level:draw ([x=0[, y=0]])
Draw this level. @@ -1515,7 +1515,7 @@ end
- Level:drawBackground ([, x=0[, y=0]]) + Level:drawBackground ([x=0[, y=0]])
Draw this level background.

@@ -1554,7 +1554,7 @@ end
- Level:load ([, callbacks]) + Level:load ([callbacks])
Load the level. @@ -1595,7 +1595,7 @@ end
- Level:unload ([, callbacks]) + Level:unload ([callbacks])

Unload the level. @@ -1829,7 +1829,7 @@ end Level background.

If there is a background image, background.image contains a table {image=image, x=number, y=number, sx=number, sy=number} - where image is the LÖVE image (or image filepath if LÖVE not available) x and y are the top-left position, + where image is the LÖVE image (or image filepath if LÖVE not available) x and y are the top-left position, and sx and sy the horizontal and vertical scale factors. @@ -1904,7 +1904,7 @@ end

  • Enum are converted into a Lua string giving the currently selected enum value.
  • Filepath are converted into a Lua string giving the file path.
  • Arrays are converted into a Lua table with the elements in it as a list.
  • -
  • Points are converted into a Lua table with the fields x and y: { x=number, y=number }.
  • +
  • Points are converted into a Lua table with the fields x and y: { x=number, y=number }.
  • Colors are converted into a Lua table with the red, green and blue components in [0-1] as a list: {r,g,b}.
  • @@ -1930,7 +1930,7 @@ end
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/modules/scene.html b/docs/modules/scene.html index d60f215..35ce775 100644 --- a/docs/modules/scene.html +++ b/docs/modules/scene.html @@ -702,7 +702,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/modules/signal.html b/docs/modules/signal.html index e5e4cf4..589d471 100644 --- a/docs/modules/signal.html +++ b/docs/modules/signal.html @@ -414,7 +414,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/modules/timer.html b/docs/modules/timer.html index 1c97244..71c540d 100644 --- a/docs/modules/timer.html +++ b/docs/modules/timer.html @@ -89,19 +89,19 @@

    Timer objects

    Level:draw ([, x=0[, y=0]])Level:draw ([x=0[, y=0]]) Draw this level.
    Level:drawBackground ([, x=0[, y=0]])Level:drawBackground ([x=0[, y=0]]) Draw this level background.
    Level:load ([, callbacks])Level:load ([callbacks]) Load the level.
    Level:unload ([, callbacks])Level:unload ([callbacks]) Unload the level.
    - + - + - + - +
    Timer:after ([, time])Timer:after ([time]) Wait time seconds before running the function.
    Timer:every ([, time])Timer:every ([time]) Run the function every time millisecond.
    Timer:times ([, count])Timer:times ([count]) The function will not execute more than count times.
    Timer:during ([, time])Timer:during ([time]) The timer will be active for a time duration.
    @@ -331,7 +331,7 @@
    - Timer:after ([, time]) + Timer:after ([time])
    Wait time seconds before running the function. @@ -364,7 +364,7 @@
    - Timer:every ([, time]) + Timer:every ([time])
    Run the function every time millisecond. @@ -397,7 +397,7 @@
    - Timer:times ([, count]) + Timer:times ([count])
    The function will not execute more than count times. @@ -430,7 +430,7 @@
    - Timer:during ([, time]) + Timer:during ([time])
    The timer will be active for a time duration. @@ -1153,7 +1153,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/modules/ubiquitousse.html b/docs/modules/ubiquitousse.html index 3929eb8..a0dfefe 100644 --- a/docs/modules/ubiquitousse.html +++ b/docs/modules/ubiquitousse.html @@ -362,7 +362,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/modules/util.html b/docs/modules/util.html index 0239a99..ec2c26d 100644 --- a/docs/modules/util.html +++ b/docs/modules/util.html @@ -784,7 +784,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/topics/LICENSE.html b/docs/topics/LICENSE.html index c30109c..1881f10 100644 --- a/docs/topics/LICENSE.html +++ b/docs/topics/LICENSE.html @@ -64,7 +64,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25
    diff --git a/docs/topics/README.md.html b/docs/topics/README.md.html index bac6dc4..e41959a 100644 --- a/docs/topics/README.md.html +++ b/docs/topics/README.md.html @@ -71,7 +71,7 @@
    generated by LDoc 1.4.6 -Last updated 2021-12-27 14:09:51 +Last updated 2021-12-27 16:25:25