Difference between revisions of "Server List Filters"

From King Arthur's Gold Wiki
Jump to: navigation, search
(Created page with "'''Implementation Status:''' Under Development<br/> (WIP) full (bool) empty (bool) IPAddress IPv4Address IPv6Address port (int)...")
 
Line 2: Line 2:
 
(WIP)
 
(WIP)
  
full (bool)
+
full (bool)<br>
empty (bool)
+
empty (bool)<br>
IPAddress
+
IPAddress<br>
IPv4Address
+
IPv4Address<br>
IPv6Address
+
IPv6Address<br>
port (int)
+
port (int)<br>
gameMode (int)
+
gameMode (int)<br>
mostPlayers
+
mostPlayers<br>
leastPlayers
+
leastPlayers<br>
build
+
build<br>
current (bool)
+
current (bool)<br>
lastUpdated (ISO date)
+
lastUpdated (ISO date)<br>
firstSeen (ISO date)
+
firstSeen (ISO date)<br>
connectable (bool)
+
connectable (bool)<br>
password (bool)
+
password (bool)<br>
preferAF (bool)
+
preferAF (bool)<br>
gold (bool)
+
gold (bool)<br>
nameContains (string, partial match)
+
nameContains (string, partial match)<br>
name (string)
+
name (string)<br>
description (string)
+
description (string)<br>
descriptionContains (string, partial match)
+
descriptionContains (string, partial match)<br>
  
  
 
[[:Category:API]]
 
[[:Category:API]]

Revision as of 20:54, 11 May 2012

Implementation Status: Under Development
(WIP)

full (bool)
empty (bool)
IPAddress
IPv4Address
IPv6Address
port (int)
gameMode (int)
mostPlayers
leastPlayers
build
current (bool)
lastUpdated (ISO date)
firstSeen (ISO date)
connectable (bool)
password (bool)
preferAF (bool)
gold (bool)
nameContains (string, partial match)
name (string)
description (string)
descriptionContains (string, partial match)


Category:API