Added SetVertsFromSplines to AMV. Moved const to the left side. Documentation for all new functions.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user