Difference between revisions of "UT SkillCheck"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(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 ...')
 
(No difference)

Latest revision as of 19:05, 10 February 2010

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