text stringlengths 0 616 |
|---|
def get_Tool(): |
# returns Server.Item |
pass |
def get_CraftedItem(): |
# returns Server.Item |
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.SkillGainEventArgs: |
Gained = None |
From = None |
Skill = None |
def get_Gained(): |
# returns System.Int32 |
pass |
def get_From(): |
# returns Server.Mobile |
pass |
def get_Skill(): |
# returns Server.Skill |
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.SkillCheckEventArgs: |
Success = None |
From = None |
Skill = None |
def get_Success(): |
# returns System.Boolean |
pass |
def set_Success(value): |
# returns System.Void |
pass |
def get_From(): |
# returns Server.Mobile |
pass |
def set_From(value): |
# returns System.Void |
pass |
def get_Skill(): |
# returns Server.Skill |
pass |
def set_Skill(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.SkillCapChangeEventArgs: |
Mobile = None |
Skill = None |
OldCap = None |
NewCap = None |
def get_Mobile(): |
# returns Server.Mobile |
pass |
def get_Skill(): |
# returns Server.Skill |
pass |
def get_OldCap(): |
# returns System.Double |
pass |
def get_NewCap(): |
# returns System.Double |
pass |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.