Added SetVertsFromSplines to AMV. Moved const to the left side. Documentation for all new functions.

This commit is contained in:
Kyzentun
2015-01-06 20:14:59 -07:00
parent 703b423dd4
commit d3bbf9cbd3
11 changed files with 454 additions and 248 deletions
+1
View File
@@ -33,6 +33,7 @@ function alias_one(class, main_name, alt_name)
lua.ReportScriptError("Alias name of function must be a string.")
return
end
if class[alt_name] then return end
class[alt_name]= class[main_name]
end