We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cca82 commit 9bef2c2Copy full SHA for 9bef2c2
res/gamedata/scripts/lua_help.script
@@ -213,7 +213,7 @@ C++ class vector {
213
function mad(const vector&, const vector&, const vector&);
214
215
function clamp(const vector&);
216
- function clamp(const vector&, vector);
+ function clamp(const vector&, const vector&);
217
218
function inertion(const vector&, number);
219
0 commit comments