Method KnowsFeat
KnowsFeat(NwFeat)
Gets if this creature knows the specified feat.
public bool KnowsFeat(NwFeat feat)
Parameters
featNwFeatThe feat to check.
Returns
- bool
True if the creature knows the feat, otherwise false.
Gets if this creature knows the specified feat.
public bool KnowsFeat(NwFeat feat)
feat NwFeatThe feat to check.
True if the creature knows the feat, otherwise false.