Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
Slasher.Entity.ParamIDUtils Member List

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.ParamIDUtilsprivatestatic
GetDefault(this ParamID id)Slasher.Entity.ParamIDUtilsstatic
GetTooltip(this ParamID value)Slasher.Entity.ParamIDUtilsstatic
IsBool(this ParamID value)Slasher.Entity.ParamIDUtilsstatic
ToString(this ParamID id)Slasher.Entity.ParamIDUtilsstatic
TryParse(this string code, out ParamID conversion)Slasher.Entity.ParamIDUtilsstatic
TryPredict(this string incompleteCode, Func< string, bool > ignoredMatches, Func< string, string, int > fallbackMatcher, out ParamID result)Slasher.Entity.ParamIDUtilsstatic