Advertisement
Guest User

Untitled

a guest
May 8th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Delphi 3.63 KB | None | 0 0
  1. TYPE Character
  2. - int[]        getLocationY: n
  3. - int[]        getLocationX: C
  4. - RSString     getMessage: w
  5. - int          getAnimation: ub
  6. - int          isMoving: ab
  7. - int          getX: G
  8. - int          getY: o
  9. - int          getLoopCycleStatus: u
  10. - int          getHPRatio: qb
  11. - int          getHeight: nb
  12. - int          getInteracting: r
  13. - int          getTurnDirection: bb
  14.  
  15. TYPE Player EXTENDS Character:
  16. - RSString     getName: Fb
  17. - Model        getModel: Rb
  18. - short        getPkHeadIcon: Kb
  19. - short        getPrayerHeadIcon: pc
  20. - short        getTeam: Kb
  21. - int          getLevel: Sb
  22.  
  23. TYPE NPC EXTENDS Character:
  24. - NPCDef       getNPCDef: Ob
  25.  
  26. TYPE NPCDef:
  27. - RSString[]   getActions: A
  28. - RSString     getName: U
  29. - int          getType: cb
  30.  
  31. TYPE RSString:
  32. - RSString[]   getActions: A
  33. - RSString     getName: U
  34. - int          getType: cb
  35.  
  36. int[]        getNPCIndexArray: bj.c
  37. NPC[]        getNPCArray: hb.k
  38. int          getNPCCount: jk.g
  39. int[]        getPlayerIndexArray: ef.i
  40. Player[]     getPlayerArray: wh.D
  41. int          getPlayerCount: ba.d
  42. Player       getMyPlayer: wf.q
  43. int          getBaseX: id.l
  44. int          getBaseY: jg.X
  45. int          getPublicChatMode: o.h
  46. int          getLoopCycle: kc.a
  47. int          getSelfInteracting: bi.z
  48. int[][][]    getGroundIntArray: ld.R
  49. byte[][][]   getGroundByteArray: pa.j
  50. int          getPlane: ui.A
  51. int          getCamPosX: pa.G
  52. int          getCamPosY: na.e
  53. int          getCamPosZ: ci.d
  54. int          getCameraCurveY: ve.W
  55. int          getCameraCurveX: ph.L
  56. boolean[]    getValidInterfaceArray: te.p
  57. RSString     getCurrentPassword: af.lb
  58. RSString     getCurrentUsername: af.hb
  59. int          getIdleTime: qh.s
  60. Mouse        getMouse: p.g
  61. Keyboard     getKeyboard: ci.h
  62. Interface[][] getInterfaceCache: eh.e
  63. int          getMouseX: hh.K
  64. int          getMouseY: fj.c
  65. int          getMousePressX: b.l
  66. int          getMousePressY: lg.w
  67. int          getMousePressButton: og.b
  68. int          getMousePressLastButton: sg.e
  69. long         getMousePressTime: ci.p
  70. int          getLoginIndex: vg.t
  71. int[]        getSettingArray: ca.A
  72. Ground[][][] getGroundArray: ej.m
  73. int[]        getSkillExperiencesMax: i.a
  74. int[]        getSkillLevelMaxes: ve.fb
  75. int[]        getSkillLevels: ng.L
  76. int[]        getSkillExperiences: nd.W
  77. int          getMinimapInt3: kb.db
  78. int[]        getCURVECOS: va.b
  79. int[]        getCURVESIN: va.f
  80. int          getMinimapInt2: k.c
  81. int          getMinimapInt1: vj.h
  82. NodeList[][][] getNodeListArray: re.L
  83. RSString[]   getChatMessages: gi.i
  84. RSString[]   getChatNames: ag.ob
  85. int[]        getChatTypes: ve.V
  86. int          getMenuOptionsCount: sh.U
  87. boolean      isMenuOpen: de.o
  88. int          getMenuY: bd.K
  89. int          getMenuX: ng.P
  90. RSString[]   getMenuOptions: uh.l
  91. RSString[]   getMenuActions: id.x
  92. short[]      getActionID: cd.r
  93. long[]       getActionCmd1: wa.f
  94. int[]        getActionCmd2: ah.e
  95. int[]        getActionCmd3: fk.d
  96. Signlink     getSignlink: ac.y
  97. boolean      isFlagged: id.D
  98. boolean      isSpellSelected: wj.J
  99. int          getItemSelected: lh.F
  100. RSString     getSelectedItemName: wj.D
  101. int          spellUsableOn: f.U
  102. RSString     getSelectedSpellName: pa.l
  103. MRUNodes     getObjectDefMRUNodes: dg.S
  104. MRUNodes     getItemDefMRUNodes: qb.U
  105. boolean      isMembers: tb.z
  106. Sprite       getMinimapSprite: (Sprite)rj.g
  107. Sprite[]     getMapDots: (Sprite[])o.d
  108. long[]       getFriendListAsLongs: mc.a
  109. int[]        getFriendNodeIDs: u.n
  110. int          getFriendCount: bj.e
  111. int          getDestX: pe.w
  112. int          getDestY: fk.h
  113. Sprite[]     getMapMarkers: (Sprite[])ug.k
  114. int[][]      getCost: wd.S
  115. int[][]      getVia: bk.a
  116. GroundData[] getGroundDataArray: bk.c
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement