text
stringlengths
0
616
pass
def Seek(index, buffer, length, extra):
# returns System.Boolean
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.Entry3D:
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.GumpData:
Length = None
UOP = None
MUL = None
MaxGumpID = None
def get_Length():
# returns System.Int32
pass
def get_UOP():
# returns System.Boolean
pass
def get_MUL():
# returns System.Boolean
pass
def get_MaxGumpID():
# returns System.Int32
pass
def GetGump(index, hue, onlyHueGrayPixels):
# returns System.Drawing.Bitmap
pass
def GetGump(index):
# returns System.Drawing.Bitmap
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.HueData:
List = None
CheckFile = None
def get_List():
# returns Server.HueData+Hue[]
pass
def get_CheckFile():
# returns System.Boolean
pass
def GetHue(index):
# returns Server.HueData+Hue
pass
def ApplyTo(bmp, hue, onlyHueGrayPixels):
# returns System.Void
pass
def ApplyTo(bmp, hue, onlyHueGrayPixels):
# returns System.Void
pass
def ApplyTo(bmp, colors, onlyHueGrayPixels):
# returns System.Void
pass
def Equals(obj):
# returns System.Boolean
pass
def GetHashCode():
# returns System.Int32
pass
def GetType():
# returns System.Type
pass