Skip to content
Snippets Groups Projects
Commit 2a9bc91f authored by Fabian Tërnava's avatar Fabian Tërnava
Browse files

add comment for isAvaliable method

parent 7a471ccc
No related branches found
No related tags found
1 merge request!321Merge of all branches of Fabian PK (related to skills)
......@@ -76,6 +76,7 @@ namespace armarx
}
private:
/// Override this method if you want to disable a skill based on certain conditions
virtual bool isAvailable(const SpecializedInitInput&) const
{
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment