text
stringlengths
0
616
class Server.ChangeProfileRequestEventArgs:
Beholder = None
Beheld = None
Text = None
def get_Beholder():
# returns Server.Mobile
pass
def get_Beheld():
# returns Server.Mobile
pass
def get_Text():
# returns System.String
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.PaperdollRequestEventArgs:
Beholder = None
Beheld = None
def get_Beholder():
# returns Server.Mobile
pass
def get_Beheld():
# returns Server.Mobile
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.AccountLoginEventArgs:
State = None
Username = None
Password = None
Accepted = None
RejectReason = None
def get_State():
# returns Server.Network.NetState
pass
def get_Username():
# returns System.String
pass
def get_Password():
# returns System.String
pass
def get_Accepted():
# returns System.Boolean
pass
def set_Accepted(value):
# returns System.Void
pass
def get_RejectReason():
# returns Server.Network.ALRReason
pass
def set_RejectReason(value):
# 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.VirtueItemRequestEventArgs:
Beholder = None
Beheld = None
GumpID = None
def get_Beholder():
# returns Server.Mobile
pass
def get_Beheld():