21 lines
817 B
HTML
21 lines
817 B
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - RankFlags</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Guilds.html">Back to Server.Guilds</a></h4>
|
|
<h2>RankFlags (Enum)</h2>
|
|
None = 0x00000000,<br>
|
|
CanInvitePlayer = 0x00000001,<br>
|
|
AccessGuildItems = 0x00000002,<br>
|
|
RemoveLowestRank = 0x00000004,<br>
|
|
RemovePlayers = 0x00000008,<br>
|
|
CanPromoteDemote = 0x00000010,<br>
|
|
ControlWarStatus = 0x00000020,<br>
|
|
AllianceControl = 0x00000040,<br>
|
|
CanSetGuildTitle = 0x00000080,<br>
|
|
CanVote = 0x00000100,<br>
|
|
Member = 0x00000106,<br>
|
|
All = 0x000001FF<br>
|
|
</body>
|
|
</html>
|