![]() |
Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
|
This is the complete list of members for Slasher.Entity.ParamIDUtils, including all inherited members.
GetClosestMatchingID(string input, Func< string, bool > ignoredMatches, Func< string, string, int > fallbackMatcher) | Slasher.Entity.ParamIDUtils | privatestatic |
GetDefault(this ParamID id) | Slasher.Entity.ParamIDUtils | static |
GetTooltip(this ParamID value) | Slasher.Entity.ParamIDUtils | static |
IsBool(this ParamID value) | Slasher.Entity.ParamIDUtils | static |
ToString(this ParamID id) | Slasher.Entity.ParamIDUtils | static |
TryParse(this string code, out ParamID conversion) | Slasher.Entity.ParamIDUtils | static |
TryPredict(this string incompleteCode, Func< string, bool > ignoredMatches, Func< string, string, int > fallbackMatcher, out ParamID result) | Slasher.Entity.ParamIDUtils | static |