let Functions::Add() returns info whether the functions/controller has been added
This commit is contained in:
@@ -191,8 +191,8 @@ public:
|
||||
|
||||
void SetUser(Item & item);
|
||||
|
||||
void Add(FunctionBase * fun);
|
||||
void Add(FunctionBase & fun);
|
||||
bool Add(FunctionBase * fun);
|
||||
bool Add(FunctionBase & fun);
|
||||
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user