doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-07-22 12:24:14 +02:00
parent 7b7c459106
commit 07e289963c
6 changed files with 38 additions and 39 deletions

View File

@@ -212,6 +212,7 @@
var t = clamp((weight - from) / (to - from), 0.0, 1.0)
return t * t * (3.0 - 2.0 * t)
[/codeblock]
</constant>
<constant name="MATH_POSMOD" value="65" enum="BuiltinFunc">
</constant>
<constant name="MATH_LERP_ANGLE" value="66" enum="BuiltinFunc">