24 lines
942 B
HTML
24 lines
942 B
HTML
<html>
|
|
<head>
|
|
<title>RunUO Documentation - Class Overview - PlayerFlag</title>
|
|
</head>
|
|
<body bgcolor="white" style="font-family: Courier New" text="#000000" link="#000000" vlink="#000000" alink="#808080">
|
|
<h4><a href="../namespaces/Server.Mobiles.html">Back to Server.Mobiles</a></h4>
|
|
<h2>PlayerFlag (Enum)</h2>
|
|
None = 0x00000000,<br>
|
|
Glassblowing = 0x00000001,<br>
|
|
Masonry = 0x00000002,<br>
|
|
SandMining = 0x00000004,<br>
|
|
StoneMining = 0x00000008,<br>
|
|
ToggleMiningStone = 0x00000010,<br>
|
|
KarmaLocked = 0x00000020,<br>
|
|
AutoRenewInsurance = 0x00000040,<br>
|
|
UseOwnFilter = 0x00000080,<br>
|
|
PublicMyRunUO = 0x00000100,<br>
|
|
PagingSquelched = 0x00000200,<br>
|
|
Young = 0x00000400,<br>
|
|
AcceptGuildInvites = 0x00000800,<br>
|
|
DisplayChampionTitle = 0x00001000,<br>
|
|
HasStatReward = 0x00002000<br>
|
|
</body>
|
|
</html>
|