text
stringlengths 0
616
|
|---|
def ToString():
|
# returns System.String
|
pass
|
class Server.MultiData:
|
Components = None
|
UsingUOPFormat = None
|
def get_Components():
|
# returns System.Collections.Generic.Dictionary`2[[System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089],[Server.MultiComponentList, Server, Version=0.5.0.0, Culture=neutral, PublicKeyToken=null]]
|
pass
|
def get_UsingUOPFormat():
|
# returns System.Boolean
|
pass
|
def GetComponents(multiID):
|
# returns Server.MultiComponentList
|
pass
|
def Load(multiID):
|
# returns Server.MultiComponentList
|
pass
|
def UOPLoad(path):
|
# returns System.Void
|
pass
|
def Equals(obj):
|
# returns System.Boolean
|
pass
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
def ToString():
|
# returns System.String
|
pass
|
class Server.MultiTileEntry:
|
def Equals(obj):
|
# returns System.Boolean
|
pass
|
def ToString():
|
# returns System.String
|
pass
|
def GetHashCode():
|
# returns System.Int32
|
pass
|
def GetType():
|
# returns System.Type
|
pass
|
class Server.MultiComponentList:
|
PostHSFormat = None
|
Min = None
|
Max = None
|
Center = None
|
Width = None
|
Height = None
|
Tiles = None
|
List = None
|
def get_PostHSFormat():
|
# returns System.Boolean
|
pass
|
def set_PostHSFormat(value):
|
# returns System.Void
|
pass
|
def get_Min():
|
# returns Server.Point2D
|
pass
|
def get_Max():
|
# returns Server.Point2D
|
pass
|
def get_Center():
|
# returns Server.Point2D
|
pass
|
def get_Width():
|
# returns System.Int32
|
pass
|
def get_Height():
|
# returns System.Int32
|
pass
|
def get_Tiles():
|
# returns Server.StaticTile[][][]
|
pass
|
def get_List():
|
# returns Server.MultiTileEntry[]
|
pass
|
def Add(itemID, x, y, z):
|
# returns System.Void
|
pass
|
def RemoveXYZH(x, y, z, minHeight):
|
# returns System.Void
|
pass
|
def Remove(itemID, x, y, z):
|
# returns System.Void
|
pass
|
def Resize(newWidth, newHeight):
|
# returns System.Void
|
pass
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.