add visible damage points
This commit is contained in:
parent
15e94682e8
commit
a775d3d74c
|
@ -51,7 +51,8 @@ read_globals = {
|
|||
fields = {
|
||||
"hypot",
|
||||
"sign",
|
||||
"factorial"
|
||||
"factorial",
|
||||
"round",
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
---https://github.com/sumneko/lua-language-server/wiki
|
||||
|
||||
---@alias mathlib mathlib|MathAbstract
|
||||
|
||||
---Math helpers
|
||||
---@class MathAbstract
|
||||
---@field round fun(x: number): number Returns `x` rounded to the nearest integer. At a multiple of 0.5, rounds away from zero.
|
Ŝarĝante…
Reference in New Issue