between-api-minetest/docs
GianptDev 73415dd83d fixes 2022-08-27 19:31:43 +02:00
..
debug.md fixes 2022-08-27 19:31:43 +02:00
interpolation.md changes 2022-08-19 15:52:47 +02:00
readme.md fixes 2022-08-27 19:31:43 +02:00
tween.md fixes 2022-08-27 19:31:43 +02:00

readme.md

BeTween Api 1.2

This api implements a simple table called BeTweenApi, this table contains everything implemented in this library.


Features

These are all tables inside the BeTweenApi object wich contain everything they describe.

  • interpolation
    • here are stored all build-in functions.
  • debug
    • all debug tools are stored here.
  • tween
    • This is an object able to get a configuration and run it to animate any movement automatically.
    • If you want to make animations see this feature.

Commands

/between <functions | tweens>

Show a debug hud to display a topic of the api, require debug privileges to be executed.


Functions and methods

version_name() : string

This method return the current version of the api, that's it.