UT SkillCheck

From Dragon Age Toolset Wiki
Revision as of 19:05, 10 February 2010 by BryanDerksen (Talk | contribs) (Created page with '{{dafunction |name = UT_SkillCheck |brief = Checking to see if oObject has enough skill level for a specific skill |param1type = int |param1name = nSkill |param1desc = the skill ...')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Checking to see if oObject has enough skill level for a specific skill

int UT_SkillCheck(
int nSkill,
int nLevel,
object oObject = OBJECT_SELF
);
Parameters:
nSkill
the skill being checked
nLevel
the level of the skill being checked
oObject
the creature attempting the skill check
Returns:

TRUE if the skill checked succeeded, FALSE otherwise

Source:

Core Resources.utility_h