AvatarsConquest/Docs/types/RewardEntry.html

21 lines
2.1 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - RewardEntry</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.Engines.VeteranRewards.html">Back to Server.Engines.VeteranRewards</a></h4>
<h2>RewardEntry</h2>
(<font color="blue">ctor</font>) RewardEntry( <!-- DBG-0 --><a href="RewardCategory.html">RewardCategory</a> category, <font color="blue">string</font> name, Type itemType, <font color="blue">object</font>[] args )<br>
(<font color="blue">ctor</font>) RewardEntry( <!-- DBG-0 --><a href="RewardCategory.html">RewardCategory</a> category, <font color="blue">int</font> name, Type itemType, <font color="blue">object</font>[] args )<br>
(<font color="blue">ctor</font>) RewardEntry( <!-- DBG-0 --><a href="RewardCategory.html">RewardCategory</a> category, <font color="blue">string</font> name, Type itemType, <!-- DBG-0 --><a href="Expansion.html">Expansion</a> requiredExpansion, <font color="blue">object</font>[] args )<br>
(<font color="blue">ctor</font>) RewardEntry( <!-- DBG-0 --><a href="RewardCategory.html">RewardCategory</a> category, <font color="blue">int</font> name, Type itemType, <!-- DBG-0 --><a href="Expansion.html">Expansion</a> requiredExpansion, <font color="blue">object</font>[] args )<br>
<font color="blue">object</font>[] Args( <font color="blue">get</font>; )<br>
<!-- DBG-0 --><a href="RewardCategory.html">RewardCategory</a> Category( <font color="blue">get</font>; )<br>
Type ItemType( <font color="blue">get</font>; )<br>
<!-- DBG-0 --><a href="RewardList.html">RewardList</a> List( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">int</font> Name( <font color="blue">get</font>; )<br>
<font color="blue">string</font> NameString( <font color="blue">get</font>; )<br>
<!-- DBG-0 --><a href="Expansion.html">Expansion</a> RequiredExpansion( <font color="blue">get</font>; )<br>
<!-- DBG-0 --><a href="Item.html">Item</a> Construct()<br>
</body>
</html>