let Functions::Add() returns info whether the functions/controller has been added

This commit is contained in:
2022-04-25 16:35:14 +02:00
parent 43ebbdaa33
commit aad5db9a6a
2 changed files with 9 additions and 7 deletions

View File

@@ -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: