Style Slasher
A dressup combat roguelike created by Scrungle Studios for the 2025 Swinburne Capstone project.
Slasher.Entity.BoneIDUtils Class Reference
Collaboration diagram for Slasher.Entity.BoneIDUtils:
Collaboration graph

Static Public Member Functions

static bool TryParse (this string code, out BoneID conversion)
 Tries to match a string to a BoneID.
 

Member Function Documentation

◆ TryParse()

static bool Slasher.Entity.BoneIDUtils.TryParse ( this string code,
out BoneID conversion )
static

Tries to match a string to a BoneID.

Parameters
idThe enum converted to a string using its name.
conversionThe correct BoneID if found, otherwise the BoneID with the underlying integer value of 0.
Returns
True if a matching BoneID was found.

The documentation for this class was generated from the following file: