Console command arguments can be autocompleted by hitting tab. Closes #162
This commit is contained in:
@@ -266,6 +266,13 @@ namespace Barotrauma
|
||||
{
|
||||
Character.Controlled = character;
|
||||
}
|
||||
},
|
||||
() =>
|
||||
{
|
||||
return new string[][]
|
||||
{
|
||||
Character.CharacterList.Select(c => c.Name).Distinct().ToArray()
|
||||
};
|
||||
}));
|
||||
|
||||
commands.Add(new Command("shake", "", (string[] args) =>
|
||||
|
||||
Reference in New Issue
Block a user