AvatarsConquest/Docs/types/SpeedInfo.html

16 lines
1.3 KiB
HTML

<html>
<head>
<title>RunUO Documentation - Class Overview - SpeedInfo</title>
</head>
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
<h4><a href="../namespaces/Server.html">Back to Server</a></h4>
<h2>SpeedInfo</h2>
(<font color="blue">static</font>) <font color="blue">bool</font> Contains( <font color="blue">object</font> obj )<br>
(<font color="blue">static</font>) <font color="blue">bool</font> GetSpeeds( <font color="blue">object</font> obj, <font color="blue">ref</font> <font color="blue">double</font> activeSpeed, <font color="blue">ref</font> <font color="blue">double</font> passiveSpeed )<br>
(<font color="blue">static</font>) <font color="blue">void</font> LoadTable()<br>
(<font color="blue">ctor</font>) SpeedInfo( <font color="blue">double</font> activeSpeed, <font color="blue">double</font> passiveSpeed, Type[] types )<br>
<font color="blue">double</font> ActiveSpeed( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
<font color="blue">double</font> PassiveSpeed( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
Type[] Types( <font color="blue">get</font>; <font color="blue">set</font>; )<br>
</body>
</html>