Skip to content

Commit

Permalink
Update lua_help (vector::clamp signature changed).
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Kovalenko committed Oct 9, 2014
1 parent e1cca82 commit 9bef2c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/gamedata/scripts/lua_help.script
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ C++ class vector {
function mad(const vector&, const vector&, const vector&);

function clamp(const vector&);
function clamp(const vector&, vector);
function clamp(const vector&, const vector&);

function inertion(const vector&, number);

Expand Down

0 comments on commit 9bef2c2

Please sign in to comment.