Fixes for script binding not working
This commit is contained in:
@@ -84,7 +84,10 @@ namespace Upsilon.BoundTypes
|
||||
else
|
||||
{
|
||||
methods.Add(methodName,
|
||||
new UserDataBoundMethod(methodName, new List<UserDataBoundMethodOption>() {option}));
|
||||
new UserDataBoundMethod(methodName, new List<UserDataBoundMethodOption>() {option})
|
||||
{
|
||||
Type = Type.Function
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user