#W# Initial Commit: Avatars Conquest
This commit is contained in:
commit
8eae46895e
7512 changed files with 416187 additions and 0 deletions
23
Docs/types/SkillCheck.html
Normal file
23
Docs/types/SkillCheck.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>RunUO Documentation - Class Overview - SkillCheck</title>
|
||||
</head>
|
||||
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
||||
<h4><a href="../namespaces/Server.Misc.html">Back to Server.Misc</a></h4>
|
||||
<h2>SkillCheck</h2>
|
||||
<h4>Nested Types: <!-- DBG-4 --><a href="Stat.html">Stat</a></h4>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> AllowGain( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Skill.html">Skill</a> skill, <font color="blue">object</font> obj )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> CanLower( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Stat.html">Stat</a> stat )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> CanRaise( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Stat.html">Stat</a> stat )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> CheckSkill( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Skill.html">Skill</a> skill, <font color="blue">object</font> amObj, <font color="blue">double</font> chance )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> Gain( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Skill.html">Skill</a> skill )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> GainStat( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Stat.html">Stat</a> stat )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> IncreaseStat( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="Stat.html">Stat</a> stat, <font color="blue">bool</font> atrophy )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">void</font> Initialize()<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> Mobile_SkillCheckDirectLocation( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="SkillName.html">SkillName</a> skillName, <font color="blue">double</font> chance )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> Mobile_SkillCheckDirectTarget( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="SkillName.html">SkillName</a> skillName, <font color="blue">object</font> target, <font color="blue">double</font> chance )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> Mobile_SkillCheckLocation( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="SkillName.html">SkillName</a> skillName, <font color="blue">double</font> minSkill, <font color="blue">double</font> maxSkill )<br>
|
||||
(<font color="blue">static</font>) <font color="blue">bool</font> Mobile_SkillCheckTarget( <!-- DBG-0 --><a href="Mobile.html">Mobile</a> from, <!-- DBG-0 --><a href="SkillName.html">SkillName</a> skillName, <font color="blue">object</font> target, <font color="blue">double</font> minSkill, <font color="blue">double</font> maxSkill )<br>
|
||||
(<font color="blue">ctor</font>) SkillCheck()<br>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue