Table of Contents

Method Create

Namespace
GrindFest
Assembly
GrindFest.dll

Create(Type)

Creates a skill instance by type. Null when the type is not a skill.

public static Skill Create(Type skillType)

Parameters

skillType Type

Returns

Skill

Create(string)

Creates a skill instance by simple or full name. Null when the name is unknown — and then it is reported (once per distinct reference), because a caller that built data naming a skill is broken whether or not it happens to check for null.

public static Skill Create(string reference)

Parameters

reference string

Returns

Skill