Guest User

Untitled

a guest
Mar 18th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 285.31 KB | None | 0 0
  1.  
  2. IncludeFile "Packer.pbi"
  3.  
  4. ;{
  5.  
  6. Global agkCreateString : PrototypeC.i AGKCommand0(size.i)
  7. Global agkDeleteString : PrototypeC AGKCommand1(str.i)
  8. Global agkWorldToScreenX : PrototypeC.f AGKCommand2(x.f)
  9. Global agkWorldToScreenY : PrototypeC.f AGKCommand3(y.f)
  10. Global agkScreenToWorldX : PrototypeC.f AGKCommand4(x.f)
  11. Global agkScreenToWorldY : PrototypeC.f AGKCommand5(y.f)
  12. Global agkSetResolutionMode : PrototypeC AGKCommand6(mode.i)
  13. Global agkSetSyncRate : PrototypeC AGKCommand7(fps.f, mode.i)
  14. Global agkSetOrientationAllowed : PrototypeC AGKCommand8(portrait.i, portrait2.i, landscape.i, landscape2.i)
  15. Global agkSetTransitionMode : PrototypeC AGKCommand9(mode.i)
  16. Global agkSetDisplayAspect : PrototypeC AGKCommand10(aspect.f)
  17. Global agkSetRenderToImage : PrototypeC AGKCommand11(colorImage.i, depthImage.i)
  18. Global agkSetRenderToScreen : PrototypeC AGKCommand12()
  19. Global agkGetCL : PrototypeC.i AGKCommand13()
  20. Global agkSetScissor : PrototypeC AGKCommand14(x.f, y.f, x2.f, y2.f)
  21. Global agkSetIntendedDeviceSize : PrototypeC AGKCommand15(width.i, height.i)
  22. Global agkUseNewDefaultFonts : PrototypeC AGKCommand16(mode.i)
  23. Global agkGetDeviceWidth : PrototypeC.i AGKCommand17()
  24. Global agkGetDeviceHeight : PrototypeC.i AGKCommand18()
  25. Global agkSetVirtualResolution : PrototypeC AGKCommand19(iWidth.i, iHeight.i)
  26. Global agkUpdateDeviceSize : PrototypeC AGKCommand20(w.i, h.i)
  27. Global agkGetVirtualWidth : PrototypeC.i AGKCommand21()
  28. Global agkGetVirtualHeight : PrototypeC.i AGKCommand22()
  29. Global agkGetScreenBoundsLeft : PrototypeC.f AGKCommand23()
  30. Global agkGetScreenBoundsRight : PrototypeC.f AGKCommand24()
  31. Global agkGetScreenBoundsTop : PrototypeC.f AGKCommand25()
  32. Global agkGetScreenBoundsBottom : PrototypeC.f AGKCommand26()
  33. Global agkGetDisplayAspect : PrototypeC.f AGKCommand27()
  34. Global agkGetOrientation : PrototypeC.i AGKCommand28()
  35. Global agkGetPaused : PrototypeC.i AGKCommand29()
  36. Global agkGetResumed : PrototypeC.i AGKCommand30()
  37. Global agkSetDefaultMagFilter : PrototypeC AGKCommand31(filter.i)
  38. Global agkSetDefaultMinFilter : PrototypeC AGKCommand32(filter.i)
  39. Global agkSetDefaultWrapU : PrototypeC AGKCommand33(mode.i)
  40. Global agkSetDefaultWrapV : PrototypeC AGKCommand34(mode.i)
  41. Global agkSetViewOffset : PrototypeC AGKCommand35(x.f, y.f)
  42. Global agkSetViewZoom : PrototypeC AGKCommand36(zoom.f)
  43. Global agkSetViewZoomMode : PrototypeC AGKCommand37(mode.i)
  44. Global agkGetViewOffsetX : PrototypeC.f AGKCommand38()
  45. Global agkGetViewOffsetY : PrototypeC.f AGKCommand39()
  46. Global agkGetViewZoom : PrototypeC.f AGKCommand40()
  47. Global agkSync : PrototypeC AGKCommand41()
  48. Global agkBreak : PrototypeC AGKCommand42()
  49. Global agkStepPhysics : PrototypeC AGKCommand43(time.f)
  50. Global agkUpdate : PrototypeC AGKCommand44(time.f)
  51. Global agkUpdate2D : PrototypeC AGKCommand45(time.f)
  52. Global agkUpdate3D : PrototypeC AGKCommand46(time.f)
  53. Global agkRender2DBack : PrototypeC AGKCommand47()
  54. Global agkRender : PrototypeC AGKCommand48()
  55. Global agkRender2DFront : PrototypeC AGKCommand49()
  56. Global agkRender3D : PrototypeC AGKCommand50()
  57. Global agkSwap : PrototypeC AGKCommand51()
  58. Global agkClearScreen : PrototypeC AGKCommand52()
  59. Global agkClearDepthBuffer : PrototypeC AGKCommand53()
  60. Global agkSetGenerateMipmaps : PrototypeC AGKCommand54(generate.i)
  61. Global agkTimer : PrototypeC.f AGKCommand55()
  62. Global agkResetTimer : PrototypeC AGKCommand56()
  63. Global agkGetRunTime : PrototypeC.f AGKCommand57()
  64. Global agkGetSeconds : PrototypeC.i AGKCommand58()
  65. Global agkGetFrameTime : PrototypeC.f AGKCommand59()
  66. Global agkGetMilliseconds : PrototypeC.i AGKCommand60()
  67. Global agkGetDeviceID : PrototypeC.i AGKCommand61()
  68. Global agkGetNumProcessors : PrototypeC.i AGKCommand62()
  69. Global agkSha1 : PrototypeC.i AGKCommand63(str.i)
  70. Global agkSha256 : PrototypeC.i AGKCommand64(str.i)
  71. Global agkSha512 : PrototypeC.i AGKCommand65(str.i)
  72. Global agkHTTPEncode : PrototypeC.i AGKCommand66(str.i)
  73. Global agkHTTPDecode : PrototypeC.i AGKCommand67(str.i)
  74. Global agkSetRandomSeed : PrototypeC AGKCommand68(seed.i)
  75. ;-Global agkRandom : PrototypeC.i AGKCommand69()
  76. Global agkRandom : PrototypeC.i AGKCommand70(from.i, too.i)
  77. Global agkRandomSign : PrototypeC.i AGKCommand71(value.i)
  78. Global agkSetRandomSeed2 : PrototypeC AGKCommand72(seed.i)
  79. ;-Global agkRandom2 : PrototypeC.i AGKCommand73()
  80. Global agkRandom2 : PrototypeC.i AGKCommand74(from.i, too.i)
  81. Global agkATanFull : PrototypeC.f AGKCommand75(x.f, y.f)
  82. Global agkATanFullRad : PrototypeC.f AGKCommand76(x.f, y.f)
  83. Global agkSetSortTextures : PrototypeC AGKCommand77(sort.i)
  84. Global agkSetSortDepth : PrototypeC AGKCommand78(sort.i)
  85. Global agkSetSortTransparentDepth : PrototypeC AGKCommand79(sort.i)
  86. Global agkSetSortCreated : PrototypeC AGKCommand80(sort.i)
  87. Global agkScreenFPS : PrototypeC.f AGKCommand81()
  88. Global agkGetPolygonsDrawn : PrototypeC.i AGKCommand82()
  89. Global agkGetVerticesProcessed : PrototypeC.i AGKCommand83()
  90. Global agkEnableClearDepth : PrototypeC AGKCommand84(clear.i)
  91. Global agkEnableClearColor : PrototypeC AGKCommand85(clear.i)
  92. Global agkSetBorderColor : PrototypeC AGKCommand86(red.i, green.i, blue.i)
  93. Global agkSetClearColor : PrototypeC AGKCommand87(red.i, green.i, blue.i)
  94. Global agkGetImagePtr : PrototypeC AGKCommand88(iImageIndex.i)
  95. Global agkGetImageTextureID : PrototypeC.i AGKCommand89(iImageIndex.i)
  96. ;-Global agkLoadImage : PrototypeC AGKCommand90(iImageIndex.i, sImageFilename.i, bBlackToAlpha.i)
  97. Global agkLoadImage : PrototypeC AGKCommand91(ID.i, sImageFilename.i)
  98. ;Global agkLoadImage : PrototypeC.i AGKCommand92(sImageFilename.i, bBlackToAlpha.i)
  99. ;-Global agkLoadImage : PrototypeC.i AGKCommand93(sImageFilename.i)
  100. ;-Global agkLoadSubImage : PrototypeC AGKCommand94(iImageIndex.i, iParentIndex.i, sImageFilename.i)
  101. Global agkLoadSubImage : PrototypeC.i AGKCommand95(iParentIndex.i, sImageFilename.i)
  102. ;-Global agkLoadImageResized : PrototypeC AGKCommand96(iImageID.i, szFilename.i, scaleX.f, scaleY.f, cache.i)
  103. Global agkLoadImageResized : PrototypeC.i AGKCommand97(szFilename.i, scaleX.f, scaleY.f, cache.i)
  104. ;-Global agkCreateImageColor : PrototypeC AGKCommand98(imageID.i, red.i, green.i, blue.i, alpha.i)
  105. Global agkCreateImageColor : PrototypeC.i AGKCommand99(red.i, green.i, blue.i, alpha.i)
  106. ;-Global agkCreateRenderImage : PrototypeC AGKCommand100(imageID.i, width.i, height.i, format.i, mipmap.i)
  107. Global agkCreateRenderImage : PrototypeC.i AGKCommand101(width.i, height.i, format.i, mipmap.i)
  108. Global agkGetImageExists : PrototypeC.i AGKCommand102(iImageIndex.i)
  109. Global agkDeleteImage : PrototypeC AGKCommand103(iImageIndex.i)
  110. Global agkDeleteAllImages : PrototypeC AGKCommand104()
  111. Global agkGetImageWidth : PrototypeC.f AGKCommand105(iImageIndex.i)
  112. Global agkGetImageHeight : PrototypeC.f AGKCommand106(iImageIndex.i)
  113. Global agkSetImageMinFilter : PrototypeC AGKCommand107(iImageIndex.i, mode.i)
  114. Global agkSetImageMagFilter : PrototypeC AGKCommand108(iImageIndex.i, mode.i)
  115. Global agkSetImageWrapU : PrototypeC AGKCommand109(iImageIndex.i, mode.i)
  116. Global agkSetImageWrapV : PrototypeC AGKCommand110(iImageIndex.i, mode.i)
  117. Global agkSetImageMask : PrototypeC AGKCommand111(iDstImage.i, iSrcImage.i, dst.i, src.i, x.i, y.i)
  118. Global agkSetImageTransparentColor : PrototypeC AGKCommand112(iImage.i, r.i, g.i, b.i)
  119. Global agkSaveImage : PrototypeC AGKCommand113(iImageIndex.i, filename.i)
  120. Global agkGetImage : PrototypeC.i AGKCommand114(x.f, y.f, width.f, height.f)
  121. ;-Global agkGetImage : PrototypeC AGKCommand115(imageID.i, x.f, y.f, width.f, height.f)
  122. Global agkGetImageFilename : PrototypeC.i AGKCommand116(imageID.i)
  123. Global agkCopyImage : PrototypeC.i AGKCommand117(fromImage.i, x.i, y.i, width.i, height.i)
  124. ;-Global agkCopyImage : PrototypeC AGKCommand118(newImage.i, fromImage.i, x.i, y.i, width.i, height.i)
  125. Global agkResizeImage : PrototypeC AGKCommand119(imageID.i, width.i, height.i)
  126. Global agkShowChooseImageScreen : PrototypeC.i AGKCommand120()
  127. Global agkIsChoosingImage : PrototypeC.i AGKCommand121()
  128. Global agkGetChosenImage : PrototypeC.i AGKCommand122()
  129. Global agkShowImageCaptureScreen : PrototypeC.i AGKCommand123()
  130. Global agkIsCapturingImage : PrototypeC.i AGKCommand124()
  131. Global agkGetCapturedImage : PrototypeC.i AGKCommand125()
  132. Global agkDecodeQRCode : PrototypeC.i AGKCommand126(image.i)
  133. Global agkEncodeQRCode : PrototypeC.i AGKCommand127(text.i, errormode.i)
  134. Global agkPrintImage : PrototypeC AGKCommand128(image.i, size.f)
  135. Global agkSetImageSavePixels : PrototypeC AGKCommand129(mode.i)
  136. Global agkGetSpritePtr : PrototypeC AGKCommand130(iSpriteIndex.i)
  137. Global agkGetSpriteImageID : PrototypeC.i AGKCommand131(iSpriteIndex.i)
  138. Global agkCreateSprite : PrototypeC AGKCommand132(iSpriteIndex.i, iImageIndex.i)
  139. ;-Global agkCreateSprite : PrototypeC.i AGKCommand133(iImageIndex.i)
  140. Global agkLoadSprite : PrototypeC.i AGKCommand134(imagefile.i)
  141. ;-Global agkLoadSprite : PrototypeC AGKCommand135(iSpriteIndex.i, imagefile.i)
  142. Global agkCloneSprite : PrototypeC AGKCommand136(iSpriteIndex.i, iOtherSprite.i)
  143. ;-Global agkCloneSprite : PrototypeC.i AGKCommand137(iOtherSprite.i)
  144. Global agkCreateDummySprite : PrototypeC AGKCommand138(iSpriteIndex.i)
  145. ;-Global agkCreateDummySprite : PrototypeC.i AGKCommand139()
  146. Global agkGetSpriteExists : PrototypeC.i AGKCommand140(iSpriteIndex.i)
  147. Global agkDeleteSprite : PrototypeC AGKCommand141(iSpriteIndex.i)
  148. Global agkDeleteAllSprites : PrototypeC AGKCommand142()
  149. ;-Global agkSetSpriteImage : PrototypeC AGKCommand143(iSpriteIndex.i, iImageIndex.i)
  150. Global agkSetSpriteImage : PrototypeC AGKCommand144(iSpriteIndex.i, iImageIndex.i, bUpdateShape.i)
  151. Global agkSetSpriteAdditionalImage : PrototypeC AGKCommand145(iSpriteIndex.i, iImageIndex.i, iStage.i)
  152. Global agkSetSpriteUV : PrototypeC AGKCommand146(iSpriteIndex.i, u1.f, v1.f, u2.f, v2.f, u3.f, v3.f, u4.f, v4.f)
  153. Global agkResetSpriteUV : PrototypeC AGKCommand147(iSpriteIndex.i)
  154. Global agkSetSpritePosition : PrototypeC AGKCommand148(iSpriteIndex.i, fX.f, fY.f)
  155. Global agkSetSpritePositionByOffset : PrototypeC AGKCommand149(iSpriteIndex.i, fX.f, fY.f)
  156. Global agkSetSpriteX : PrototypeC AGKCommand150(iSpriteIndex.i, fX.f)
  157. Global agkSetSpriteY : PrototypeC AGKCommand151(iSpriteIndex.i, fY.f)
  158. Global agkSetSpriteAngle : PrototypeC AGKCommand152(iSpriteIndex.i, fAng.f)
  159. Global agkSetSpriteAngleRad : PrototypeC AGKCommand153(iSpriteIndex.i, fAng.f)
  160. Global agkSetSpriteDepth : PrototypeC AGKCommand154(iSpriteIndex.i, iDepth.i)
  161. Global agkSetSpriteFlip : PrototypeC AGKCommand155(iSpriteIndex.i, horz.i, vert.i)
  162. Global agkSetSpriteSnap : PrototypeC AGKCommand156(iSpriteIndex.i, snap.i)
  163. Global agkSetSpriteVisible : PrototypeC AGKCommand157(iSpriteIndex.i, bVisible.i)
  164. Global agkSetSpriteActive : PrototypeC AGKCommand158(iSpriteIndex.i, bActive.i)
  165. Global agkGetSpriteX : PrototypeC.f AGKCommand159(iSpriteIndex.i)
  166. Global agkGetSpriteY : PrototypeC.f AGKCommand160(iSpriteIndex.i)
  167. Global agkGetSpriteXByOffset : PrototypeC.f AGKCommand161(iSpriteIndex.i)
  168. Global agkGetSpriteYByOffset : PrototypeC.f AGKCommand162(iSpriteIndex.i)
  169. Global agkGetSpriteOffsetX : PrototypeC.f AGKCommand163(iSpriteIndex.i)
  170. Global agkGetSpriteOffsetY : PrototypeC.f AGKCommand164(iSpriteIndex.i)
  171. Global agkGetSpriteWidth : PrototypeC.f AGKCommand165(iSpriteIndex.i)
  172. Global agkGetSpriteAngle : PrototypeC.f AGKCommand166(iSpriteIndex.i)
  173. Global agkGetSpriteAngleRad : PrototypeC.f AGKCommand167(iSpriteIndex.i)
  174. Global agkGetSpriteHeight : PrototypeC.f AGKCommand168(iSpriteIndex.i)
  175. Global agkGetSpriteScaleX : PrototypeC.f AGKCommand169(iSpriteIndex.i)
  176. Global agkGetSpriteScaleY : PrototypeC.f AGKCommand170(iSpriteIndex.i)
  177. Global agkGetSpriteHitTest : PrototypeC.i AGKCommand171(iSpriteIndex.i, x.f, y.f)
  178. Global agkGetSpriteHit : PrototypeC.i AGKCommand172(x.f, y.f)
  179. Global agkGetSpriteHitGroup : PrototypeC.i AGKCommand173(group.i, x.f, y.f)
  180. Global agkGetSpriteHitCategory : PrototypeC.i AGKCommand174(categories.i, x.f, y.f)
  181. Global agkGetSpriteDepth : PrototypeC.i AGKCommand175(iSpriteIndex.i)
  182. Global agkGetSpriteColorRed : PrototypeC.i AGKCommand176(iSpriteIndex.i)
  183. Global agkGetSpriteColorGreen : PrototypeC.i AGKCommand177(iSpriteIndex.i)
  184. Global agkGetSpriteColorBlue : PrototypeC.i AGKCommand178(iSpriteIndex.i)
  185. Global agkGetSpriteColorAlpha : PrototypeC.i AGKCommand179(iSpriteIndex.i)
  186. Global agkGetSpritePlaying : PrototypeC.i AGKCommand180(iSpriteIndex.i)
  187. Global agkGetSpriteVisible : PrototypeC.i AGKCommand181(iSpriteIndex.i)
  188. Global agkGetSpriteActive : PrototypeC.i AGKCommand182(iSpriteIndex.i)
  189. Global agkGetSpriteGroup : PrototypeC.i AGKCommand183(iSpriteIndex.i)
  190. Global agkGetSpriteXFromPixel : PrototypeC.f AGKCommand184(iSpriteIndex.i, x.i)
  191. Global agkGetSpriteYFromPixel : PrototypeC.f AGKCommand185(iSpriteIndex.i, y.i)
  192. Global agkGetSpritePixelFromX : PrototypeC.i AGKCommand186(iSpriteIndex.i, x.f)
  193. Global agkGetSpritePixelFromY : PrototypeC.i AGKCommand187(iSpriteIndex.i, y.f)
  194. Global agkGetWorldXFromSprite : PrototypeC.f AGKCommand188(iSpriteIndex.i, x.f, y.f)
  195. Global agkGetWorldYFromSprite : PrototypeC.f AGKCommand189(iSpriteIndex.i, x.f, y.f)
  196. Global agkGetSpriteXFromWorld : PrototypeC.f AGKCommand190(iSpriteIndex.i, x.f, y.f)
  197. Global agkGetSpriteYFromWorld : PrototypeC.f AGKCommand191(iSpriteIndex.i, x.f, y.f)
  198. Global agkSetSpriteSize : PrototypeC AGKCommand192(iSpriteIndex.i, width.f, height.f)
  199. Global agkSetSpriteAnimation : PrototypeC AGKCommand193(iSpriteIndex.i, iFrameWidth.i, iFrameHeight.i, iFrameCount.i)
  200. Global agkAddSpriteAnimationFrame : PrototypeC AGKCommand194(iSpriteIndex.i, iImageIndex.i)
  201. Global agkClearSpriteAnimationFrames : PrototypeC AGKCommand195(iSpriteIndex.i)
  202. Global agkSetSpriteSpeed : PrototypeC AGKCommand196(iSpriteIndex.i, fFps.f)
  203. ;-Global agkPlaySprite : PrototypeC AGKCommand197(iSpriteIndex.i)
  204. ;-Global agkPlaySprite : PrototypeC AGKCommand198(iSpriteIndex.i, fFps.f)
  205. ;-Global agkPlaySprite : PrototypeC AGKCommand199(iSpriteIndex.i, fFps.f, iLoop.i)
  206. Global agkPlaySprite : PrototypeC AGKCommand200(iSpriteIndex.i, fFps.f, iLoop.i, iFromFrame.i, iToFrame.i)
  207. Global agkStopSprite : PrototypeC AGKCommand201(iSpriteIndex.i)
  208. Global agkResumeSprite : PrototypeC AGKCommand202(iSpriteIndex.i)
  209. Global agkSetSpriteFrame : PrototypeC AGKCommand203(iSpriteIndex.i, iFrame.i)
  210. Global agkGetSpriteCurrentFrame : PrototypeC.i AGKCommand204(iSpriteIndex.i)
  211. Global agkGetSpriteFrameCount : PrototypeC.i AGKCommand205(iSpriteIndex.i)
  212. Global agkSetSpriteTransparency : PrototypeC AGKCommand206(iSpriteIndex.i, mode.i)
  213. Global agkSetSpriteOffset : PrototypeC AGKCommand207(iSpriteIndex.i, x.f, y.f)
  214. Global agkSetSpriteColor : PrototypeC AGKCommand208(iSpriteIndex.i, iRed.i, iGreen.i, iBlue.i, iAlpha.i)
  215. Global agkSetSpriteColorRed : PrototypeC AGKCommand209(iSpriteIndex.i, iRed.i)
  216. Global agkSetSpriteColorGreen : PrototypeC AGKCommand210(iSpriteIndex.i, iGreen.i)
  217. Global agkSetSpriteColorBlue : PrototypeC AGKCommand211(iSpriteIndex.i, iBlue.i)
  218. Global agkSetSpriteColorAlpha : PrototypeC AGKCommand212(iSpriteIndex.i, iAlpha.i)
  219. Global agkSetSpriteUVBorder : PrototypeC AGKCommand213(iSpriteIndex.i, border.f)
  220. Global agkSetSpriteUVOffset : PrototypeC AGKCommand214(iSpriteIndex.i, u.f, v.f)
  221. Global agkSetSpriteUVScale : PrototypeC AGKCommand215(iSpriteIndex.i, scaleU.f, scaleV.f)
  222. Global agkFixSpriteToScreen : PrototypeC AGKCommand216(iSpriteIndex.i, mode.i)
  223. Global agkSetSpriteScale : PrototypeC AGKCommand217(iSpriteIndex.i, x.f, y.f)
  224. Global agkSetSpriteScaleByOffset : PrototypeC AGKCommand218(iSpriteIndex.i, x.f, y.f)
  225. Global agkSetSpriteScissor : PrototypeC AGKCommand219(iSpriteIndex.i, x.f, y.f, x2.f, y2.f)
  226. Global agkSetSpriteShader : PrototypeC AGKCommand220(spriteID.i, shaderID.i)
  227. Global agkDrawSprite : PrototypeC AGKCommand221(iSpriteIndex.i)
  228. Global agkSetPhysicsScale : PrototypeC AGKCommand222(scale.f)
  229. Global agkSetPhysicsGravity : PrototypeC AGKCommand223(x.f, y.f)
  230. Global agkSetPhysicsDebugOn : PrototypeC AGKCommand224()
  231. Global agkSetPhysicsDebugOff : PrototypeC AGKCommand225()
  232. Global agkSetPhysicsThreading : PrototypeC AGKCommand226(threads.i)
  233. Global agkSetPhysicsCCD : PrototypeC AGKCommand227(mode.i)
  234. Global agkSetPhysicsSleeping : PrototypeC AGKCommand228(mode.i)
  235. Global agkGetPhysicsSolveTime : PrototypeC.f AGKCommand229()
  236. Global agkGetPhysicsIslandCount : PrototypeC.i AGKCommand230()
  237. Global agkSetPhysicsMaxPolygonPoints : PrototypeC AGKCommand231(points.i)
  238. Global agkSetPhysicsWallTop : PrototypeC AGKCommand232(mode.i)
  239. Global agkSetPhysicsWallLeft : PrototypeC AGKCommand233(mode.i)
  240. Global agkSetPhysicsWallRight : PrototypeC AGKCommand234(mode.i)
  241. Global agkSetPhysicsWallBottom : PrototypeC AGKCommand235(mode.i)
  242. Global agkCreatePhysicsForce : PrototypeC.i AGKCommand236(x.f, y.f, power.f, limit.f, range.f, fade.i)
  243. Global agkDeletePhysicsForce : PrototypeC AGKCommand237(iForceIndex.i)
  244. Global agkSetPhysicsForcePosition : PrototypeC AGKCommand238(iForceIndex.i, x.f, y.f)
  245. Global agkSetPhysicsForcePower : PrototypeC AGKCommand239(iForceIndex.i, power.f)
  246. Global agkSetPhysicsForceRange : PrototypeC AGKCommand240(iForceIndex.i, range.f)
  247. Global agkSetSpriteShape : PrototypeC AGKCommand241(iSpriteIndex.i, shape.i)
  248. Global agkSetSpriteShapeBox : PrototypeC AGKCommand242(iSpriteIndex.i, x.f, y.f, x2.f, y2.f, angle.f)
  249. Global agkSetSpriteShapeCircle : PrototypeC AGKCommand243(iSpriteIndex.i, x.f, y.f, radius.f)
  250. Global agkSetSpriteShapePolygon : PrototypeC AGKCommand244(iSpriteIndex.i, numPoints.i, index.i, x.f, y.f)
  251. Global agkAddSpriteShapeBox : PrototypeC AGKCommand245(iSpriteIndex.i, x.f, y.f, x2.f, y2.f, angle.f)
  252. Global agkAddSpriteShapeCircle : PrototypeC AGKCommand246(iSpriteIndex.i, x.f, y.f, radius.f)
  253. Global agkAddSpriteShapePolygon : PrototypeC AGKCommand247(iSpriteIndex.i, numPoints.i, index.i, x.f, y.f)
  254. Global agkClearSpriteShapes : PrototypeC AGKCommand248(iSpriteIndex.i)
  255. Global agkSetSpritePhysicsCOM : PrototypeC AGKCommand249(iSpriteIndex.i, x.f, y.f)
  256. Global agkCalculateSpritePhysicsCOM : PrototypeC AGKCommand250(iSpriteIndex.i)
  257. Global agkSetSpritePhysicsOn : PrototypeC AGKCommand251(iSpriteIndex.i, mode.i)
  258. Global agkSetSpritePhysicsOff : PrototypeC AGKCommand252(iSpriteIndex.i)
  259. Global agkSetSpritePhysicsDelete : PrototypeC AGKCommand253(iSpriteIndex.i)
  260. Global agkSetSpritePhysicsFriction : PrototypeC AGKCommand254(iSpriteIndex.i, friction.f)
  261. Global agkSetSpritePhysicsRestitution : PrototypeC AGKCommand255(iSpriteIndex.i, restitution.f)
  262. Global agkSetSpritePhysicsCanRotate : PrototypeC AGKCommand256(iSpriteIndex.i, rotate.i)
  263. Global agkSetSpritePhysicsVelocity : PrototypeC AGKCommand257(iSpriteIndex.i, vx.f, vy.f)
  264. Global agkSetSpritePhysicsAngularVelocity : PrototypeC AGKCommand258(iSpriteIndex.i, va.f)
  265. Global agkSetSpritePhysicsDamping : PrototypeC AGKCommand259(iSpriteIndex.i, damp.f)
  266. Global agkSetSpritePhysicsAngularDamping : PrototypeC AGKCommand260(iSpriteIndex.i, damp.f)
  267. Global agkSetSpritePhysicsIsBullet : PrototypeC AGKCommand261(iSpriteIndex.i, bullet.i)
  268. Global agkSetSpritePhysicsMass : PrototypeC AGKCommand262(iSpriteIndex.i, mass.f)
  269. Global agkSetSpritePhysicsIsSensor : PrototypeC AGKCommand263(iSpriteIndex.i, sensor.i)
  270. Global agkSetSpriteGroup : PrototypeC AGKCommand264(iSpriteIndex.i, group.i)
  271. Global agkSetSpriteCategoryBits : PrototypeC AGKCommand265(iSpriteIndex.i, categories.i)
  272. Global agkSetSpriteCategoryBit : PrototypeC AGKCommand266(iSpriteIndex.i, category.i, flag.i)
  273. Global agkSetSpriteCollideBits : PrototypeC AGKCommand267(iSpriteIndex.i, mask.i)
  274. Global agkSetSpriteCollideBit : PrototypeC AGKCommand268(iSpriteIndex.i, category.i, flag.i)
  275. Global agkSetSpritePhysicsForce : PrototypeC AGKCommand269(iSpriteIndex.i, x.f, y.f, vx.f, vy.f)
  276. Global agkSetSpritePhysicsTorque : PrototypeC AGKCommand270(iSpriteIndex.i, torque.f)
  277. Global agkSetSpritePhysicsImpulse : PrototypeC AGKCommand271(iSpriteIndex.i, x.f, y.f, vx.f, vy.f)
  278. Global agkSetSpritePhysicsAngularImpulse : PrototypeC AGKCommand272(iSpriteIndex.i, impulse.f)
  279. Global agkGetSpritePhysicsVelocityX : PrototypeC.f AGKCommand273(iSpriteIndex.i)
  280. Global agkGetSpritePhysicsVelocityY : PrototypeC.f AGKCommand274(iSpriteIndex.i)
  281. Global agkGetSpritePhysicsAngularVelocity : PrototypeC.f AGKCommand275(iSpriteIndex.i)
  282. Global agkGetSpritePhysicsMass : PrototypeC.f AGKCommand276(iSpriteIndex.i)
  283. Global agkDeleteJoint : PrototypeC AGKCommand277(iJointIndex.i)
  284. Global agkGetJointExists : PrototypeC.i AGKCommand278(iJointIndex.i)
  285. ;-Global agkCreateDistanceJoint : PrototypeC AGKCommand279(iJointIndex.i, iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, x2.f, y2.f, colConnected.i)
  286. ;-Global agkCreateRevoluteJoint : PrototypeC AGKCommand280(iJointIndex.i, iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, colConnected.i)
  287. ;-Global agkCreatePrismaticJoint : PrototypeC AGKCommand281(iJointIndex.i, iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, vx.f, vy.f, colConnected.i)
  288. ;-Global agkCreatePulleyJoint : PrototypeC AGKCommand282(iJointIndex.i, iSpriteIndex1.i, iSpriteIndex2.i, gnd1x.f, gnd1y.f, gnd2x.f, gnd2y.f, a1x.f, a1y.f, a2x.f, a2y.f, ratio.f, colConnected.i)
  289. ;-Global agkCreateMouseJoint : PrototypeC AGKCommand283(iJointIndex.i, iSpriteIndex.i, x.f, y.f, maxForce.f)
  290. ;-Global agkCreateLineJoint : PrototypeC AGKCommand284(iJointIndex.i, iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, vx.f, vy.f, colConnected.i)
  291. ;-Global agkCreateWeldJoint : PrototypeC AGKCommand285(iJointIndex.i, iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, colConnected.i)
  292. ;-Global agkCreateGearJoint : PrototypeC AGKCommand286(iJointIndex.i, iJoint1.i, iJoint2.i, ratio.f)
  293. Global agkCreateDistanceJoint : PrototypeC.i AGKCommand287(iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, x2.f, y2.f, colConnected.i)
  294. Global agkCreateRevoluteJoint : PrototypeC.i AGKCommand288(iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, colConnected.i)
  295. Global agkCreatePrismaticJoint : PrototypeC.i AGKCommand289(iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, vx.f, vy.f, colConnected.i)
  296. Global agkCreatePulleyJoint2 : PrototypeC AGKCommand290(iSpriteIndex1.i, iSpriteIndex2.i, ratio.f, colConnected.i)
  297. Global agkFinishPulleyJoint : PrototypeC.i AGKCommand291(gnd1x.f, gnd1y.f, gnd2x.f, gnd2y.f, a1x.f, a1y.f, a2x.f, a2y.f)
  298. Global agkCreateMouseJoint : PrototypeC.i AGKCommand292(iSpriteIndex.i, x.f, y.f, maxForce.f)
  299. Global agkCreateLineJoint : PrototypeC.i AGKCommand293(iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, vx.f, vy.f, colConnected.i)
  300. Global agkCreateWeldJoint : PrototypeC.i AGKCommand294(iSpriteIndex1.i, iSpriteIndex2.i, x.f, y.f, colConnected.i)
  301. Global agkCreateGearJoint : PrototypeC.i AGKCommand295(iJoint1.i, iJoint2.i, ratio.f)
  302. Global agkSetJointLimitOn : PrototypeC AGKCommand296(iJointIndex.i, lowerLimit.f, upperLimit.f)
  303. Global agkSetJointLimitOff : PrototypeC AGKCommand297(iJointIndex.i)
  304. Global agkSetJointMotorOn : PrototypeC AGKCommand298(iJointIndex.i, speed.f, maxForce.f)
  305. Global agkSetJointMotorOff : PrototypeC AGKCommand299(iJointIndex.i)
  306. Global agkSetJointMouseTarget : PrototypeC AGKCommand300(iJointIndex.i, x.f, y.f)
  307. Global agkGetJointReactionForceX : PrototypeC.f AGKCommand301(iJointIndex.i)
  308. Global agkGetJointReactionForceY : PrototypeC.f AGKCommand302(iJointIndex.i)
  309. Global agkGetJointReactionTorque : PrototypeC.f AGKCommand303(iJointIndex.i)
  310. Global agkPhysicsRayCast : PrototypeC.i AGKCommand304(x.f, y.f, x2.f, y2.f)
  311. Global agkPhysicsRayCastGroup : PrototypeC.i AGKCommand305(group.i, x.f, y.f, x2.f, y2.f)
  312. Global agkPhysicsRayCastCategory : PrototypeC.i AGKCommand306(category.i, x.f, y.f, x2.f, y2.f)
  313. Global agkSpriteRayCastSingle : PrototypeC.i AGKCommand307(sprite.i, x.f, y.f, x2.f, y2.f)
  314. Global agkSpriteRayCast : PrototypeC.i AGKCommand308(x.f, y.f, x2.f, y2.f)
  315. Global agkSpriteRayCastGroup : PrototypeC.i AGKCommand309(group.i, x.f, y.f, x2.f, y2.f)
  316. Global agkSpriteRayCastCategory : PrototypeC.i AGKCommand310(category.i, x.f, y.f, x2.f, y2.f)
  317. Global agkGetRayCastSprite : PrototypeC AGKCommand311()
  318. Global agkGetRayCastSpriteID : PrototypeC.i AGKCommand312()
  319. Global agkGetRayCastX : PrototypeC.f AGKCommand313()
  320. Global agkGetRayCastY : PrototypeC.f AGKCommand314()
  321. Global agkGetRayCastNormalX : PrototypeC.f AGKCommand315()
  322. Global agkGetRayCastNormalY : PrototypeC.f AGKCommand316()
  323. Global agkGetRayCastFraction : PrototypeC.f AGKCommand317()
  324. Global agkGetSpriteInBox : PrototypeC.i AGKCommand318(iSprite.i, x1.f, y1.f, x2.f, y2.f)
  325. Global agkGetSpriteInCircle : PrototypeC.i AGKCommand319(iSprite.i, x1.f, y1.f, radius.f)
  326. Global agkGetSpriteCollision : PrototypeC.i AGKCommand320(iSprite1.i, iSprite2.i)
  327. Global agkGetSpriteDistance : PrototypeC.f AGKCommand321(iSprite1.i, iSprite2.i)
  328. Global agkGetSpriteDistancePoint1X : PrototypeC.f AGKCommand322()
  329. Global agkGetSpriteDistancePoint1Y : PrototypeC.f AGKCommand323()
  330. Global agkGetSpriteDistancePoint2X : PrototypeC.f AGKCommand324()
  331. Global agkGetSpriteDistancePoint2Y : PrototypeC.f AGKCommand325()
  332. Global agkGetFirstContact : PrototypeC.i AGKCommand326()
  333. Global agkGetNextContact : PrototypeC.i AGKCommand327()
  334. Global agkGetContactWorldX : PrototypeC.f AGKCommand328()
  335. Global agkGetContactWorldY : PrototypeC.f AGKCommand329()
  336. Global agkGetContactSpriteID1 : PrototypeC.i AGKCommand330()
  337. Global agkGetContactSpriteID2 : PrototypeC.i AGKCommand331()
  338. Global agkGetSpriteFirstContact : PrototypeC.i AGKCommand332(iSprite1.i)
  339. Global agkGetSpriteNextContact : PrototypeC.i AGKCommand333()
  340. Global agkGetSpriteContactWorldX : PrototypeC.f AGKCommand334()
  341. Global agkGetSpriteContactWorldY : PrototypeC.f AGKCommand335()
  342. Global agkGetSpriteContactSpriteID2 : PrototypeC.i AGKCommand336()
  343. Global agkGetPhysicsCollision : PrototypeC.i AGKCommand337(iSprite1.i, iSprite2.i)
  344. Global agkGetPhysicsCollisionX : PrototypeC.f AGKCommand338()
  345. Global agkGetPhysicsCollisionY : PrototypeC.f AGKCommand339()
  346. Global agkGetPhysicsCollisionWorldX : PrototypeC.f AGKCommand340()
  347. Global agkGetPhysicsCollisionWorldY : PrototypeC.f AGKCommand341()
  348. Global agkCreateParticles : PrototypeC AGKCommand342(ID.i, x.f, y.f)
  349. ;-Global agkCreateParticles : PrototypeC.i AGKCommand343(x.f, y.f)
  350. Global agkGetParticlesExists : PrototypeC.i AGKCommand344(ID.i)
  351. Global agkDeleteParticles : PrototypeC AGKCommand345(ID.i)
  352. Global agkSetParticlesPosition : PrototypeC AGKCommand346(ID.i, x.f, y.f)
  353. Global agkSetParticlesDepth : PrototypeC AGKCommand347(ID.i, depth.i)
  354. Global agkSetParticlesFrequency : PrototypeC AGKCommand348(ID.i, freq.f)
  355. Global agkSetParticlesStartZone : PrototypeC AGKCommand349(ID.i, x1.f, y1.f, x2.f, y2.f)
  356. Global agkSetParticlesDirection : PrototypeC AGKCommand350(ID.i, vx.f, vy.f)
  357. Global agkSetParticlesVelocityRange : PrototypeC AGKCommand351(ID.i, v1.f, v2.f)
  358. Global agkSetParticlesAngle : PrototypeC AGKCommand352(ID.i, angle.f)
  359. Global agkSetParticlesAngleRad : PrototypeC AGKCommand353(ID.i, angle.f)
  360. Global agkSetParticlesRotationRange : PrototypeC AGKCommand354(ID.i, angle1.f, angle2.f)
  361. Global agkSetParticlesRotationRangeRad : PrototypeC AGKCommand355(ID.i, angle1.f, angle2.f)
  362. Global agkSetParticlesFaceDirection : PrototypeC AGKCommand356(ID.i, mode.i)
  363. Global agkSetParticlesSize : PrototypeC AGKCommand357(ID.i, size.f)
  364. Global agkSetParticlesLife : PrototypeC AGKCommand358(ID.i, time.f)
  365. Global agkSetParticlesMax : PrototypeC AGKCommand359(ID.i, max.i)
  366. Global agkResetParticleCount : PrototypeC AGKCommand360(ID.i)
  367. Global agkSetParticlesImage : PrototypeC AGKCommand361(ID.i, imageID.i)
  368. Global agkSetParticlesVisible : PrototypeC AGKCommand362(ID.i, visible.i)
  369. Global agkSetParticlesActive : PrototypeC AGKCommand363(ID.i, active.i)
  370. Global agkSetParticlesTransparency : PrototypeC AGKCommand364(ID.i, active.i)
  371. Global agkSetParticlesColorInterpolation : PrototypeC AGKCommand365(ID.i, mode.i)
  372. Global agkGetParticlesX : PrototypeC.f AGKCommand366(ID.i)
  373. Global agkGetParticlesY : PrototypeC.f AGKCommand367(ID.i)
  374. Global agkGetParticlesDepth : PrototypeC.i AGKCommand368(ID.i)
  375. Global agkGetParticlesVisible : PrototypeC.i AGKCommand369(ID.i)
  376. Global agkGetParticlesActive : PrototypeC.i AGKCommand370(ID.i)
  377. Global agkGetParticlesFrequency : PrototypeC.f AGKCommand371(ID.i)
  378. Global agkGetParticlesDirectionX : PrototypeC.f AGKCommand372(ID.i)
  379. Global agkGetParticlesDirectionY : PrototypeC.f AGKCommand373(ID.i)
  380. Global agkGetParticlesAngle : PrototypeC.f AGKCommand374(ID.i)
  381. Global agkGetParticlesAngleRad : PrototypeC.f AGKCommand375(ID.i)
  382. Global agkGetParticlesSize : PrototypeC.f AGKCommand376(ID.i)
  383. Global agkGetParticlesLife : PrototypeC.f AGKCommand377(ID.i)
  384. Global agkGetParticlesMaxReached : PrototypeC.i AGKCommand378(ID.i)
  385. Global agkAddParticlesForce : PrototypeC AGKCommand379(ID.i, starttime.f, endtime.f, x.f, y.f)
  386. Global agkClearParticlesForces : PrototypeC AGKCommand380(ID.i)
  387. Global agkAddParticlesColorKeyFrame : PrototypeC AGKCommand381(ID.i, time.f, red.i, green.i, blue.i, alpha.i)
  388. Global agkClearParticlesColors : PrototypeC AGKCommand382(ID.i)
  389. Global agkAddParticlesScaleKeyFrame : PrototypeC AGKCommand383(ID.i, time.f, scale.f)
  390. Global agkClearParticlesScales : PrototypeC AGKCommand384(ID.i)
  391. Global agkFixParticlesToScreen : PrototypeC AGKCommand385(ID.i, mode.i)
  392. Global agkUpdateParticles : PrototypeC AGKCommand386(ID.i, time.f)
  393. Global agkOffsetParticles : PrototypeC AGKCommand387(ID.i, x.f, y.f)
  394. ;-Global agkCreateText : PrototypeC AGKCommand388(iTextIndex.i, string.i)
  395. Global agkCreateText : PrototypeC.i AGKCommand389(string.i)
  396. Global agkGetTextExists : PrototypeC.i AGKCommand390(iTextIndex.i)
  397. Global agkDeleteText : PrototypeC AGKCommand391(iTextIndex.i)
  398. Global agkDeleteAllText : PrototypeC AGKCommand392()
  399. Global agkSetTextString : PrototypeC AGKCommand393(iTextIndex.i, string.i)
  400. Global agkSetTextPosition : PrototypeC AGKCommand394(iTextIndex.i, fX.f, fY.f)
  401. Global agkSetTextX : PrototypeC AGKCommand395(iTextIndex.i, fX.f)
  402. Global agkSetTextY : PrototypeC AGKCommand396(iTextIndex.i, fY.f)
  403. Global agkSetTextAngle : PrototypeC AGKCommand397(iTextIndex.i, fAngle.f)
  404. Global agkSetTextAngleRad : PrototypeC AGKCommand398(iTextIndex.i, fAngleRad.f)
  405. Global agkSetTextAlignment : PrototypeC AGKCommand399(iTextIndex.i, iMode.i)
  406. Global agkSetTextSize : PrototypeC AGKCommand400(iTextIndex.i, fSize.f)
  407. Global agkSetTextSpacing : PrototypeC AGKCommand401(iTextIndex.i, fSpacing.f)
  408. Global agkSetTextLineSpacing : PrototypeC AGKCommand402(iTextIndex.i, fSpacing.f)
  409. Global agkSetTextDepth : PrototypeC AGKCommand403(iTextIndex.i, iDepth.i)
  410. Global agkSetTextVisible : PrototypeC AGKCommand404(iTextIndex.i, bVisible.i)
  411. Global agkSetTextColor : PrototypeC AGKCommand405(iTextIndex.i, iRed.i, iGreen.i, iBlue.i, iAlpha.i)
  412. Global agkSetTextColorRed : PrototypeC AGKCommand406(iTextIndex.i, iRed.i)
  413. Global agkSetTextColorGreen : PrototypeC AGKCommand407(iTextIndex.i, iGreen.i)
  414. Global agkSetTextColorBlue : PrototypeC AGKCommand408(iTextIndex.i, iBlue.i)
  415. Global agkSetTextColorAlpha : PrototypeC AGKCommand409(iTextIndex.i, iAlpha.i)
  416. Global agkGetTextColorRed : PrototypeC.i AGKCommand410(iTextIndex.i)
  417. Global agkGetTextColorGreen : PrototypeC.i AGKCommand411(iTextIndex.i)
  418. Global agkGetTextColorBlue : PrototypeC.i AGKCommand412(iTextIndex.i)
  419. Global agkGetTextColorAlpha : PrototypeC.i AGKCommand413(iTextIndex.i)
  420. Global agkSetTextCharPosition : PrototypeC AGKCommand414(iTextIndex.i, iCharIndex.i, x.f, y.f)
  421. Global agkSetTextCharX : PrototypeC AGKCommand415(iTextIndex.i, iCharIndex.i, x.f)
  422. Global agkSetTextCharY : PrototypeC AGKCommand416(iTextIndex.i, iCharIndex.i, y.f)
  423. Global agkSetTextCharAngle : PrototypeC AGKCommand417(iTextIndex.i, iCharIndex.i, angle.f)
  424. Global agkSetTextCharAngleRad : PrototypeC AGKCommand418(iTextIndex.i, iCharIndex.i, angle.f)
  425. Global agkSetTextCharColor : PrototypeC AGKCommand419(iTextIndex.i, iCharIndex.i, red.i, green.i, blue.i, alpha.i)
  426. Global agkSetTextCharColorRed : PrototypeC AGKCommand420(iTextIndex.i, iCharIndex.i, red.i)
  427. Global agkSetTextCharColorGreen : PrototypeC AGKCommand421(iTextIndex.i, iCharIndex.i, green.i)
  428. Global agkSetTextCharColorBlue : PrototypeC AGKCommand422(iTextIndex.i, iCharIndex.i, blue.i)
  429. Global agkSetTextCharColorAlpha : PrototypeC AGKCommand423(iTextIndex.i, iCharIndex.i, alpha.i)
  430. Global agkSetTextCharBold : PrototypeC AGKCommand424(iTextIndex.i, iCharIndex.i, bold.i)
  431. Global agkGetTextCharX : PrototypeC.f AGKCommand425(iTextIndex.i, iCharIndex.i)
  432. Global agkGetTextCharY : PrototypeC.f AGKCommand426(iTextIndex.i, iCharIndex.i)
  433. Global agkGetTextCharAngle : PrototypeC.f AGKCommand427(iTextIndex.i, iCharIndex.i)
  434. Global agkGetTextCharAngleRad : PrototypeC.f AGKCommand428(iTextIndex.i, iCharIndex.i)
  435. Global agkGetTextCharColorRed : PrototypeC.i AGKCommand429(iTextIndex.i, iCharIndex.i)
  436. Global agkGetTextCharColorGreen : PrototypeC.i AGKCommand430(iTextIndex.i, iCharIndex.i)
  437. Global agkGetTextCharColorBlue : PrototypeC.i AGKCommand431(iTextIndex.i, iCharIndex.i)
  438. Global agkGetTextCharColorAlpha : PrototypeC.i AGKCommand432(iTextIndex.i, iCharIndex.i)
  439. Global agkGetTextX : PrototypeC.f AGKCommand433(iTextIndex.i)
  440. Global agkGetTextY : PrototypeC.f AGKCommand434(iTextIndex.i)
  441. Global agkGetTextLength : PrototypeC.i AGKCommand435(iTextIndex.i)
  442. Global agkGetTextTotalWidth : PrototypeC.f AGKCommand436(iTextIndex.i)
  443. Global agkGetTextTotalHeight : PrototypeC.f AGKCommand437(iTextIndex.i)
  444. Global agkGetTextHitTest : PrototypeC.i AGKCommand438(iTextIndex.i, x.f, y.f)
  445. Global agkSetTextFontImage : PrototypeC AGKCommand439(iTextIndex.i, iImageID.i)
  446. Global agkSetTextExtendedFontImage : PrototypeC AGKCommand440(iTextIndex.i, iImageID.i)
  447. Global agkSetTextFont : PrototypeC AGKCommand441(iTextIndex.i, iFontID.i)
  448. Global agkSetTextDefaultFontImage : PrototypeC AGKCommand442(iImageID.i)
  449. Global agkSetTextDefaultExtendedFontImage : PrototypeC AGKCommand443(iImageID.i)
  450. Global agkSetTextDefaultMinFilter : PrototypeC AGKCommand444(mode.i)
  451. Global agkSetTextDefaultMagFilter : PrototypeC AGKCommand445(mode.i)
  452. Global agkFixTextToScreen : PrototypeC AGKCommand446(iTextIndex.i, mode.i)
  453. Global agkSetTextMaxWidth : PrototypeC AGKCommand447(iTextIndex.i, width.f)
  454. Global agkSetTextScissor : PrototypeC AGKCommand448(iTextIndex.i, x.f, y.f, x2.f, y2.f)
  455. Global agkSetTextTransparency : PrototypeC AGKCommand449(iTextIndex.i, mode.i)
  456. Global agkSetTextBold : PrototypeC AGKCommand450(iTextIndex.i, bold.i)
  457. Global agkGetTextVisible : PrototypeC.i AGKCommand451(iTextIndex.i)
  458. Global agkGetTextDepth : PrototypeC.i AGKCommand452(iTextIndex.i)
  459. Global agkGetTextSize : PrototypeC.f AGKCommand453(iTextIndex.i)
  460. Global agkGetTextSpacing : PrototypeC.f AGKCommand454(iTextIndex.i)
  461. Global agkGetTextLineSpacing : PrototypeC.f AGKCommand455(iTextIndex.i)
  462. Global agkGetTextString : PrototypeC.i AGKCommand456(iTextIndex.i)
  463. Global agkLoadFont : PrototypeC.i AGKCommand457(szFontFile.i)
  464. ;-Global agkLoadFont : PrototypeC AGKCommand458(iFontID.i, szFontFile.i)
  465. Global agkGetFontExists : PrototypeC.i AGKCommand459(iFontID.i)
  466. Global agkGetSystemFontExists : PrototypeC.i AGKCommand460(szFontFile.i)
  467. Global agkDeleteFont : PrototypeC AGKCommand461(iFontID.i)
  468. Global agkPrint : PrototypeC AGKCommand462(szString.i)
  469. Global agkPrint : PrototypeC AGKCommand463(i)
  470. Global agkPrint : PrototypeC AGKCommand464(f)
  471. Global agkPrintC : PrototypeC AGKCommand465(szString.i)
  472. Global agkPrintC : PrototypeC AGKCommand466(i)
  473. Global agkPrintC : PrototypeC AGKCommand467(f)
  474. Global agkSetPrintSize : PrototypeC AGKCommand468(fSize.f)
  475. Global agkSetPrintSpacing : PrototypeC AGKCommand469(fSpacing.f)
  476. ;-Global agkSetPrintColor : PrototypeC AGKCommand470(iRed.i, iGreen.i, iBlue.i)
  477. Global agkSetPrintColor : PrototypeC AGKCommand471(iRed.i, iGreen.i, iBlue.i, iAlpha.i)
  478. Global agkSetPrintFont : PrototypeC AGKCommand472(fontID.i)
  479. ;-Global agkCreateSkeleton2D : PrototypeC AGKCommand473(iSkeleton.i)
  480. Global agkCreateSkeleton2D : PrototypeC.i AGKCommand474()
  481. Global agkGetSkeleton2DExists : PrototypeC.i AGKCommand475(iSkeleton.i)
  482. Global agkDeleteSkeleton2D : PrototypeC AGKCommand476(iSkeleton.i)
  483. ;-Global agkLoadSkeleton2DFromSpineFile : PrototypeC AGKCommand477(iSkeleton.i, filename.i, scale.f, atlasImage.i, loadAnim.i)
  484. Global agkLoadSkeleton2DFromSpineFile : PrototypeC.i AGKCommand478(filename.i, scale.f, atlasImage.i, loadAnim.i)
  485. ;-Global agkLoadSkeleton2DFromSpriterFile : PrototypeC AGKCommand479(iSkeleton.i, filename.i, scale.f, atlasImage.i)
  486. Global agkLoadSkeleton2DFromSpriterFile : PrototypeC.i AGKCommand480(filename.i, scale.f, atlasImage.i)
  487. Global agkSetSkeleton2DPosition : PrototypeC AGKCommand481(iSkeleton.i, x.f, y.f)
  488. Global agkSetSkeleton2DRotation : PrototypeC AGKCommand482(iSkeleton.i, r.f)
  489. Global agkSetSkeleton2DFlip : PrototypeC AGKCommand483(iSkeleton.i, flipH.i, flipV.i)
  490. Global agkSetSkeleton2DDepth : PrototypeC AGKCommand484(iSkeleton.i, depth.i)
  491. Global agkFixSkeleton2DToScreen : PrototypeC AGKCommand485(iSkeleton.i, mode.i)
  492. Global agkSetSkeleton2DVisible : PrototypeC AGKCommand486(iSkeleton.i, mode.i)
  493. Global agkGetSkeleton2DX : PrototypeC.f AGKCommand487(iSkeleton.i)
  494. Global agkGetSkeleton2DY : PrototypeC.f AGKCommand488(iSkeleton.i)
  495. Global agkGetSkeleton2DAngle : PrototypeC.f AGKCommand489(iSkeleton.i)
  496. Global agkGetSkeleton2DBone : PrototypeC.i AGKCommand490(iSkeleton.i, name.i)
  497. Global agkGetSkeleton2DBoneParent : PrototypeC.i AGKCommand491(iSkeleton.i, bone.i)
  498. Global agkGetSkeleton2DBoneX : PrototypeC.f AGKCommand492(iSkeleton.i, bone.i)
  499. Global agkGetSkeleton2DBoneY : PrototypeC.f AGKCommand493(iSkeleton.i, bone.i)
  500. Global agkGetSkeleton2DBoneAngle : PrototypeC.f AGKCommand494(iSkeleton.i, bone.i)
  501. Global agkGetSkeleton2DBoneCurrX : PrototypeC.f AGKCommand495(iSkeleton.i, bone.i)
  502. Global agkGetSkeleton2DBoneCurrY : PrototypeC.f AGKCommand496(iSkeleton.i, bone.i)
  503. Global agkGetSkeleton2DBoneCurrAngle : PrototypeC.f AGKCommand497(iSkeleton.i, bone.i)
  504. Global agkSetSkeleton2DBonePosition : PrototypeC AGKCommand498(iSkeleton.i, bone.i, x.f, y.f)
  505. Global agkSetSkeleton2DBoneAngle : PrototypeC AGKCommand499(iSkeleton.i, bone.i, r.f)
  506. Global agkSetSkeleton2DBoneScale : PrototypeC AGKCommand500(iSkeleton.i, bone.i, sx.f, sy.f)
  507. Global agkSetSkeleton2DBoneMode : PrototypeC AGKCommand501(iSkeleton.i, bone.i, mode.i)
  508. Global agkPlaySkeleton2DAnimation : PrototypeC AGKCommand502(iSkeleton.i, anim.i, starttime.f, loop.i, tweentime.f)
  509. Global agkSetSkeleton2DAnimationFrame : PrototypeC AGKCommand503(iSkeleton.i, anim.i, time.f, tweentime.f)
  510. Global agkSetSkeleton2DAnimationSpeed : PrototypeC AGKCommand504(iSkeleton.i, speed.f)
  511. Global agkGetSkeleton2DCurrentTime : PrototypeC.f AGKCommand505(iSkeleton.i)
  512. Global agkStopSkeleton2DAnimation : PrototypeC AGKCommand506(iSkeleton.i)
  513. Global agkGetSkeleton2DIsAnimating : PrototypeC.i AGKCommand507(iSkeleton.i)
  514. Global agkGetSkeleton2DIsTweening : PrototypeC.i AGKCommand508(iSkeleton.i)
  515. Global agkGetSkeleton2DAnimationTime : PrototypeC.f AGKCommand509(iSkeleton.i, anim.i)
  516. Global agkTweenLinear : PrototypeC.i AGKCommand510()
  517. Global agkTweenSmooth1 : PrototypeC.i AGKCommand511()
  518. Global agkTweenSmooth2 : PrototypeC.i AGKCommand512()
  519. Global agkTweenEaseIn1 : PrototypeC.i AGKCommand513()
  520. Global agkTweenEaseIn2 : PrototypeC.i AGKCommand514()
  521. Global agkTweenEaseOut1 : PrototypeC.i AGKCommand515()
  522. Global agkTweenEaseOut2 : PrototypeC.i AGKCommand516()
  523. Global agkTweenBounce : PrototypeC.i AGKCommand517()
  524. Global agkTweenOvershoot : PrototypeC.i AGKCommand518()
  525. Global agkDeleteTween : PrototypeC AGKCommand519(tweenID.i)
  526. Global agkGetTweenExists : PrototypeC.i AGKCommand520(tweenID.i)
  527. Global agkSetTweenDuration : PrototypeC AGKCommand521(tweenID.i, duration.f)
  528. ;-Global agkCreateTweenCustom : PrototypeC AGKCommand522(tweenID.i, duration.f)
  529. Global agkCreateTweenCustom : PrototypeC.i AGKCommand523(duration.f)
  530. Global agkGetTweenCustomExists : PrototypeC.i AGKCommand524(tweenID.i)
  531. Global agkSetTweenCustomFloat1 : PrototypeC AGKCommand525(tweenID.i, begin.f, finish.f, interpolation.i)
  532. Global agkSetTweenCustomFloat2 : PrototypeC AGKCommand526(tweenID.i, begin.f, finish.f, interpolation.i)
  533. Global agkSetTweenCustomFloat3 : PrototypeC AGKCommand527(tweenID.i, begin.f, finish.f, interpolation.i)
  534. Global agkSetTweenCustomFloat4 : PrototypeC AGKCommand528(tweenID.i, begin.f, finish.f, interpolation.i)
  535. Global agkSetTweenCustomInteger1 : PrototypeC AGKCommand529(tweenID.i, begin.i, finish.i, interpolation.i)
  536. Global agkSetTweenCustomInteger2 : PrototypeC AGKCommand530(tweenID.i, begin.i, finish.i, interpolation.i)
  537. Global agkSetTweenCustomInteger3 : PrototypeC AGKCommand531(tweenID.i, begin.i, finish.i, interpolation.i)
  538. Global agkSetTweenCustomInteger4 : PrototypeC AGKCommand532(tweenID.i, begin.i, finish.i, interpolation.i)
  539. Global agkGetTweenCustomFloat1 : PrototypeC.f AGKCommand533(tweenID.i)
  540. Global agkGetTweenCustomFloat2 : PrototypeC.f AGKCommand534(tweenID.i)
  541. Global agkGetTweenCustomFloat3 : PrototypeC.f AGKCommand535(tweenID.i)
  542. Global agkGetTweenCustomFloat4 : PrototypeC.f AGKCommand536(tweenID.i)
  543. Global agkGetTweenCustomInteger1 : PrototypeC.i AGKCommand537(tweenID.i)
  544. Global agkGetTweenCustomInteger2 : PrototypeC.i AGKCommand538(tweenID.i)
  545. Global agkGetTweenCustomInteger3 : PrototypeC.i AGKCommand539(tweenID.i)
  546. Global agkGetTweenCustomInteger4 : PrototypeC.i AGKCommand540(tweenID.i)
  547. Global agkPlayTweenCustom : PrototypeC AGKCommand541(tweenID.i, delay.f)
  548. Global agkStopTweenCustom : PrototypeC AGKCommand542(tweenID.i)
  549. Global agkGetTweenCustomPlaying : PrototypeC.i AGKCommand543(tweenID.i)
  550. ;-Global agkCreateTweenSprite : PrototypeC AGKCommand544(tweenID.i, duration.f)
  551. Global agkCreateTweenSprite : PrototypeC.i AGKCommand545(duration.f)
  552. Global agkGetTweenSpriteExists : PrototypeC.i AGKCommand546(tweenID.i)
  553. Global agkSetTweenSpriteX : PrototypeC AGKCommand547(tweenID.i, beginX.f, endX.f, interpolation.i)
  554. Global agkSetTweenSpriteY : PrototypeC AGKCommand548(tweenID.i, beginY.f, endY.f, interpolation.i)
  555. Global agkSetTweenSpriteXByOffset : PrototypeC AGKCommand549(tweenID.i, beginX.f, endX.f, interpolation.i)
  556. Global agkSetTweenSpriteYByOffset : PrototypeC AGKCommand550(tweenID.i, beginY.f, endY.f, interpolation.i)
  557. Global agkSetTweenSpriteAngle : PrototypeC AGKCommand551(tweenID.i, beginA.f, endA.f, interpolation.i)
  558. Global agkSetTweenSpriteSizeX : PrototypeC AGKCommand552(tweenID.i, beginSX.f, endSX.f, interpolation.i)
  559. Global agkSetTweenSpriteSizeY : PrototypeC AGKCommand553(tweenID.i, beginSY.f, endSY.f, interpolation.i)
  560. Global agkSetTweenSpriteRed : PrototypeC AGKCommand554(tweenID.i, beginR.i, endR.i, interpolation.i)
  561. Global agkSetTweenSpriteGreen : PrototypeC AGKCommand555(tweenID.i, beginG.i, endG.i, interpolation.i)
  562. Global agkSetTweenSpriteBlue : PrototypeC AGKCommand556(tweenID.i, beginB.i, endB.i, interpolation.i)
  563. Global agkSetTweenSpriteAlpha : PrototypeC AGKCommand557(tweenID.i, beginA.i, endA.i, interpolation.i)
  564. Global agkPlayTweenSprite : PrototypeC AGKCommand558(tweenID.i, spriteID.i, delay.f)
  565. Global agkStopTweenSprite : PrototypeC AGKCommand559(tweenID.i, spriteID.i)
  566. Global agkGetTweenSpritePlaying : PrototypeC.i AGKCommand560(tweenID.i, spriteID.i)
  567. ;-Global agkCreateTweenText : PrototypeC AGKCommand561(tweenID.i, duration.f)
  568. Global agkCreateTweenText : PrototypeC.i AGKCommand562(duration.f)
  569. Global agkGetTweenTextExists : PrototypeC.i AGKCommand563(tweenID.i)
  570. Global agkSetTweenTextX : PrototypeC AGKCommand564(tweenID.i, beginX.f, endX.f, interpolation.i)
  571. Global agkSetTweenTextY : PrototypeC AGKCommand565(tweenID.i, beginY.f, endY.f, interpolation.i)
  572. Global agkSetTweenTextAngle : PrototypeC AGKCommand566(tweenID.i, beginA.f, endA.f, interpolation.i)
  573. Global agkSetTweenTextSize : PrototypeC AGKCommand567(tweenID.i, beginS.f, endS.f, interpolation.i)
  574. Global agkSetTweenTextSpacing : PrototypeC AGKCommand568(tweenID.i, beginSP.f, endSP.f, interpolation.i)
  575. Global agkSetTweenTextLineSpacing : PrototypeC AGKCommand569(tweenID.i, beginLSP.f, endLSP.f, interpolation.i)
  576. Global agkSetTweenTextRed : PrototypeC AGKCommand570(tweenID.i, beginR.i, endR.i, interpolation.i)
  577. Global agkSetTweenTextGreen : PrototypeC AGKCommand571(tweenID.i, beginG.i, endG.i, interpolation.i)
  578. Global agkSetTweenTextBlue : PrototypeC AGKCommand572(tweenID.i, beginB.i, endB.i, interpolation.i)
  579. Global agkSetTweenTextAlpha : PrototypeC AGKCommand573(tweenID.i, beginA.i, endA.i, interpolation.i)
  580. Global agkPlayTweenText : PrototypeC AGKCommand574(tweenID.i, textID.i, delay.f)
  581. Global agkStopTweenText : PrototypeC AGKCommand575(tweenID.i, textID.i)
  582. Global agkGetTweenTextPlaying : PrototypeC.i AGKCommand576(tweenID.i, textID.i)
  583. ;-Global agkCreateTweenChar : PrototypeC AGKCommand577(tweenID.i, duration.f)
  584. Global agkCreateTweenChar : PrototypeC.i AGKCommand578(duration.f)
  585. Global agkGetTweenCharExists : PrototypeC.i AGKCommand579(tweenID.i)
  586. Global agkSetTweenCharX : PrototypeC AGKCommand580(tweenID.i, beginX.f, endX.f, interpolation.i)
  587. Global agkSetTweenCharY : PrototypeC AGKCommand581(tweenID.i, beginY.f, endY.f, interpolation.i)
  588. Global agkSetTweenCharAngle : PrototypeC AGKCommand582(tweenID.i, beginA.f, endA.f, interpolation.i)
  589. Global agkSetTweenCharRed : PrototypeC AGKCommand583(tweenID.i, beginR.i, endR.i, interpolation.i)
  590. Global agkSetTweenCharGreen : PrototypeC AGKCommand584(tweenID.i, beginG.i, endG.i, interpolation.i)
  591. Global agkSetTweenCharBlue : PrototypeC AGKCommand585(tweenID.i, beginB.i, endB.i, interpolation.i)
  592. Global agkSetTweenCharAlpha : PrototypeC AGKCommand586(tweenID.i, beginA.i, endA.i, interpolation.i)
  593. Global agkPlayTweenChar : PrototypeC AGKCommand587(tweenID.i, textID.i, charID.i, delay.f)
  594. Global agkStopTweenChar : PrototypeC AGKCommand588(tweenID.i, textID.i, charID.i)
  595. Global agkGetTweenCharPlaying : PrototypeC.i AGKCommand589(tweenID.i, textID.i, charID.i)
  596. ;-Global agkCreateTweenObject : PrototypeC AGKCommand590(tweenID.i, duration.f)
  597. Global agkCreateTweenObject : PrototypeC.i AGKCommand591(duration.f)
  598. Global agkGetTweenObjectExists : PrototypeC.i AGKCommand592(tweenID.i)
  599. Global agkSetTweenObjectX : PrototypeC AGKCommand593(tweenID.i, beginX.f, endX.f, interpolation.i)
  600. Global agkSetTweenObjectY : PrototypeC AGKCommand594(tweenID.i, beginY.f, endY.f, interpolation.i)
  601. Global agkSetTweenObjectZ : PrototypeC AGKCommand595(tweenID.i, beginZ.f, endZ.f, interpolation.i)
  602. Global agkSetTweenObjectAngleX : PrototypeC AGKCommand596(tweenID.i, beginAX.f, endAX.f, interpolation.i)
  603. Global agkSetTweenObjectAngleY : PrototypeC AGKCommand597(tweenID.i, beginAY.f, endAY.f, interpolation.i)
  604. Global agkSetTweenObjectAngleZ : PrototypeC AGKCommand598(tweenID.i, beginAZ.f, endAZ.f, interpolation.i)
  605. Global agkSetTweenObjectScaleX : PrototypeC AGKCommand599(tweenID.i, beginSX.f, endSX.f, interpolation.i)
  606. Global agkSetTweenObjectScaleY : PrototypeC AGKCommand600(tweenID.i, beginSY.f, endSY.f, interpolation.i)
  607. Global agkSetTweenObjectScaleZ : PrototypeC AGKCommand601(tweenID.i, beginSZ.f, endSZ.f, interpolation.i)
  608. Global agkSetTweenObjectRed : PrototypeC AGKCommand602(tweenID.i, beginR.i, endR.i, interpolation.i)
  609. Global agkSetTweenObjectGreen : PrototypeC AGKCommand603(tweenID.i, beginG.i, endG.i, interpolation.i)
  610. Global agkSetTweenObjectBlue : PrototypeC AGKCommand604(tweenID.i, beginB.i, endB.i, interpolation.i)
  611. Global agkSetTweenObjectAlpha : PrototypeC AGKCommand605(tweenID.i, beginA.i, endA.i, interpolation.i)
  612. Global agkPlayTweenObject : PrototypeC AGKCommand606(tweenID.i, objectID.i, delay.f)
  613. Global agkStopTweenObject : PrototypeC AGKCommand607(tweenID.i, objectID.i)
  614. Global agkGetTweenObjectPlaying : PrototypeC.i AGKCommand608(tweenID.i, objectID.i)
  615. ;-Global agkCreateTweenCamera : PrototypeC AGKCommand609(tweenID.i, duration.f)
  616. Global agkCreateTweenCamera : PrototypeC.i AGKCommand610(duration.f)
  617. Global agkGetTweenCameraExists : PrototypeC.i AGKCommand611(tweenID.i)
  618. Global agkSetTweenCameraX : PrototypeC AGKCommand612(tweenID.i, beginX.f, endX.f, interpolation.i)
  619. Global agkSetTweenCameraY : PrototypeC AGKCommand613(tweenID.i, beginY.f, endY.f, interpolation.i)
  620. Global agkSetTweenCameraZ : PrototypeC AGKCommand614(tweenID.i, beginZ.f, endZ.f, interpolation.i)
  621. Global agkSetTweenCameraAngleX : PrototypeC AGKCommand615(tweenID.i, beginAX.f, endAX.f, interpolation.i)
  622. Global agkSetTweenCameraAngleY : PrototypeC AGKCommand616(tweenID.i, beginAY.f, endAY.f, interpolation.i)
  623. Global agkSetTweenCameraAngleZ : PrototypeC AGKCommand617(tweenID.i, beginAZ.f, endAZ.f, interpolation.i)
  624. Global agkSetTweenCameraFOV : PrototypeC AGKCommand618(tweenID.i, beginF.f, endF.f, interpolation.i)
  625. Global agkPlayTweenCamera : PrototypeC AGKCommand619(tweenID.i, cameraID.i, delay.f)
  626. Global agkStopTweenCamera : PrototypeC AGKCommand620(tweenID.i, cameraID.i)
  627. Global agkGetTweenCameraPlaying : PrototypeC.i AGKCommand621(tweenID.i, cameraID.i)
  628. ;-Global agkCreateTweenChain : PrototypeC AGKCommand622(chainID.i)
  629. Global agkCreateTweenChain : PrototypeC.i AGKCommand623()
  630. Global agkDeleteTweenChain : PrototypeC AGKCommand624(chainID.i)
  631. Global agkClearTweenChain : PrototypeC AGKCommand625(chainID.i)
  632. Global agkAddTweenChainCustom : PrototypeC AGKCommand626(chainID.i, tweenID.i, delay.f)
  633. Global agkAddTweenChainSprite : PrototypeC AGKCommand627(chainID.i, tweenID.i, spriteID.i, delay.f)
  634. Global agkAddTweenChainText : PrototypeC AGKCommand628(chainID.i, tweenID.i, textID.i, delay.f)
  635. Global agkAddTweenChainChar : PrototypeC AGKCommand629(chainID.i, tweenID.i, textID.i, charID.i, delay.f)
  636. Global agkAddTweenChainObject : PrototypeC AGKCommand630(chainID.i, tweenID.i, objectID.i, delay.f)
  637. Global agkAddTweenChainCamera : PrototypeC AGKCommand631(chainID.i, tweenID.i, cameraID.i, delay.f)
  638. Global agkPlayTweenChain : PrototypeC AGKCommand632(chainID.i)
  639. Global agkPauseTweenChain : PrototypeC AGKCommand633(chainID.i)
  640. Global agkStopTweenChain : PrototypeC AGKCommand634(chainID.i)
  641. Global agkGetTweenChainPlaying : PrototypeC.i AGKCommand635(chainID.i)
  642. Global agkSetTweenChainTime : PrototypeC AGKCommand636(chainID.i, time.f)
  643. Global agkGetTweenChainEndTime : PrototypeC.f AGKCommand637(chainID.i)
  644. Global agkUpdateAllTweens : PrototypeC AGKCommand638(fTime.f)
  645. Global agkUpdateTweenCustom : PrototypeC AGKCommand639(tweenID.i, fTime.f)
  646. Global agkUpdateTweenSprite : PrototypeC AGKCommand640(tweenID.i, spriteID.i, fTime.f)
  647. Global agkUpdateTweenText : PrototypeC AGKCommand641(tweenID.i, textID.i, fTime.f)
  648. Global agkUpdateTweenChar : PrototypeC AGKCommand642(tweenID.i, textID.i, charID.i, fTime.f)
  649. Global agkUpdateTweenObject : PrototypeC AGKCommand643(tweenID.i, objectID.i, fTime.f)
  650. Global agkUpdateTweenCamera : PrototypeC AGKCommand644(tweenID.i, cameraID.i, fTime.f)
  651. Global agkUpdateTweenChain : PrototypeC AGKCommand645(chainID.i, fTime.f)
  652. Global agkGetRawTouchCount : PrototypeC.i AGKCommand646(bIncludeUnknown.i)
  653. Global agkGetRawFirstTouchEvent : PrototypeC.i AGKCommand647(bIncludeUnknown.i)
  654. Global agkGetRawNextTouchEvent : PrototypeC.i AGKCommand648()
  655. Global agkGetRawTouchType : PrototypeC.i AGKCommand649(iIndex.i)
  656. Global agkGetRawTouchStartX : PrototypeC.f AGKCommand650(iIndex.i)
  657. Global agkGetRawTouchStartY : PrototypeC.f AGKCommand651(iIndex.i)
  658. Global agkGetRawTouchCurrentX : PrototypeC.f AGKCommand652(iIndex.i)
  659. Global agkGetRawTouchCurrentY : PrototypeC.f AGKCommand653(iIndex.i)
  660. Global agkGetRawTouchLastX : PrototypeC.f AGKCommand654(iIndex.i)
  661. Global agkGetRawTouchLastY : PrototypeC.f AGKCommand655(iIndex.i)
  662. Global agkGetRawTouchReleased : PrototypeC.i AGKCommand656(iIndex.i)
  663. Global agkSetRawTouchValue : PrototypeC AGKCommand657(iIndex.i, value.i)
  664. Global agkGetRawTouchValue : PrototypeC.i AGKCommand658(iIndex.i)
  665. Global agkGetRawTouchTime : PrototypeC.f AGKCommand659(iIndex.i)
  666. ;-Global agkLoadSound : PrototypeC AGKCommand660(iID.i, sFilename.i)
  667. Global agkLoadSound : PrototypeC.i AGKCommand661(sFilename.i)
  668. ;-Global agkLoadSoundOGG : PrototypeC AGKCommand662(iID.i, sFilename.i)
  669. Global agkLoadSoundOGG : PrototypeC.i AGKCommand663(sFilename.i)
  670. Global agkSaveSound : PrototypeC AGKCommand664(iID.i, sFilename.i)
  671. ;-Global agkPlaySound : PrototypeC.i AGKCommand665(iID.i)
  672. ;-Global agkPlaySound : PrototypeC.i AGKCommand666(iID.i, iVol.i)
  673. ;-Global agkPlaySound : PrototypeC.i AGKCommand667(iID.i, iVol.i, iLoop.i)
  674. Global agkPlaySound : PrototypeC.i AGKCommand668(iID.i, iVol.i, iLoop.i, iPriority.i)
  675. Global agkStopSound : PrototypeC AGKCommand669(iID.i)
  676. Global agkDeleteSound : PrototypeC AGKCommand670(iID.i)
  677. Global agkGetSoundExists : PrototypeC.i AGKCommand671(iID.i)
  678. Global agkGetSoundInstances : PrototypeC.i AGKCommand672(iID.i)
  679. Global agkGetSoundsPlaying : PrototypeC.i AGKCommand673(iID.i)
  680. Global agkSetSoundSystemVolume : PrototypeC AGKCommand674(iVol.i)
  681. Global agkGetSoundMaxRate : PrototypeC.f AGKCommand675()
  682. Global agkGetSoundMinRate : PrototypeC.f AGKCommand676()
  683. Global agkGetSoundInstancePlaying : PrototypeC.i AGKCommand677(iID.i)
  684. Global agkGetSoundInstanceVolume : PrototypeC.i AGKCommand678(iID.i)
  685. Global agkGetSoundInstanceRate : PrototypeC.f AGKCommand679(iID.i)
  686. Global agkSetSoundInstanceVolume : PrototypeC AGKCommand680(iID.i, vol.i)
  687. Global agkSetSoundInstanceRate : PrototypeC AGKCommand681(iID.i, rate.f)
  688. Global agkSetSoundInstanceBalance : PrototypeC AGKCommand682(iID.i, balance.f)
  689. Global agkGetSoundInstanceLoopCount : PrototypeC.i AGKCommand683(iID.i)
  690. Global agkStopSoundInstance : PrototypeC AGKCommand684(iID.i)
  691. Global agkLoadMusic : PrototypeC.i AGKCommand685(sFile.i)
  692. ;-Global agkLoadMusic : PrototypeC AGKCommand686(iID.i, sFile.i)
  693. Global agkSetMusicFileVolume : PrototypeC AGKCommand687(ID.i, vol.i)
  694. ;-Global agkPlayMusic : PrototypeC AGKCommand688()
  695. ;-Global agkPlayMusic : PrototypeC AGKCommand689(iID.i)
  696. ;-Global agkPlayMusic : PrototypeC AGKCommand690(iID.i, bLoop.i)
  697. Global agkPlayMusic : PrototypeC AGKCommand691(iID.i, bLoop.i, iStartID.i, iEndID.i)
  698. Global agkPauseMusic : PrototypeC AGKCommand692()
  699. Global agkResumeMusic : PrototypeC AGKCommand693()
  700. Global agkStopMusic : PrototypeC AGKCommand694()
  701. Global agkDeleteMusic : PrototypeC AGKCommand695(iID.i)
  702. Global agkGetMusicPlaying : PrototypeC.i AGKCommand696()
  703. Global agkSetMusicSystemVolume : PrototypeC AGKCommand697(iVol.i)
  704. Global agkGetMusicExists : PrototypeC.i AGKCommand698(iID.i)
  705. Global agkGetMusicDuration : PrototypeC.f AGKCommand699(iID.i)
  706. Global agkGetMusicPosition : PrototypeC.f AGKCommand700()
  707. Global agkSeekMusic : PrototypeC AGKCommand701(seconds.f, mode.i)
  708. Global agkLoadMusicOGG : PrototypeC.i AGKCommand702(sFile.i)
  709. ;-Global agkLoadMusicOGG : PrototypeC AGKCommand703(musicID.i, sFile.i)
  710. Global agkGetMusicExistsOGG : PrototypeC.i AGKCommand704(musicID.i)
  711. Global agkSetMusicVolumeOGG : PrototypeC AGKCommand705(musicID.i, vol.i)
  712. ;-Global agkPlayMusicOGG : PrototypeC AGKCommand706(musicID.i)
  713. Global agkPlayMusicOGG : PrototypeC AGKCommand707(musicID.i, iLoop.i)
  714. Global agkPauseMusicOGG : PrototypeC AGKCommand708(musicID.i)
  715. Global agkResumeMusicOGG : PrototypeC AGKCommand709(musicID.i)
  716. Global agkStopMusicOGG : PrototypeC AGKCommand710(musicID.i)
  717. Global agkDeleteMusicOGG : PrototypeC AGKCommand711(musicID.i)
  718. Global agkGetMusicPlayingOGG : PrototypeC.i AGKCommand712(musicID.i)
  719. Global agkGetMusicLoopCountOGG : PrototypeC.i AGKCommand713(musicID.i)
  720. Global agkGetMusicDurationOGG : PrototypeC.f AGKCommand714(musicID.i)
  721. Global agkGetMusicPositionOGG : PrototypeC.f AGKCommand715(musicID.i)
  722. Global agkSeekMusicOGG : PrototypeC AGKCommand716(musicID.i, seconds.f, mode.i)
  723. Global agkSetMusicSystemVolumeOGG : PrototypeC AGKCommand717(vol.i)
  724. Global agkSetMusicLoopTimesOGG : PrototypeC AGKCommand718(musicID.i, startTime.f, endTime.f)
  725. Global agkSetMusicLoopCountOGG : PrototypeC AGKCommand719(musicID.i, loop.i)
  726. Global agkRecordSound : PrototypeC AGKCommand720(szFilename.i)
  727. Global agkStopSoundRecording : PrototypeC AGKCommand721()
  728. Global agkIsSoundRecording : PrototypeC.i AGKCommand722()
  729. Global agkDeleteFile : PrototypeC AGKCommand723(szFile.i)
  730. Global agkGetFileExists : PrototypeC.i AGKCommand724(szFile.i)
  731. ;-Global agkChooseRawFile : PrototypeC.i AGKCommand725(ext.i)
  732. Global agkChooseRawFile : PrototypeC.i AGKCommand726(ext.i, returnFullPath.i)
  733. Global agkSimplifyPath : PrototypeC.i AGKCommand727(szPath.i)
  734. Global agkJoinPaths : PrototypeC.i AGKCommand728(szPath.i, szPath2.i)
  735. Global agkIsAbsolutePath : PrototypeC.i AGKCommand729(szPath.i)
  736. Global agkCountWindowsDrives : PrototypeC.i AGKCommand730()
  737. Global agkGetWindowsDrive : PrototypeC.i AGKCommand731(index.i)
  738. Global agkOpenRawFolder : PrototypeC.i AGKCommand732(szPath.i)
  739. Global agkCloseRawFolder : PrototypeC AGKCommand733(ID.i)
  740. Global agkGetRawFolderNumFiles : PrototypeC.i AGKCommand734(ID.i)
  741. Global agkGetRawFolderNumFolders : PrototypeC.i AGKCommand735(ID.i)
  742. Global agkGetRawFolderFileName : PrototypeC.i AGKCommand736(ID.i, index.i)
  743. Global agkGetRawFolderFolderName : PrototypeC.i AGKCommand737(ID.i, index.i)
  744. ;-Global agkOpenToWrite : PrototypeC AGKCommand738(ID.i, szFile.i, append.i)
  745. ;-Global agkOpenToWrite : PrototypeC AGKCommand739(ID.i, szFile.i)
  746. Global agkOpenToWrite : PrototypeC.i AGKCommand740(szFile.i, append.i)
  747. ;-Global agkOpenToWrite : PrototypeC.i AGKCommand741(szFile.i)
  748. Global agkOpenToRead : PrototypeC.i AGKCommand742(szFile.i)
  749. ;-Global agkOpenToRead : PrototypeC AGKCommand743(ID.i, szFile.i)
  750. Global agkFileIsOpen : PrototypeC.i AGKCommand744(iFileID.i)
  751. Global agkCloseFile : PrototypeC AGKCommand745(iFileID.i)
  752. Global agkFileEOF : PrototypeC.i AGKCommand746(iFileID.i)
  753. Global agkGetFileSize : PrototypeC.i AGKCommand747(iFileID.i)
  754. Global agkGetFilePos : PrototypeC.i AGKCommand748(iFileID.i)
  755. Global agkSetFilePos : PrototypeC AGKCommand749(iFileID.i, pos.i)
  756. Global agkWriteByte : PrototypeC AGKCommand750(iFileID.i, b.i)
  757. Global agkWriteInteger : PrototypeC AGKCommand751(iFileID.i, i)
  758. Global agkWriteFloat : PrototypeC AGKCommand752(iFileID.i, f)
  759. Global agkWriteString : PrototypeC AGKCommand753(iFileID.i, str.i)
  760. Global agkWriteString2 : PrototypeC AGKCommand754(iFileID.i, str.i)
  761. Global agkWriteLine : PrototypeC AGKCommand755(iFileID.i, str.i)
  762. Global agkReadByte : PrototypeC.i AGKCommand756(iFileID.i)
  763. Global agkReadInteger : PrototypeC.i AGKCommand757(iFileID.i)
  764. Global agkReadFloat : PrototypeC.f AGKCommand758(iFileID.i)
  765. Global agkReadString : PrototypeC.i AGKCommand759(iFileID.i)
  766. Global agkReadString2 : PrototypeC.i AGKCommand760(iFileID.i)
  767. Global agkReadLine : PrototypeC.i AGKCommand761(iFileID.i)
  768. ;-Global agkStr : PrototypeC.i AGKCommand762(valueInt.i)
  769. ;-Global agkStr : PrototypeC.i AGKCommand763(valueFloat.f)
  770. Global agkStr : PrototypeC.i AGKCommand764(valueFloat.f, decimals.i)
  771. Global agkBin : PrototypeC.i AGKCommand765(i)
  772. Global agkHex : PrototypeC.i AGKCommand766(i)
  773. Global agkStringToBase64 : PrototypeC.i AGKCommand767(input.i)
  774. Global agkHexToBase64 : PrototypeC.i AGKCommand768(input.i)
  775. ;-Global agkVal : PrototypeC.i AGKCommand769(str.i)
  776. Global agkVal : PrototypeC.i AGKCommand770(str.i, base.i)
  777. Global agkValFloat : PrototypeC.f AGKCommand771(str.i)
  778. Global agkLeft : PrototypeC.i AGKCommand772(strin.i, count.i)
  779. Global agkRight : PrototypeC.i AGKCommand773(strin.i, count.i)
  780. Global agkMid : PrototypeC.i AGKCommand774(strin.i, position.i, length.i)
  781. Global agkAsc : PrototypeC.i AGKCommand775(strin.i)
  782. Global agkLen : PrototypeC.i AGKCommand776(strin.i)
  783. Global agkByteLen : PrototypeC.i AGKCommand777(strin.i)
  784. Global agkChr : PrototypeC.i AGKCommand778(asciivalue.i)
  785. Global agkLower : PrototypeC.i AGKCommand779(strin.i)
  786. Global agkUpper : PrototypeC.i AGKCommand780(strin.i)
  787. Global agkSpaces : PrototypeC.i AGKCommand781(length.i)
  788. ;-Global agkFindStringCount : PrototypeC.i AGKCommand782(str.i, findStr.i)
  789. Global agkFindStringCount : PrototypeC.i AGKCommand783(str.i, findStr.i, ignoreCase.i, start.i)
  790. ;-Global agkFindString : PrototypeC.i AGKCommand784(str.i, findStr.i)
  791. Global agkFindString : PrototypeC.i AGKCommand785(str.i, findStr.i, ignoreCase.i, start.i)
  792. ;-Global agkFindStringReverse : PrototypeC.i AGKCommand786(str.i, findStr.i)
  793. Global agkFindStringReverse : PrototypeC.i AGKCommand787(str.i, findStr.i, ignoreCase.i, start.i)
  794. ;-Global agkCompareString : PrototypeC.i AGKCommand788(str.i, str2.i)
  795. Global agkCompareString : PrototypeC.i AGKCommand789(str.i, str2.i, ignoreCase.i, maxChars.i)
  796. Global agkReplaceString : PrototypeC.i AGKCommand790(str.i, find.i, replace.i, qty.i)
  797. Global agkStripString : PrototypeC.i AGKCommand791(str.i, chars.i)
  798. Global agkTrimString : PrototypeC.i AGKCommand792(str.i, chars.i)
  799. Global agkTruncateString : PrototypeC.i AGKCommand793(str.i, character.i)
  800. Global agkCountStringTokens : PrototypeC.i AGKCommand794(str.i, delimiters.i)
  801. Global agkGetStringToken : PrototypeC.i AGKCommand795(str.i, delimiters.i, token.i)
  802. Global agkCountStringTokens2 : PrototypeC.i AGKCommand796(str.i, delimiter.i)
  803. Global agkGetStringToken2 : PrototypeC.i AGKCommand797(str.i, delimiter.i, token.i)
  804. Global agkGetCurrentDir : PrototypeC.i AGKCommand798()
  805. Global agkGetFolder : PrototypeC.i AGKCommand799()
  806. Global agkSetFolder : PrototypeC.i AGKCommand800(str.i)
  807. ;-Global agkGetFirstFolder : PrototypeC.i AGKCommand801()
  808. Global agkGetFirstFolder : PrototypeC.i AGKCommand802(mode.i)
  809. Global agkGetNextFolder : PrototypeC.i AGKCommand803()
  810. ;-Global agkGetFolderCount : PrototypeC.i AGKCommand804()
  811. Global agkGetFolderCount : PrototypeC.i AGKCommand805(mode.i)
  812. ;-Global agkGetFirstFile : PrototypeC.i AGKCommand806()
  813. Global agkGetFirstFile : PrototypeC.i AGKCommand807(mode.i)
  814. Global agkGetNextFile : PrototypeC.i AGKCommand808()
  815. ;-Global agkGetFileCount : PrototypeC.i AGKCommand809()
  816. Global agkGetFileCount : PrototypeC.i AGKCommand810(mode.i)
  817. ;-Global agkCreateBroadcastListener : PrototypeC.i AGKCommand811(port.i)
  818. Global agkCreateBroadcastListener : PrototypeC.i AGKCommand812(szIP.i, port.i)
  819. Global agkGetBroadcastMessage : PrototypeC.i AGKCommand813(iID.i)
  820. Global agkDeleteBroadcastListener : PrototypeC AGKCommand814(iID.i)
  821. Global agkConnectSocket : PrototypeC.i AGKCommand815(szIP.i, port.i, timeout.i)
  822. ;-Global agkConnectSocket : PrototypeC.i AGKCommand816(socketID.i, szIP.i, port.i, timeout.i)
  823. Global agkGetSocketConnected : PrototypeC.i AGKCommand817(socketID.i)
  824. Global agkGetSocketExists : PrototypeC.i AGKCommand818(socketID.i)
  825. Global agkDeleteSocket : PrototypeC AGKCommand819(socketID.i)
  826. Global agkGetSocketRemoteIP : PrototypeC.i AGKCommand820(socketID.i)
  827. Global agkFlushSocket : PrototypeC.i AGKCommand821(socketID.i)
  828. Global agkGetSocketBytesAvailable : PrototypeC.i AGKCommand822(socketID.i)
  829. Global agkGetSocketByte : PrototypeC.i AGKCommand823(socketID.i)
  830. Global agkGetSocketInteger : PrototypeC.i AGKCommand824(socketID.i)
  831. Global agkGetSocketFloat : PrototypeC.f AGKCommand825(socketID.i)
  832. Global agkGetSocketString : PrototypeC.i AGKCommand826(socketID.i)
  833. Global agkSendSocketByte : PrototypeC.i AGKCommand827(socketID.i, value.i)
  834. Global agkSendSocketInteger : PrototypeC.i AGKCommand828(socketID.i, value.i)
  835. Global agkSendSocketFloat : PrototypeC.i AGKCommand829(socketID.i, value.f)
  836. Global agkSendSocketString : PrototypeC.i AGKCommand830(socketID.i, value.i)
  837. Global agkCreateSocketListener : PrototypeC.i AGKCommand831(szIP.i, port.i)
  838. ;-Global agkCreateSocketListener : PrototypeC.i AGKCommand832(listenerID.i, szIP.i, port.i)
  839. Global agkGetSocketListenerConnection : PrototypeC.i AGKCommand833(listenerID.i)
  840. Global agkDeleteSocketListener : PrototypeC AGKCommand834(listenerID.i)
  841. ;-Global agkHostNetwork : PrototypeC.i AGKCommand835(szNetworkName.i, szMyName.i, port.i)
  842. Global agkHostNetwork : PrototypeC.i AGKCommand836(szNetworkName.i, szMyName.i, port.i, portv6.i)
  843. Global agkSetNetworkNoMoreClients : PrototypeC AGKCommand837(iNetID.i)
  844. ;-Global agkJoinNetwork : PrototypeC.i AGKCommand838(szNetworkName.i, szMyName.i)
  845. Global agkJoinNetwork : PrototypeC.i AGKCommand839(szIP.i, port.i, szMyName.i)
  846. Global agkIsNetworkActive : PrototypeC.i AGKCommand840(iNetID.i)
  847. Global agkGetDeviceIP : PrototypeC.i AGKCommand841()
  848. Global agkGetDeviceIPv6 : PrototypeC.i AGKCommand842()
  849. Global agkCloseNetwork : PrototypeC AGKCommand843(iNetID.i)
  850. Global agkSetNetworkLatency : PrototypeC AGKCommand844(iNetID.i, latency.i)
  851. Global agkGetNetworkMyClientID : PrototypeC.i AGKCommand845(iNetID.i)
  852. Global agkGetNetworkNumClients : PrototypeC.i AGKCommand846(iNetID.i)
  853. Global agkGetNetworkFirstClient : PrototypeC.i AGKCommand847(iNetID.i)
  854. Global agkGetNetworkNextClient : PrototypeC.i AGKCommand848(iNetID.i)
  855. Global agkGetNetworkClientDisconnected : PrototypeC.i AGKCommand849(iNetID.i, client.i)
  856. Global agkDeleteNetworkClient : PrototypeC AGKCommand850(iNetID.i, client.i)
  857. Global agkGetNetworkClientName : PrototypeC.i AGKCommand851(iNetID.i, client.i)
  858. Global agkGetNetworkClientPing : PrototypeC.f AGKCommand852(iNetID.i, client.i)
  859. Global agkGetNetworkServerID : PrototypeC.i AGKCommand853(iNetID.i)
  860. ;-Global agkSetNetworkLocalInteger : PrototypeC AGKCommand854(iNetID.i, name.i, i)
  861. Global agkSetNetworkLocalInteger : PrototypeC AGKCommand855(iNetID.i, name.i, i, mode.i)
  862. ;-Global agkSetNetworkLocalFloat : PrototypeC AGKCommand856(iNetID.i, name.i, f)
  863. Global agkSetNetworkLocalFloat : PrototypeC AGKCommand857(iNetID.i, name.i, f, mode.i)
  864. Global agkGetNetworkClientInteger : PrototypeC.i AGKCommand858(iNetID.i, client.i, name.i)
  865. Global agkGetNetworkClientFloat : PrototypeC.f AGKCommand859(iNetID.i, client.i, name.i)
  866. Global agkCreateNetworkMessage : PrototypeC.i AGKCommand860()
  867. Global agkAddNetworkMessageInteger : PrototypeC AGKCommand861(iMsgID.i, value.i)
  868. Global agkAddNetworkMessageFloat : PrototypeC AGKCommand862(iMsgID.i, value.f)
  869. Global agkAddNetworkMessageString : PrototypeC AGKCommand863(iMsgID.i, value.i)
  870. Global agkGetNetworkMessageFromIP : PrototypeC.i AGKCommand864(iMsgID.i)
  871. Global agkGetNetworkMessageFromClient : PrototypeC.i AGKCommand865(iMsgID.i)
  872. Global agkGetNetworkMessageInteger : PrototypeC.i AGKCommand866(iMsgID.i)
  873. Global agkGetNetworkMessageFloat : PrototypeC.f AGKCommand867(iMsgID.i)
  874. Global agkGetNetworkMessageString : PrototypeC.i AGKCommand868(iMsgID.i)
  875. Global agkDeleteNetworkMessage : PrototypeC AGKCommand869(iMsgID.i)
  876. Global agkSendNetworkMessage : PrototypeC AGKCommand870(iNetID.i, toClient.i, iMsgID.i)
  877. Global agkGetNetworkMessage : PrototypeC.i AGKCommand871(iNetID.i)
  878. Global agkSetNetworkClientUserData : PrototypeC AGKCommand872(iNetID.i, client.i, index.i, value.i)
  879. Global agkGetNetworkClientUserData : PrototypeC.i AGKCommand873(iNetID.i, client.i, index.i)
  880. Global agkCreateHTTPConnection : PrototypeC.i AGKCommand874()
  881. Global agkDeleteHTTPConnection : PrototypeC AGKCommand875(iHTTP.i)
  882. ;-Global agkSetHTTPHost : PrototypeC.i AGKCommand876(iHTTP.i, szHost.i, iSecure.i)
  883. Global agkSetHTTPHost : PrototypeC.i AGKCommand877(iHTTP.i, szHost.i, iSecure.i, szUser.i, szPass.i)
  884. Global agkCloseHTTPConnection : PrototypeC AGKCommand878(iHTTP.i)
  885. Global agkSetHTTPTimeout : PrototypeC AGKCommand879(iHTTP.i, milliseconds.i)
  886. Global agkSetHTTPVerifyCertificate : PrototypeC AGKCommand880(iHTTP.i, mode.i)
  887. ;-Global agkSendHTTPRequest : PrototypeC.i AGKCommand881(iHTTP.i, szServerFile.i)
  888. Global agkSendHTTPRequest : PrototypeC.i AGKCommand882(iHTTP.i, szServerFile.i, szPostData.i)
  889. ;-Global agkSendHTTPRequestASync : PrototypeC.i AGKCommand883(iHTTP.i, szServerFile.i)
  890. Global agkSendHTTPRequestASync : PrototypeC.i AGKCommand884(iHTTP.i, szServerFile.i, szPostData.i)
  891. Global agkSendHTTPFile : PrototypeC.i AGKCommand885(iHTTP.i, szServerFile.i, szPostData.i, szLocalFile.i)
  892. Global agkGetHTTPResponse : PrototypeC.i AGKCommand886(iHTTP.i)
  893. Global agkGetHTTPResponseReady : PrototypeC.i AGKCommand887(iHTTP.i)
  894. ;-Global agkGetHTTPFile : PrototypeC.i AGKCommand888(iHTTP.i, szServerFile.i, szLocalFile.i)
  895. Global agkGetHTTPFile : PrototypeC.i AGKCommand889(iHTTP.i, szServerFile.i, szLocalFile.i, szPostData.i)
  896. Global agkGetHTTPFileComplete : PrototypeC.i AGKCommand890(iHTTP.i)
  897. Global agkGetHTTPFileProgress : PrototypeC.f AGKCommand891(iHTTP.i)
  898. Global agkSetErrorMode : PrototypeC AGKCommand892(mode.i)
  899. Global agkGetLastError : PrototypeC.i AGKCommand893()
  900. Global agkGetErrorOccurred : PrototypeC.i AGKCommand894()
  901. Global agkPluginError : PrototypeC AGKCommand895(szErr.i)
  902. Global agkMessage : PrototypeC AGKCommand896(msg.i)
  903. Global agkGetJoystickExists : PrototypeC.i AGKCommand897()
  904. Global agkGetRawMouseX : PrototypeC.f AGKCommand898()
  905. Global agkGetRawMouseY : PrototypeC.f AGKCommand899()
  906. Global agkGetRawMouseWheel : PrototypeC.f AGKCommand900()
  907. Global agkGetRawMouseWheelDelta : PrototypeC.f AGKCommand901()
  908. Global agkGetRawMouseLeftPressed : PrototypeC.i AGKCommand902()
  909. Global agkGetRawMouseLeftState : PrototypeC.i AGKCommand903()
  910. Global agkGetRawMouseLeftReleased : PrototypeC.i AGKCommand904()
  911. Global agkGetRawMouseRightPressed : PrototypeC.i AGKCommand905()
  912. Global agkGetRawMouseRightState : PrototypeC.i AGKCommand906()
  913. Global agkGetRawMouseRightReleased : PrototypeC.i AGKCommand907()
  914. Global agkGetRawMouseMiddlePressed : PrototypeC.i AGKCommand908()
  915. Global agkGetRawMouseMiddleState : PrototypeC.i AGKCommand909()
  916. Global agkGetRawMouseMiddleReleased : PrototypeC.i AGKCommand910()
  917. Global agkGetAccelerometerExists : PrototypeC.i AGKCommand911()
  918. Global agkGetGyroSensorExists : PrototypeC.i AGKCommand912()
  919. Global agkGetProximitySensorExists : PrototypeC.i AGKCommand913()
  920. Global agkGetLightSensorExists : PrototypeC.i AGKCommand914()
  921. Global agkGetMagneticSensorExists : PrototypeC.i AGKCommand915()
  922. Global agkGetRotationVectorSensorExists : PrototypeC.i AGKCommand916()
  923. Global agkGetRawAccelX : PrototypeC.f AGKCommand917()
  924. Global agkGetRawAccelY : PrototypeC.f AGKCommand918()
  925. Global agkGetRawAccelZ : PrototypeC.f AGKCommand919()
  926. Global agkGetRawGyroVelocityX : PrototypeC.f AGKCommand920()
  927. Global agkGetRawGyroVelocityY : PrototypeC.f AGKCommand921()
  928. Global agkGetRawGyroVelocityZ : PrototypeC.f AGKCommand922()
  929. Global agkGetRawProximityDistance : PrototypeC.f AGKCommand923()
  930. Global agkGetRawLightLevel : PrototypeC.f AGKCommand924()
  931. Global agkGetRawMagneticX : PrototypeC.f AGKCommand925()
  932. Global agkGetRawMagneticY : PrototypeC.f AGKCommand926()
  933. Global agkGetRawMagneticZ : PrototypeC.f AGKCommand927()
  934. Global agkGetRawRotationVectorX : PrototypeC.f AGKCommand928()
  935. Global agkGetRawRotationVectorY : PrototypeC.f AGKCommand929()
  936. Global agkGetRawRotationVectorZ : PrototypeC.f AGKCommand930()
  937. Global agkGetRawRotationVectorW : PrototypeC.f AGKCommand931()
  938. Global agkGetRawRotationVectorX2 : PrototypeC.f AGKCommand932()
  939. Global agkGetRawRotationVectorY2 : PrototypeC.f AGKCommand933()
  940. Global agkGetRawRotationVectorZ2 : PrototypeC.f AGKCommand934()
  941. Global agkGetRawRotationVectorW2 : PrototypeC.f AGKCommand935()
  942. Global agkCompleteRawJoystickDetection : PrototypeC AGKCommand936()
  943. Global agkGetRawJoystickExists : PrototypeC.i AGKCommand937(index.i)
  944. Global agkGetRawJoystickConnected : PrototypeC.i AGKCommand938(index.i)
  945. Global agkGetRawJoystickX : PrototypeC.f AGKCommand939(index.i)
  946. Global agkGetRawJoystickY : PrototypeC.f AGKCommand940(index.i)
  947. Global agkGetRawJoystickZ : PrototypeC.f AGKCommand941(index.i)
  948. Global agkGetRawJoystickRX : PrototypeC.f AGKCommand942(index.i)
  949. Global agkGetRawJoystickRY : PrototypeC.f AGKCommand943(index.i)
  950. Global agkGetRawJoystickRZ : PrototypeC.f AGKCommand944(index.i)
  951. Global agkGetRawJoystickButtonPressed : PrototypeC.i AGKCommand945(index.i, button.i)
  952. Global agkGetRawJoystickButtonState : PrototypeC.i AGKCommand946(index.i, button.i)
  953. Global agkGetRawJoystickButtonReleased : PrototypeC.i AGKCommand947(index.i, button.i)
  954. Global agkSetRawJoystickDeadZone : PrototypeC AGKCommand948(threshold.f)
  955. Global agkAddVirtualJoystick : PrototypeC AGKCommand949(index.i, x.f, y.f, size.f)
  956. Global agkDeleteVirtualJoystick : PrototypeC AGKCommand950(index.i)
  957. Global agkGetVirtualJoystickExists : PrototypeC.i AGKCommand951(index.i)
  958. Global agkGetVirtualJoystickX : PrototypeC.f AGKCommand952(index.i)
  959. Global agkGetVirtualJoystickY : PrototypeC.f AGKCommand953(index.i)
  960. Global agkSetVirtualJoystickAlpha : PrototypeC AGKCommand954(index.i, alpha1.i, alpha2.i)
  961. Global agkSetVirtualJoystickPosition : PrototypeC AGKCommand955(index.i, x.f, y.f)
  962. Global agkSetVirtualJoystickSize : PrototypeC AGKCommand956(index.i, size.f)
  963. Global agkSetVirtualJoystickActive : PrototypeC AGKCommand957(index.i, active.i)
  964. Global agkSetVirtualJoystickVisible : PrototypeC AGKCommand958(index.i, visible.i)
  965. Global agkSetVirtualJoystickImageInner : PrototypeC AGKCommand959(index.i, imageID.i)
  966. Global agkSetVirtualJoystickImageOuter : PrototypeC AGKCommand960(index.i, imageID.i)
  967. Global agkSetVirtualJoystickDeadZone : PrototypeC AGKCommand961(threshold.f)
  968. Global agkAddVirtualButton : PrototypeC AGKCommand962(index.i, x.f, y.f, size.f)
  969. Global agkDeleteVirtualButton : PrototypeC AGKCommand963(index.i)
  970. Global agkGetVirtualButtonExists : PrototypeC.i AGKCommand964(index.i)
  971. Global agkGetVirtualButtonPressed : PrototypeC.i AGKCommand965(index.i)
  972. Global agkGetVirtualButtonReleased : PrototypeC.i AGKCommand966(index.i)
  973. Global agkGetVirtualButtonState : PrototypeC.i AGKCommand967(index.i)
  974. Global agkSetVirtualButtonColor : PrototypeC AGKCommand968(index.i, red.i, green.i, blue.i)
  975. Global agkSetVirtualButtonAlpha : PrototypeC AGKCommand969(index.i, alpha.i)
  976. Global agkSetVirtualButtonPosition : PrototypeC AGKCommand970(index.i, x.f, y.f)
  977. ;-Global agkSetVirtualButtonSize : PrototypeC AGKCommand971(index.i, size.f)
  978. Global agkSetVirtualButtonSize : PrototypeC AGKCommand972(index.i, sizeX.f, sizeY.f)
  979. Global agkSetVirtualButtonActive : PrototypeC AGKCommand973(index.i, active.i)
  980. Global agkSetVirtualButtonVisible : PrototypeC AGKCommand974(index.i, visible.i)
  981. Global agkSetVirtualButtonImageUp : PrototypeC AGKCommand975(index.i, imageID.i)
  982. Global agkSetVirtualButtonImageDown : PrototypeC AGKCommand976(index.i, imageID.i)
  983. Global agkSetVirtualButtonText : PrototypeC AGKCommand977(index.i, str.i)
  984. Global agkGetRawKeyPressed : PrototypeC.i AGKCommand978(key.i)
  985. Global agkGetRawKeyState : PrototypeC.i AGKCommand979(key.i)
  986. Global agkGetRawKeyReleased : PrototypeC.i AGKCommand980(key.i)
  987. Global agkGetRawLastKey : PrototypeC.i AGKCommand981()
  988. Global agkGetDirectionX : PrototypeC.f AGKCommand982()
  989. Global agkGetDirectionY : PrototypeC.f AGKCommand983()
  990. Global agkGetDirectionAngle : PrototypeC.f AGKCommand984()
  991. Global agkGetDirectionSpeed : PrototypeC.f AGKCommand985()
  992. Global agkGetPointerPressed : PrototypeC.i AGKCommand986()
  993. Global agkGetPointerReleased : PrototypeC.i AGKCommand987()
  994. Global agkGetPointerState : PrototypeC.i AGKCommand988()
  995. Global agkGetPointerX : PrototypeC.f AGKCommand989()
  996. Global agkGetPointerY : PrototypeC.f AGKCommand990()
  997. Global agkGetJoystickX : PrototypeC.f AGKCommand991()
  998. Global agkGetJoystickY : PrototypeC.f AGKCommand992()
  999. Global agkSetJoystickDeadZone : PrototypeC AGKCommand993(threshold.f)
  1000. Global agkSetJoystickScreenPosition : PrototypeC AGKCommand994(x.f, y.f, size.f)
  1001. Global agkGetButtonPressed : PrototypeC.i AGKCommand995(index.i)
  1002. Global agkGetButtonState : PrototypeC.i AGKCommand996(index.i)
  1003. Global agkGetButtonReleased : PrototypeC.i AGKCommand997(index.i)
  1004. Global agkSetButtonScreenPosition : PrototypeC AGKCommand998(index.i, x.f, y.f, size.f)
  1005. ;-Global agkStartTextInput : PrototypeC AGKCommand999()
  1006. Global agkStartTextInput : PrototypeC AGKCommand1000(initial.i)
  1007. Global agkStopTextInput : PrototypeC AGKCommand1001()
  1008. Global agkGetTextInputState : PrototypeC.i AGKCommand1002()
  1009. Global agkGetTextInputCompleted : PrototypeC.i AGKCommand1003()
  1010. Global agkGetTextInputCancelled : PrototypeC.i AGKCommand1004()
  1011. Global agkGetTextInput : PrototypeC.i AGKCommand1005()
  1012. Global agkGetLastChar : PrototypeC.i AGKCommand1006()
  1013. Global agkSetCursorBlinkTime : PrototypeC AGKCommand1007(seconds.f)
  1014. Global agkSetTextInputMaxChars : PrototypeC AGKCommand1008(max.i)
  1015. Global agkCreateEditBox : PrototypeC AGKCommand1009(index.i)
  1016. ;-Global agkCreateEditBox : PrototypeC.i AGKCommand1010()
  1017. Global agkGetEditBoxExists : PrototypeC.i AGKCommand1011(index.i)
  1018. Global agkDeleteEditBox : PrototypeC AGKCommand1012(index.i)
  1019. Global agkGetEditBoxHasFocus : PrototypeC.i AGKCommand1013(index.i)
  1020. Global agkGetCurrentEditBox : PrototypeC.i AGKCommand1014()
  1021. Global agkSetEditBoxPosition : PrototypeC AGKCommand1015(index.i, x.f, y.f)
  1022. Global agkSetEditBoxSize : PrototypeC AGKCommand1016(index.i, width.f, height.f)
  1023. Global agkSetEditBoxDepth : PrototypeC AGKCommand1017(index.i, depth.i)
  1024. Global agkSetEditBoxBorderSize : PrototypeC AGKCommand1018(index.i, size.f)
  1025. Global agkSetEditBoxBorderColor : PrototypeC AGKCommand1019(index.i, red.i, green.i, blue.i, alpha.i)
  1026. Global agkSetEditBoxBackgroundColor : PrototypeC AGKCommand1020(index.i, red.i, green.i, blue.i, alpha.i)
  1027. Global agkSetEditBoxText : PrototypeC AGKCommand1021(index.i, str.i)
  1028. Global agkSetEditBoxTextColor : PrototypeC AGKCommand1022(index.i, red.i, green.i, blue.i)
  1029. Global agkSetEditBoxCursorColor : PrototypeC AGKCommand1023(index.i, red.i, green.i, blue.i)
  1030. Global agkSetEditBoxFontImage : PrototypeC AGKCommand1024(index.i, image.i)
  1031. Global agkSetEditBoxExtendedFontImage : PrototypeC AGKCommand1025(index.i, image.i)
  1032. Global agkSetEditBoxFont : PrototypeC AGKCommand1026(index.i, fontID.i)
  1033. Global agkSetEditBoxTextSize : PrototypeC AGKCommand1027(index.i, size.f)
  1034. Global agkSetEditBoxCursorPosition : PrototypeC AGKCommand1028(index.i, pos.i)
  1035. Global agkSetEditBoxFocus : PrototypeC AGKCommand1029(index.i, focus.i)
  1036. Global agkSetEditBoxActive : PrototypeC AGKCommand1030(index.i, active.i)
  1037. Global agkSetEditBoxVisible : PrototypeC AGKCommand1031(index.i, visible.i)
  1038. Global agkSetEditBoxBorderImage : PrototypeC AGKCommand1032(index.i, image.i)
  1039. Global agkSetEditBoxBackgroundImage : PrototypeC AGKCommand1033(index.i, image.i)
  1040. Global agkSetEditBoxCursorBlinkTime : PrototypeC AGKCommand1034(index.i, time.f)
  1041. Global agkSetEditBoxCursorWidth : PrototypeC AGKCommand1035(index.i, width.f)
  1042. Global agkSetEditBoxMaxChars : PrototypeC AGKCommand1036(index.i, max.i)
  1043. Global agkSetEditBoxMaxLines : PrototypeC AGKCommand1037(index.i, max.i)
  1044. Global agkSetEditBoxMultiLine : PrototypeC AGKCommand1038(index.i, multiline.i)
  1045. Global agkSetEditBoxScissor : PrototypeC AGKCommand1039(index.i, x.f, y.f, x2.f, y2.f)
  1046. Global agkSetEditBoxPasswordMode : PrototypeC AGKCommand1040(index.i, mode.i)
  1047. Global agkSetEditBoxUseAlternateInput : PrototypeC AGKCommand1041(index.i, mode.i)
  1048. Global agkSetEditBoxWrapMode : PrototypeC AGKCommand1042(index.i, mode.i)
  1049. Global agkFixEditBoxToScreen : PrototypeC AGKCommand1043(index.i, fix.i)
  1050. Global agkGetEditBoxText : PrototypeC.i AGKCommand1044(index.i)
  1051. Global agkGetEditBoxX : PrototypeC.f AGKCommand1045(index.i)
  1052. Global agkGetEditBoxY : PrototypeC.f AGKCommand1046(index.i)
  1053. Global agkGetEditBoxWidth : PrototypeC.f AGKCommand1047(index.i)
  1054. Global agkGetEditBoxHeight : PrototypeC.f AGKCommand1048(index.i)
  1055. Global agkGetEditBoxChanged : PrototypeC.i AGKCommand1049(index.i)
  1056. Global agkGetEditBoxActive : PrototypeC.i AGKCommand1050(index.i)
  1057. Global agkGetEditBoxVisible : PrototypeC.i AGKCommand1051(index.i)
  1058. Global agkGetEditBoxLines : PrototypeC.i AGKCommand1052(index.i)
  1059. Global agkGetEditBoxCursorPosition : PrototypeC.i AGKCommand1053(index.i)
  1060. Global agkGetManagedSpriteDrawnCount : PrototypeC.i AGKCommand1054()
  1061. Global agkGetManagedSpriteCount : PrototypeC.i AGKCommand1055()
  1062. Global agkGetManagedSpriteSortedCount : PrototypeC.i AGKCommand1056()
  1063. Global agkGetPixelsDrawn : PrototypeC.i AGKCommand1057()
  1064. Global agkGetManagedSpriteDrawCalls : PrototypeC.i AGKCommand1058()
  1065. Global agkGetParticleDrawnPointCount : PrototypeC.i AGKCommand1059()
  1066. Global agkGetParticleDrawnQuadCount : PrototypeC.i AGKCommand1060()
  1067. Global agkGetUpdateTime : PrototypeC.f AGKCommand1061()
  1068. Global agkGetPhysicsTime : PrototypeC.f AGKCommand1062()
  1069. Global agkGetDrawingSetupTime : PrototypeC.f AGKCommand1063()
  1070. Global agkGetDrawingTime : PrototypeC.f AGKCommand1064()
  1071. Global agkGetLoadedImages : PrototypeC.i AGKCommand1065()
  1072. Global agkGetUnassignedImages : PrototypeC.i AGKCommand1066()
  1073. Global agkGetUnassignedImageFileName : PrototypeC.i AGKCommand1067(index.i)
  1074. Global agkGetImageMemoryUsage : PrototypeC.f AGKCommand1068()
  1075. Global agkGetLeapYear : PrototypeC.i AGKCommand1069(year.i)
  1076. Global agkGetUnixFromDate : PrototypeC.i AGKCommand1070(year.i, month.i, days.i, hours.i, minutes.i, seconds.i)
  1077. Global agkGetYearFromUnix : PrototypeC.i AGKCommand1071(unixtime.i)
  1078. Global agkGetMonthFromUnix : PrototypeC.i AGKCommand1072(unixtime.i)
  1079. Global agkGetDaysFromUnix : PrototypeC.i AGKCommand1073(unixtime.i)
  1080. Global agkGetHoursFromUnix : PrototypeC.i AGKCommand1074(unixtime.i)
  1081. Global agkGetMinutesFromUnix : PrototypeC.i AGKCommand1075(unixtime.i)
  1082. Global agkGetSecondsFromUnix : PrototypeC.i AGKCommand1076(unixtime.i)
  1083. Global agkSetInneractiveDetails : PrototypeC AGKCommand1077(szCode.i)
  1084. Global agkSetAdMobDetails : PrototypeC AGKCommand1078(szID.i)
  1085. Global agkSetAdMobRewardAdDetails : PrototypeC AGKCommand1079(szID.i)
  1086. Global agkSetChartboostDetails : PrototypeC AGKCommand1080(szKey1.i, szKey2.i)
  1087. Global agkSetAmazonAdDetails : PrototypeC AGKCommand1081(szKey.i)
  1088. Global agkSetAmazonAdTesting : PrototypeC AGKCommand1082(mode.i)
  1089. Global agkSetAdMobTesting : PrototypeC AGKCommand1083(mode.i)
  1090. Global agkShowFullscreenAdvertAdMob : PrototypeC AGKCommand1084()
  1091. Global agkShowFullscreenAdvertChartboost : PrototypeC AGKCommand1085()
  1092. Global agkShowFullscreenAdvertAmazon : PrototypeC AGKCommand1086()
  1093. Global agkGetFullscreenAdvertLoadedAdMob : PrototypeC.i AGKCommand1087()
  1094. Global agkGetFullscreenAdvertLoadedChartboost : PrototypeC.i AGKCommand1088()
  1095. Global agkGetFullscreenAdvertLoadedAmazon : PrototypeC.i AGKCommand1089()
  1096. Global agkShowRewardAdAdMob : PrototypeC AGKCommand1090()
  1097. Global agkGetRewardAdLoadedAdMob : PrototypeC.i AGKCommand1091()
  1098. Global agkGetRewardAdRewardedAdMob : PrototypeC.i AGKCommand1092()
  1099. Global agkResetRewardAdMob : PrototypeC AGKCommand1093()
  1100. Global agkShowRewardAdChartboost : PrototypeC AGKCommand1094()
  1101. Global agkCacheRewardAdChartboost : PrototypeC AGKCommand1095()
  1102. Global agkGetRewardAdLoadedChartboost : PrototypeC.i AGKCommand1096()
  1103. Global agkGetRewardAdRewardedChartboost : PrototypeC.i AGKCommand1097()
  1104. Global agkResetRewardChartboost : PrototypeC AGKCommand1098()
  1105. Global agkCreateFullscreenAdvert : PrototypeC AGKCommand1099()
  1106. Global agkCreateAdvert : PrototypeC AGKCommand1100(type.i, horz.i, vert.i, test.i)
  1107. Global agkCreateAdvertEx : PrototypeC AGKCommand1101(type.i, horz.i, vert.i, test.i, offsetx.f, offsety.f)
  1108. Global agkSetAdvertPosition : PrototypeC AGKCommand1102(x.f, y.f, width.f)
  1109. Global agkSetAdvertLocation : PrototypeC AGKCommand1103(horz.i, vert.i, width.f)
  1110. Global agkSetAdvertLocationEx : PrototypeC AGKCommand1104(horz.i, vert.i, offsetx.f, offsety.f, width.f)
  1111. Global agkSetAdvertVisible : PrototypeC AGKCommand1105(iVisible.i)
  1112. Global agkRequestAdvertRefresh : PrototypeC AGKCommand1106()
  1113. Global agkDeleteAdvert : PrototypeC AGKCommand1107()
  1114. ;-Global agkCreateZip : PrototypeC AGKCommand1108(zipID.i, filename.i)
  1115. Global agkCreateZip : PrototypeC.i AGKCommand1109(filename.i)
  1116. Global agkAddZipEntry : PrototypeC AGKCommand1110(zipID.i, path.i, zipPath.i)
  1117. Global agkCloseZip : PrototypeC AGKCommand1111(zipID.i)
  1118. Global agkExtractZip : PrototypeC AGKCommand1112(zipfilename.i, path.i)
  1119. Global agkLog : PrototypeC AGKCommand1113(szMessage.i)
  1120. ;-Global agkRateApp : PrototypeC AGKCommand1114(szID.i)
  1121. ;-Global agkRateApp : PrototypeC AGKCommand1115(szID.i, szTitle.i)
  1122. Global agkRateApp : PrototypeC AGKCommand1116(szID.i, szTitle.i, szMessage.i)
  1123. Global agkRequestAppReview : PrototypeC AGKCommand1117()
  1124. Global agkInAppPurchaseSetKeys : PrototypeC AGKCommand1118(szData1.i, szData2.i)
  1125. Global agkInAppPurchaseSetTitle : PrototypeC AGKCommand1119(szTitle.i)
  1126. Global agkInAppPurchaseAddProductID : PrototypeC AGKCommand1120(szID.i, type.i)
  1127. Global agkInAppPurchaseSetup : PrototypeC AGKCommand1121()
  1128. Global agkGetInAppPurchaseAvailable : PrototypeC.i AGKCommand1122(iID.i)
  1129. Global agkInAppPurchaseActivate : PrototypeC AGKCommand1123(iID.i)
  1130. Global agkGetInAppPurchaseLocalPrice : PrototypeC.i AGKCommand1124(iID.i)
  1131. Global agkGetInAppPurchaseDescription : PrototypeC.i AGKCommand1125(iID.i)
  1132. Global agkGetInAppPurchaseState : PrototypeC.i AGKCommand1126()
  1133. Global agkInAppPurchaseRestore : PrototypeC AGKCommand1127()
  1134. Global agkGetInAppPurchaseSignature : PrototypeC.i AGKCommand1128(iID.i)
  1135. Global agkTwitterSetup : PrototypeC AGKCommand1129(szKey.i, szSecret.i)
  1136. Global agkTwitterMessage : PrototypeC AGKCommand1130(szMessage.i)
  1137. Global agkFacebookSetup : PrototypeC AGKCommand1131(szID.i)
  1138. Global agkGetFacebookLoggedIn : PrototypeC.i AGKCommand1132()
  1139. Global agkFacebookGetUserID : PrototypeC.i AGKCommand1133()
  1140. Global agkFacebookGetUserName : PrototypeC.i AGKCommand1134()
  1141. Global agkFacebookGetAccessToken : PrototypeC.i AGKCommand1135()
  1142. Global agkFacebookLogin : PrototypeC AGKCommand1136()
  1143. Global agkFacebookLogout : PrototypeC AGKCommand1137()
  1144. Global agkFacebookPostOnMyWall : PrototypeC AGKCommand1138(szLink.i, szPicture.i, szName.i, szCaption.i, szDescription.i)
  1145. Global agkFacebookPostOnFriendsWall : PrototypeC AGKCommand1139(szID.i, szLink.i, szPicture.i, szName.i, szCaption.i, szDescription.i)
  1146. Global agkFacebookInviteFriend : PrototypeC AGKCommand1140(szID.i, szMessage.i)
  1147. Global agkFacebookShowLikeButton : PrototypeC AGKCommand1141(szURL.i, iX.i, iY.i, iWidth.i, iHeight.i)
  1148. Global agkFacebookDestroyLikeButton : PrototypeC AGKCommand1142()
  1149. Global agkFacebookGetFriends : PrototypeC AGKCommand1143()
  1150. Global agkFacebookGetFriendsState : PrototypeC.i AGKCommand1144()
  1151. Global agkFacebookGetFriendsCount : PrototypeC.i AGKCommand1145()
  1152. Global agkFacebookGetFriendsName : PrototypeC.i AGKCommand1146(iIndex.i)
  1153. Global agkFacebookGetFriendsID : PrototypeC.i AGKCommand1147(iIndex.i)
  1154. Global agkFacebookDownloadFriendsPhoto : PrototypeC AGKCommand1148(iIndex.i)
  1155. Global agkGetFacebookDownloadState : PrototypeC.i AGKCommand1149()
  1156. Global agkGetFacebookDownloadFile : PrototypeC.i AGKCommand1150()
  1157. Global agkNotificationCreate : PrototypeC AGKCommand1151(szDateTime.i, szMessage.i, szData.i)
  1158. Global agkGetNotification : PrototypeC.i AGKCommand1152()
  1159. Global agkGetNotificationData : PrototypeC.i AGKCommand1153()
  1160. Global agkNotificationReset : PrototypeC AGKCommand1154()
  1161. Global agkSetLocalNotification : PrototypeC AGKCommand1155(iID.i, datetime.i, szMessage.i)
  1162. Global agkCancelLocalNotification : PrototypeC AGKCommand1156(iID.i)
  1163. Global agkGetLocalNotificationExists : PrototypeC.i AGKCommand1157(iID.i)
  1164. Global agkGetLocalNotificationTime : PrototypeC.i AGKCommand1158(iID.i)
  1165. Global agkGetLocalNotificationMessage : PrototypeC.i AGKCommand1159(iID.i)
  1166. Global agkMakeColor : PrototypeC.i AGKCommand1160(red.i, green.i, blue.i)
  1167. Global agkGetColorRed : PrototypeC.i AGKCommand1161(color.i)
  1168. Global agkGetColorGreen : PrototypeC.i AGKCommand1162(color.i)
  1169. Global agkGetColorBlue : PrototypeC.i AGKCommand1163(color.i)
  1170. Global agkDrawLine : PrototypeC AGKCommand1164(x.f, y.f, x2.f, y2.f, red.i, green.i, blue.i)
  1171. ;-Global agkDrawLine : PrototypeC AGKCommand1165(x.f, y.f, x2.f, y2.f, color1.i, color2.i)
  1172. Global agkDrawBox : PrototypeC AGKCommand1166(x.f, y.f, x2.f, y2.f, color1.i, color2.i, color3.i, color4.i, filled.i)
  1173. Global agkDrawEllipse : PrototypeC AGKCommand1167(x.f, y.f, radiusx.f, radiusy.f, color1.i, color2.i, filled.i)
  1174. Global agkCreateMemblock : PrototypeC.i AGKCommand1168(size.i)
  1175. ;-Global agkCreateMemblock : PrototypeC AGKCommand1169(memID.i, size.i)
  1176. Global agkGetMemblockExists : PrototypeC.i AGKCommand1170(memID.i)
  1177. Global agkDeleteMemblock : PrototypeC AGKCommand1171(memID.i)
  1178. Global agkCopyMemblock : PrototypeC AGKCommand1172(memSrcID.i, memDstID.i, srcOffset.i, dstOffset.i, size.i)
  1179. Global agkGetMemblockSize : PrototypeC.i AGKCommand1173(memID.i)
  1180. Global agkGetMemblockByte : PrototypeC.i AGKCommand1174(memID.i, offset.i)
  1181. Global agkGetMemblockByteSigned : PrototypeC.i AGKCommand1175(memID.i, offset.i)
  1182. Global agkGetMemblockShort : PrototypeC.i AGKCommand1176(memID.i, offset.i)
  1183. Global agkGetMemblockInt : PrototypeC.i AGKCommand1177(memID.i, offset.i)
  1184. Global agkGetMemblockFloat : PrototypeC.f AGKCommand1178(memID.i, offset.i)
  1185. Global agkGetMemblockString : PrototypeC.i AGKCommand1179(memID.i, offset.i, length.i)
  1186. Global agkSetMemblockByte : PrototypeC AGKCommand1180(memID.i, offset.i, value.i)
  1187. Global agkSetMemblockByteSigned : PrototypeC AGKCommand1181(memID.i, offset.i, value.i)
  1188. Global agkSetMemblockShort : PrototypeC AGKCommand1182(memID.i, offset.i, value.i)
  1189. Global agkSetMemblockInt : PrototypeC AGKCommand1183(memID.i, offset.i, value.i)
  1190. Global agkSetMemblockFloat : PrototypeC AGKCommand1184(memID.i, offset.i, value.f)
  1191. Global agkSetMemblockString : PrototypeC AGKCommand1185(memID.i, offset.i, value.i)
  1192. ;-Global agkCreateMemblockFromImage : PrototypeC AGKCommand1186(memID.i, imageID.i)
  1193. Global agkCreateMemblockFromImage : PrototypeC.i AGKCommand1187(imageID.i)
  1194. ;-Global agkCreateImageFromMemblock : PrototypeC AGKCommand1188(imageID.i, memID.i)
  1195. Global agkCreateImageFromMemblock : PrototypeC.i AGKCommand1189(memID.i)
  1196. ;-Global agkCreateMemblockFromSound : PrototypeC AGKCommand1190(memID.i, soundID.i)
  1197. Global agkCreateMemblockFromSound : PrototypeC.i AGKCommand1191(soundID.i)
  1198. ;-Global agkCreateSoundFromMemblock : PrototypeC AGKCommand1192(soundID.i, memID.i)
  1199. Global agkCreateSoundFromMemblock : PrototypeC.i AGKCommand1193(memID.i)
  1200. ;-Global agkCreateMemblockFromFile : PrototypeC AGKCommand1194(memID.i, filename.i)
  1201. Global agkCreateMemblockFromFile : PrototypeC.i AGKCommand1195(filename.i)
  1202. Global agkCreateFileFromMemblock : PrototypeC AGKCommand1196(filename.i, memID.i)
  1203. ;-Global agkCreateMemblockFromObjectMesh : PrototypeC AGKCommand1197(memID.i, objID.i, meshIndex.i)
  1204. Global agkCreateMemblockFromObjectMesh : PrototypeC.i AGKCommand1198(objID.i, meshIndex.i)
  1205. ;-Global agkCreateObjectFromMeshMemblock : PrototypeC AGKCommand1199(objID.i, memID.i)
  1206. Global agkCreateObjectFromMeshMemblock : PrototypeC.i AGKCommand1200(memID.i)
  1207. Global agkSetObjectMeshFromMemblock : PrototypeC AGKCommand1201(objID.i, meshIndex.i, memID.i)
  1208. Global agkAddObjectMeshFromMemblock : PrototypeC AGKCommand1202(objID.i, memID.i)
  1209. Global agkSetMeshMemblockVertexPosition : PrototypeC AGKCommand1203(memID.i, vertexIndex.i, x.f, y.f, z.f)
  1210. Global agkSetMeshMemblockVertexNormal : PrototypeC AGKCommand1204(memID.i, vertexIndex.i, x.f, y.f, z.f)
  1211. Global agkSetMeshMemblockVertexUV : PrototypeC AGKCommand1205(memID.i, vertexIndex.i, u.f, v.f)
  1212. Global agkGetMeshMemblockVertexX : PrototypeC.f AGKCommand1206(memID.i, vertexIndex.i)
  1213. Global agkGetMeshMemblockVertexY : PrototypeC.f AGKCommand1207(memID.i, vertexIndex.i)
  1214. Global agkGetMeshMemblockVertexZ : PrototypeC.f AGKCommand1208(memID.i, vertexIndex.i)
  1215. Global agkGetMeshMemblockVertexNormalX : PrototypeC.f AGKCommand1209(memID.i, vertexIndex.i)
  1216. Global agkGetMeshMemblockVertexNormalY : PrototypeC.f AGKCommand1210(memID.i, vertexIndex.i)
  1217. Global agkGetMeshMemblockVertexNormalZ : PrototypeC.f AGKCommand1211(memID.i, vertexIndex.i)
  1218. Global agkGetMeshMemblockVertexU : PrototypeC.f AGKCommand1212(memID.i, vertexIndex.i)
  1219. Global agkGetMeshMemblockVertexV : PrototypeC.f AGKCommand1213(memID.i, vertexIndex.i)
  1220. Global agkSetGlobal3DDepth : PrototypeC AGKCommand1214(depth.i)
  1221. ;-Global agkCreateObjectBox : PrototypeC AGKCommand1215(objID.i, width.f, height.f, length.f)
  1222. Global agkCreateObjectBox : PrototypeC.i AGKCommand1216(width.f, height.f, length.f)
  1223. ;-Global agkCreateObjectCapsule : PrototypeC AGKCommand1217(objID.i, diameter.f, height.f, axis.i)
  1224. Global agkCreateObjectCapsule : PrototypeC.i AGKCommand1218(diameter.f, height.f, axis.i)
  1225. ;-Global agkCreateObjectSphere : PrototypeC AGKCommand1219(objID.i, diameter.f, rows.i, columns.i)
  1226. Global agkCreateObjectSphere : PrototypeC.i AGKCommand1220(diameter.f, rows.i, columns.i)
  1227. ;-Global agkCreateObjectCone : PrototypeC AGKCommand1221(objID.i, height.f, diameter.f, segments.i)
  1228. Global agkCreateObjectCone : PrototypeC.i AGKCommand1222(height.f, diameter.f, segments.i)
  1229. ;-Global agkCreateObjectCylinder : PrototypeC AGKCommand1223(objID.i, height.f, diameter.f, segments.i)
  1230. Global agkCreateObjectCylinder : PrototypeC.i AGKCommand1224(height.f, diameter.f, segments.i)
  1231. ;-Global agkCreateObjectPlane : PrototypeC AGKCommand1225(objID.i, width.f, height.f)
  1232. Global agkCreateObjectPlane : PrototypeC.i AGKCommand1226(width.f, height.f)
  1233. ;-Global agkCreateObjectQuad : PrototypeC AGKCommand1227(objID.i)
  1234. Global agkCreateObjectQuad : PrototypeC.i AGKCommand1228()
  1235. Global agkCreateObjectFromHeightMap : PrototypeC.i AGKCommand1229(szImageFile.i, width.f, height.f, length.f, smoothing.i, split.i)
  1236. ;-Global agkCreateObjectFromHeightMap : PrototypeC AGKCommand1230(objID.i, szImageFile.i, width.f, height.f, length.f, smoothing.i, split.i)
  1237. Global agkCreateObjectFromObjectMesh : PrototypeC.i AGKCommand1231(fromObjID.i, meshIndex.i)
  1238. ;-Global agkCreateObjectFromObjectMesh : PrototypeC AGKCommand1232(objID.i, fromObjID.i, meshIndex.i)
  1239. Global agkLoadObject : PrototypeC.i AGKCommand1233(szFilename.i)
  1240. ;-Global agkLoadObject : PrototypeC.i AGKCommand1234(szFilename.i, height.f)
  1241. ;-Global agkLoadObject : PrototypeC AGKCommand1235(objID.i, szFilename.i)
  1242. ;-Global agkLoadObject : PrototypeC AGKCommand1236(objID.i, szFilename.i, height.f)
  1243. Global agkLoadObjectWithChildren : PrototypeC.i AGKCommand1237(szFilename.i)
  1244. ;-Global agkLoadObjectWithChildren : PrototypeC AGKCommand1238(objID.i, szFilename.i)
  1245. Global agkSaveObject : PrototypeC AGKCommand1239(objID.i, szFilename.i)
  1246. Global agkCloneObject : PrototypeC.i AGKCommand1240(objID.i)
  1247. ;-Global agkCloneObject : PrototypeC AGKCommand1241(newobjID.i, objID.i)
  1248. Global agkInstanceObject : PrototypeC.i AGKCommand1242(objID.i)
  1249. ;-Global agkInstanceObject : PrototypeC AGKCommand1243(newobjID.i, objID.i)
  1250. Global agkGetObjectExists : PrototypeC.i AGKCommand1244(objID.i)
  1251. Global agkDeleteObject : PrototypeC AGKCommand1245(objID.i)
  1252. Global agkDeleteObjectWithChildren : PrototypeC AGKCommand1246(objID.i)
  1253. Global agkDeleteAllObjects : PrototypeC AGKCommand1247()
  1254. Global agkGetObjectNumChildren : PrototypeC.i AGKCommand1248(objID.i)
  1255. Global agkGetObjectChildID : PrototypeC.i AGKCommand1249(objID.i, childIndex.i)
  1256. Global agkGetObjectNumBones : PrototypeC.i AGKCommand1250(objID.i)
  1257. Global agkGetObjectBoneByName : PrototypeC.i AGKCommand1251(objID.i, name.i)
  1258. Global agkGetObjectNumMeshes : PrototypeC.i AGKCommand1252(objID.i)
  1259. Global agkGetObjectMeshName : PrototypeC.i AGKCommand1253(objID.i, meshIndex.i)
  1260. Global agkSetObjectMeshImage : PrototypeC AGKCommand1254(objID.i, meshIndex.i, imageID.i, textureStage.i)
  1261. Global agkSetObjectMeshLightMap : PrototypeC AGKCommand1255(objID.i, meshIndex.i, imageID.i)
  1262. Global agkSetObjectMeshShader : PrototypeC AGKCommand1256(objID.i, meshIndex.i, shaderID.i)
  1263. Global agkGetObjectMeshVSSource : PrototypeC.i AGKCommand1257(objID.i, meshIndex.i)
  1264. Global agkGetObjectMeshPSSource : PrototypeC.i AGKCommand1258(objID.i, meshIndex.i)
  1265. Global agkSetObjectMeshUVOffset : PrototypeC AGKCommand1259(objID.i, meshIndex.i, textureStage.i, offsetU.f, offsetV.f)
  1266. Global agkSetObjectMeshUVScale : PrototypeC AGKCommand1260(objID.i, meshIndex.i, textureStage.i, scaleU.f, scaleV.f)
  1267. Global agkGetObjectMeshSizeMinX : PrototypeC.f AGKCommand1261(objID.i, meshIndex.i)
  1268. Global agkGetObjectMeshSizeMaxX : PrototypeC.f AGKCommand1262(objID.i, meshIndex.i)
  1269. Global agkGetObjectMeshSizeMinY : PrototypeC.f AGKCommand1263(objID.i, meshIndex.i)
  1270. Global agkGetObjectMeshSizeMaxY : PrototypeC.f AGKCommand1264(objID.i, meshIndex.i)
  1271. Global agkGetObjectMeshSizeMinZ : PrototypeC.f AGKCommand1265(objID.i, meshIndex.i)
  1272. Global agkGetObjectMeshSizeMaxZ : PrototypeC.f AGKCommand1266(objID.i, meshIndex.i)
  1273. Global agkFixObjectToObject : PrototypeC AGKCommand1267(objID.i, toObjID.i)
  1274. Global agkFixObjectToBone : PrototypeC AGKCommand1268(objID.i, toObjID.i, toBoneIndex.i)
  1275. Global agkGetObjectNumAnimations : PrototypeC.i AGKCommand1269(objID.i)
  1276. Global agkGetObjectAnimationName : PrototypeC.i AGKCommand1270(objID.i, index.i)
  1277. Global agkPlayObjectAnimation : PrototypeC AGKCommand1271(objID.i, animName.i, starttime.f, endtime.f, loop.i, tweentime.f)
  1278. Global agkSetObjectAnimationFrame : PrototypeC AGKCommand1272(objID.i, animName.i, time.f, tweentime.f)
  1279. Global agkStopObjectAnimation : PrototypeC AGKCommand1273(objID.i)
  1280. Global agkResetObjectAnimation : PrototypeC AGKCommand1274(objID.i)
  1281. Global agkSetObjectAnimationSpeed : PrototypeC AGKCommand1275(objID.i, speed.f)
  1282. Global agkGetObjectIsAnimating : PrototypeC.i AGKCommand1276(objID.i)
  1283. Global agkGetObjectIsTweening : PrototypeC.i AGKCommand1277(objID.i)
  1284. Global agkGetObjectAnimationTime : PrototypeC.f AGKCommand1278(objID.i)
  1285. Global agkGetObjectAnimationDuration : PrototypeC.f AGKCommand1279(objID.i, animName.i)
  1286. Global agkSetObjectBonePosition : PrototypeC AGKCommand1280(objID.i, boneIndex.i, x.f, y.f, z.f)
  1287. Global agkSetObjectBoneRotation : PrototypeC AGKCommand1281(objID.i, boneIndex.i, angx.f, angy.f, angz.f)
  1288. Global agkSetObjectBoneRotationQuat : PrototypeC AGKCommand1282(objID.i, boneIndex.i, w.f, x.f, y.f, z.f)
  1289. Global agkSetObjectBoneLookAt : PrototypeC AGKCommand1283(objID.i, boneIndex.i, x.f, y.f, z.f, roll.f)
  1290. Global agkSetObjectBoneCanAnimate : PrototypeC AGKCommand1284(objID.i, boneIndex.i, animate.i)
  1291. Global agkRotateObjectBoneLocalX : PrototypeC AGKCommand1285(objID.i, boneIndex.i, amount.f)
  1292. Global agkRotateObjectBoneLocalY : PrototypeC AGKCommand1286(objID.i, boneIndex.i, amount.f)
  1293. Global agkRotateObjectBoneLocalZ : PrototypeC AGKCommand1287(objID.i, boneIndex.i, amount.f)
  1294. Global agkGetObjectBoneName : PrototypeC.i AGKCommand1288(objID.i, boneIndex.i)
  1295. Global agkGetObjectBoneX : PrototypeC.f AGKCommand1289(objID.i, boneIndex.i)
  1296. Global agkGetObjectBoneY : PrototypeC.f AGKCommand1290(objID.i, boneIndex.i)
  1297. Global agkGetObjectBoneZ : PrototypeC.f AGKCommand1291(objID.i, boneIndex.i)
  1298. Global agkGetObjectBoneAngleX : PrototypeC.f AGKCommand1292(objID.i, boneIndex.i)
  1299. Global agkGetObjectBoneAngleY : PrototypeC.f AGKCommand1293(objID.i, boneIndex.i)
  1300. Global agkGetObjectBoneAngleZ : PrototypeC.f AGKCommand1294(objID.i, boneIndex.i)
  1301. Global agkGetObjectBoneQuatW : PrototypeC.f AGKCommand1295(objID.i, boneIndex.i)
  1302. Global agkGetObjectBoneQuatX : PrototypeC.f AGKCommand1296(objID.i, boneIndex.i)
  1303. Global agkGetObjectBoneQuatY : PrototypeC.f AGKCommand1297(objID.i, boneIndex.i)
  1304. Global agkGetObjectBoneQuatZ : PrototypeC.f AGKCommand1298(objID.i, boneIndex.i)
  1305. Global agkGetObjectBoneWorldX : PrototypeC.f AGKCommand1299(objID.i, boneIndex.i)
  1306. Global agkGetObjectBoneWorldY : PrototypeC.f AGKCommand1300(objID.i, boneIndex.i)
  1307. Global agkGetObjectBoneWorldZ : PrototypeC.f AGKCommand1301(objID.i, boneIndex.i)
  1308. Global agkGetObjectBoneWorldAngleX : PrototypeC.f AGKCommand1302(objID.i, boneIndex.i)
  1309. Global agkGetObjectBoneWorldAngleY : PrototypeC.f AGKCommand1303(objID.i, boneIndex.i)
  1310. Global agkGetObjectBoneWorldAngleZ : PrototypeC.f AGKCommand1304(objID.i, boneIndex.i)
  1311. Global agkGetObjectBoneWorldQuatW : PrototypeC.f AGKCommand1305(objID.i, boneIndex.i)
  1312. Global agkGetObjectBoneWorldQuatX : PrototypeC.f AGKCommand1306(objID.i, boneIndex.i)
  1313. Global agkGetObjectBoneWorldQuatY : PrototypeC.f AGKCommand1307(objID.i, boneIndex.i)
  1314. Global agkGetObjectBoneWorldQuatZ : PrototypeC.f AGKCommand1308(objID.i, boneIndex.i)
  1315. Global agkSetObjectPosition : PrototypeC AGKCommand1309(objID.i, x.f, y.f, z.f)
  1316. Global agkSetObjectRotation : PrototypeC AGKCommand1310(objID.i, angx.f, angy.f, angz.f)
  1317. Global agkSetObjectRotationQuat : PrototypeC AGKCommand1311(objID.i, w.f, x.f, y.f, z.f)
  1318. Global agkSetObjectScale : PrototypeC AGKCommand1312(objID.i, x.f, y.f, z.f)
  1319. Global agkSetObjectScalePermanent : PrototypeC AGKCommand1313(objID.i, x.f, y.f, z.f)
  1320. Global agkMoveObjectLocalX : PrototypeC AGKCommand1314(objID.i, amount.f)
  1321. Global agkMoveObjectLocalY : PrototypeC AGKCommand1315(objID.i, amount.f)
  1322. Global agkMoveObjectLocalZ : PrototypeC AGKCommand1316(objID.i, amount.f)
  1323. Global agkRotateObjectLocalX : PrototypeC AGKCommand1317(objID.i, amount.f)
  1324. Global agkRotateObjectLocalY : PrototypeC AGKCommand1318(objID.i, amount.f)
  1325. Global agkRotateObjectLocalZ : PrototypeC AGKCommand1319(objID.i, amount.f)
  1326. Global agkRotateObjectGlobalX : PrototypeC AGKCommand1320(objID.i, amount.f)
  1327. Global agkRotateObjectGlobalY : PrototypeC AGKCommand1321(objID.i, amount.f)
  1328. Global agkRotateObjectGlobalZ : PrototypeC AGKCommand1322(objID.i, amount.f)
  1329. Global agkGetObjectX : PrototypeC.f AGKCommand1323(objID.i)
  1330. Global agkGetObjectY : PrototypeC.f AGKCommand1324(objID.i)
  1331. Global agkGetObjectZ : PrototypeC.f AGKCommand1325(objID.i)
  1332. Global agkGetObjectAngleX : PrototypeC.f AGKCommand1326(objID.i)
  1333. Global agkGetObjectAngleY : PrototypeC.f AGKCommand1327(objID.i)
  1334. Global agkGetObjectAngleZ : PrototypeC.f AGKCommand1328(objID.i)
  1335. Global agkGetObjectQuatW : PrototypeC.f AGKCommand1329(objID.i)
  1336. Global agkGetObjectQuatX : PrototypeC.f AGKCommand1330(objID.i)
  1337. Global agkGetObjectQuatY : PrototypeC.f AGKCommand1331(objID.i)
  1338. Global agkGetObjectQuatZ : PrototypeC.f AGKCommand1332(objID.i)
  1339. Global agkGetObjectWorldX : PrototypeC.f AGKCommand1333(objID.i)
  1340. Global agkGetObjectWorldY : PrototypeC.f AGKCommand1334(objID.i)
  1341. Global agkGetObjectWorldZ : PrototypeC.f AGKCommand1335(objID.i)
  1342. Global agkGetObjectWorldAngleX : PrototypeC.f AGKCommand1336(objID.i)
  1343. Global agkGetObjectWorldAngleY : PrototypeC.f AGKCommand1337(objID.i)
  1344. Global agkGetObjectWorldAngleZ : PrototypeC.f AGKCommand1338(objID.i)
  1345. Global agkGetObjectWorldQuatW : PrototypeC.f AGKCommand1339(objID.i)
  1346. Global agkGetObjectWorldQuatX : PrototypeC.f AGKCommand1340(objID.i)
  1347. Global agkGetObjectWorldQuatY : PrototypeC.f AGKCommand1341(objID.i)
  1348. Global agkGetObjectWorldQuatZ : PrototypeC.f AGKCommand1342(objID.i)
  1349. Global agkGetObjectSizeMinX : PrototypeC.f AGKCommand1343(objID.i)
  1350. Global agkGetObjectSizeMaxX : PrototypeC.f AGKCommand1344(objID.i)
  1351. Global agkGetObjectSizeMinY : PrototypeC.f AGKCommand1345(objID.i)
  1352. Global agkGetObjectSizeMaxY : PrototypeC.f AGKCommand1346(objID.i)
  1353. Global agkGetObjectSizeMinZ : PrototypeC.f AGKCommand1347(objID.i)
  1354. Global agkGetObjectSizeMaxZ : PrototypeC.f AGKCommand1348(objID.i)
  1355. Global agkSetObjectLookAt : PrototypeC AGKCommand1349(objID.i, x.f, y.f, z.f, roll.f)
  1356. Global agkFixObjectPivot : PrototypeC AGKCommand1350(objID.i)
  1357. Global agkGetObjectHeightMapHeight : PrototypeC.f AGKCommand1351(objID.i, x.f, z.f)
  1358. Global agkSetObjectImage : PrototypeC AGKCommand1352(objID.i, imageID.i, texStage.i)
  1359. Global agkSetObjectLightMap : PrototypeC AGKCommand1353(objID.i, imageID.i)
  1360. Global agkSetObjectShader : PrototypeC AGKCommand1354(objID.i, shaderID.i)
  1361. Global agkSetObjectColor : PrototypeC AGKCommand1355(objID.i, red.i, green.i, blue.i, alpha.i)
  1362. Global agkSetObjectColorEmissive : PrototypeC AGKCommand1356(objID.i, red.i, green.i, blue.i)
  1363. Global agkSetObjectLightMode : PrototypeC AGKCommand1357(objID.i, mode.i)
  1364. Global agkSetObjectScreenCulling : PrototypeC AGKCommand1358(objID.i, mode.i)
  1365. Global agkSetObjectUVOffset : PrototypeC AGKCommand1359(objID.i, textureStage.i, offsetU.f, offsetV.f)
  1366. Global agkSetObjectUVScale : PrototypeC AGKCommand1360(objID.i, textureStage.i, scaleU.f, scaleV.f)
  1367. Global agkSetObjectFogMode : PrototypeC AGKCommand1361(objID.i, mode.i)
  1368. Global agkSetObjectDepthReadMode : PrototypeC AGKCommand1362(objID.i, mode.i)
  1369. Global agkSetObjectDepthWrite : PrototypeC AGKCommand1363(objID.i, mode.i)
  1370. Global agkSetObjectDepthBias : PrototypeC AGKCommand1364(objID.i, bias.f)
  1371. Global agkSetObjectDepthRange : PrototypeC AGKCommand1365(objID.i, zNear.f, zFar.f)
  1372. Global agkSetObjectTransparency : PrototypeC AGKCommand1366(objID.i, mode.i)
  1373. Global agkSetObjectAlphaMask : PrototypeC AGKCommand1367(objID.i, mode.i)
  1374. Global agkSetObjectCullMode : PrototypeC AGKCommand1368(objID.i, mode.i)
  1375. Global agkSetObjectVisible : PrototypeC AGKCommand1369(objID.i, mode.i)
  1376. Global agkGetObjectDepthReadMode : PrototypeC.i AGKCommand1370(objID.i)
  1377. Global agkGetObjectDepthWrite : PrototypeC.i AGKCommand1371(objID.i)
  1378. Global agkGetObjectDepthBias : PrototypeC.f AGKCommand1372(objID.i)
  1379. Global agkGetObjectTransparency : PrototypeC.i AGKCommand1373(objID.i)
  1380. Global agkGetObjectCullMode : PrototypeC.i AGKCommand1374(objID.i)
  1381. Global agkGetObjectVisible : PrototypeC.i AGKCommand1375(objID.i)
  1382. Global agkGetObjectInScreen : PrototypeC.i AGKCommand1376(objID.i)
  1383. Global agkGetObjectName : PrototypeC.i AGKCommand1377(objID.i)
  1384. Global agkSetObjectShaderConstantByName : PrototypeC AGKCommand1378(objID.i, szName.i, value1.f, value2.f, value3.f, value4.f)
  1385. Global agkSetObjectShaderConstantArrayByName : PrototypeC AGKCommand1379(objID.i, szName.i, arrayIndex.i, value1.f, value2.f, value3.f, value4.f)
  1386. Global agkSetObjectShaderConstantDefault : PrototypeC AGKCommand1380(objID.i, szName.i)
  1387. Global agkDrawObject : PrototypeC AGKCommand1381(objID.i)
  1388. Global agkGetScreenXFrom3D : PrototypeC.f AGKCommand1382(x.f, y.f, z.f)
  1389. Global agkGetScreenYFrom3D : PrototypeC.f AGKCommand1383(x.f, y.f, z.f)
  1390. Global agkGet3DVectorXFromScreen : PrototypeC.f AGKCommand1384(x.f, y.f)
  1391. Global agkGet3DVectorYFromScreen : PrototypeC.f AGKCommand1385(x.f, y.f)
  1392. Global agkGet3DVectorZFromScreen : PrototypeC.f AGKCommand1386(x.f, y.f)
  1393. Global agkSetObjectCollisionMode : PrototypeC AGKCommand1387(objID.i, mode.i)
  1394. Global agkObjectRayCast : PrototypeC.i AGKCommand1388(objID.i, oldx.f, oldy.f, oldz.f, newx.f, newy.f, newz.f)
  1395. Global agkObjectSphereCast : PrototypeC.i AGKCommand1389(objID.i, oldx.f, oldy.f, oldz.f, newx.f, newy.f, newz.f, radius.f)
  1396. Global agkObjectSphereSlide : PrototypeC.i AGKCommand1390(objID.i, oldx.f, oldy.f, oldz.f, newx.f, newy.f, newz.f, radius.f)
  1397. Global agkGetObjectRayCastNumHits : PrototypeC.i AGKCommand1391()
  1398. Global agkGetObjectRayCastHitID : PrototypeC.i AGKCommand1392(index.i)
  1399. Global agkGetObjectRayCastX : PrototypeC.f AGKCommand1393(index.i)
  1400. Global agkGetObjectRayCastY : PrototypeC.f AGKCommand1394(index.i)
  1401. Global agkGetObjectRayCastZ : PrototypeC.f AGKCommand1395(index.i)
  1402. Global agkGetObjectRayCastSlideX : PrototypeC.f AGKCommand1396(index.i)
  1403. Global agkGetObjectRayCastSlideY : PrototypeC.f AGKCommand1397(index.i)
  1404. Global agkGetObjectRayCastSlideZ : PrototypeC.f AGKCommand1398(index.i)
  1405. Global agkGetObjectRayCastNormalX : PrototypeC.f AGKCommand1399(index.i)
  1406. Global agkGetObjectRayCastNormalY : PrototypeC.f AGKCommand1400(index.i)
  1407. Global agkGetObjectRayCastNormalZ : PrototypeC.f AGKCommand1401(index.i)
  1408. Global agkGetObjectRayCastBounceX : PrototypeC.f AGKCommand1402(index.i)
  1409. Global agkGetObjectRayCastBounceY : PrototypeC.f AGKCommand1403(index.i)
  1410. Global agkGetObjectRayCastBounceZ : PrototypeC.f AGKCommand1404(index.i)
  1411. Global agkGetObjectRayCastDistance : PrototypeC.f AGKCommand1405(index.i)
  1412. Global agkSetFogMode : PrototypeC AGKCommand1406(mode.i)
  1413. Global agkSetFogColor : PrototypeC AGKCommand1407(red.i, green.i, blue.i)
  1414. Global agkSetFogSunColor : PrototypeC AGKCommand1408(red.i, green.i, blue.i)
  1415. Global agkSetFogRange : PrototypeC AGKCommand1409(minDist.f, maxDist.f)
  1416. Global agkGetFogMode : PrototypeC.i AGKCommand1410()
  1417. Global agkSetSkyBoxVisible : PrototypeC AGKCommand1411(active.i)
  1418. Global agkSetSkyBoxSkyColor : PrototypeC AGKCommand1412(red.i, green.i, blue.i)
  1419. Global agkSetSkyBoxHorizonColor : PrototypeC AGKCommand1413(red.i, green.i, blue.i)
  1420. Global agkSetSkyBoxSunColor : PrototypeC AGKCommand1414(red.i, green.i, blue.i)
  1421. Global agkSetSkyBoxHorizonSize : PrototypeC AGKCommand1415(size.f, height.f)
  1422. Global agkSetSkyBoxSunVisible : PrototypeC AGKCommand1416(visible.i)
  1423. Global agkSetSkyBoxSunSize : PrototypeC AGKCommand1417(sun.f, halo.f)
  1424. Global agkLoadShader : PrototypeC.i AGKCommand1418(szVertexFile.i, szPixelFile.i)
  1425. ;-Global agkLoadShader : PrototypeC AGKCommand1419(shaderID.i, szVertexFile.i, szPixelFile.i)
  1426. Global agkLoadFullScreenShader : PrototypeC.i AGKCommand1420(szPixelFile.i)
  1427. ;-Global agkLoadFullScreenShader : PrototypeC AGKCommand1421(shaderID.i, szPixelFile.i)
  1428. Global agkLoadSpriteShader : PrototypeC.i AGKCommand1422(szPixelFile.i)
  1429. ;-Global agkLoadSpriteShader : PrototypeC AGKCommand1423(shaderID.i, szPixelFile.i)
  1430. Global agkSetShaderConstantByName : PrototypeC AGKCommand1424(shaderID.i, szName.i, value1.f, value2.f, value3.f, value4.f)
  1431. Global agkSetShaderConstantArrayByName : PrototypeC AGKCommand1425(shaderID.i, szName.i, arrayIndex.i, value1.f, value2.f, value3.f, value4.f)
  1432. Global agkSetCameraPosition : PrototypeC AGKCommand1426(cameraID.i, x.f, y.f, z.f)
  1433. Global agkSetCameraRotationQuat : PrototypeC AGKCommand1427(cameraID.i, w.f, x.f, y.f, z.f)
  1434. Global agkSetCameraRotation : PrototypeC AGKCommand1428(cameraID.i, angx.f, angy.f, angz.f)
  1435. Global agkMoveCameraLocalX : PrototypeC AGKCommand1429(cameraID.i, amount.f)
  1436. Global agkMoveCameraLocalY : PrototypeC AGKCommand1430(cameraID.i, amount.f)
  1437. Global agkMoveCameraLocalZ : PrototypeC AGKCommand1431(cameraID.i, amount.f)
  1438. Global agkRotateCameraLocalX : PrototypeC AGKCommand1432(cameraID.i, amount.f)
  1439. Global agkRotateCameraLocalY : PrototypeC AGKCommand1433(cameraID.i, amount.f)
  1440. Global agkRotateCameraLocalZ : PrototypeC AGKCommand1434(cameraID.i, amount.f)
  1441. Global agkRotateCameraGlobalX : PrototypeC AGKCommand1435(cameraID.i, amount.f)
  1442. Global agkRotateCameraGlobalY : PrototypeC AGKCommand1436(cameraID.i, amount.f)
  1443. Global agkRotateCameraGlobalZ : PrototypeC AGKCommand1437(cameraID.i, amount.f)
  1444. Global agkGetCameraX : PrototypeC.f AGKCommand1438(cameraID.i)
  1445. Global agkGetCameraY : PrototypeC.f AGKCommand1439(cameraID.i)
  1446. Global agkGetCameraZ : PrototypeC.f AGKCommand1440(cameraID.i)
  1447. Global agkGetCameraAngleX : PrototypeC.f AGKCommand1441(cameraID.i)
  1448. Global agkGetCameraAngleY : PrototypeC.f AGKCommand1442(cameraID.i)
  1449. Global agkGetCameraAngleZ : PrototypeC.f AGKCommand1443(cameraID.i)
  1450. Global agkGetCameraQuatW : PrototypeC.f AGKCommand1444(cameraID.i)
  1451. Global agkGetCameraQuatX : PrototypeC.f AGKCommand1445(cameraID.i)
  1452. Global agkGetCameraQuatY : PrototypeC.f AGKCommand1446(cameraID.i)
  1453. Global agkGetCameraQuatZ : PrototypeC.f AGKCommand1447(cameraID.i)
  1454. Global agkSetCameraLookAt : PrototypeC AGKCommand1448(cameraID.i, x.f, y.f, z.f, roll.f)
  1455. Global agkSetCameraRange : PrototypeC AGKCommand1449(cameraID.i, fNear.f, fFar.f)
  1456. Global agkSetCameraAspect : PrototypeC AGKCommand1450(cameraID.i, aspect.f)
  1457. Global agkSetCameraFOV : PrototypeC AGKCommand1451(cameraID.i, fov.f)
  1458. Global agkSetCameraOrthoWidth : PrototypeC AGKCommand1452(cameraID.i, width.f)
  1459. Global agkSetCameraBounds : PrototypeC AGKCommand1453(cameraID.i, left.f, right.f, top.f, bottom.f)
  1460. Global agkSetCameraOffCenter : PrototypeC AGKCommand1454(cameraID.i, mode.i)
  1461. Global agkGetCameraFOV : PrototypeC.f AGKCommand1455(cameraID.i)
  1462. Global agkCreatePointLight : PrototypeC AGKCommand1456(lightID.i, x.f, y.f, z.f, radius.f, red.i, green.i, blue.i)
  1463. Global agkGetPointLightExists : PrototypeC.i AGKCommand1457(lightID.i)
  1464. Global agkDeletePointLight : PrototypeC AGKCommand1458(lightID.i)
  1465. Global agkClearPointLights : PrototypeC AGKCommand1459()
  1466. Global agkSetPointLightPosition : PrototypeC AGKCommand1460(lightID.i, x.f, y.f, z.f)
  1467. Global agkSetPointLightColor : PrototypeC AGKCommand1461(lightID.i, red.i, green.i, blue.i)
  1468. Global agkSetPointLightRadius : PrototypeC AGKCommand1462(lightID.i, radius.f)
  1469. Global agkSetPointLightMode : PrototypeC AGKCommand1463(lightID.i, mode.i)
  1470. Global agkSetSunDirection : PrototypeC AGKCommand1464(vx.f, vy.f, vz.f)
  1471. Global agkSetSunColor : PrototypeC AGKCommand1465(red.i, green.i, blue.i)
  1472. Global agkSetSunActive : PrototypeC AGKCommand1466(active.i)
  1473. Global agkSetAmbientColor : PrototypeC AGKCommand1467(red.i, green.i, blue.i)
  1474. ;-Global agkCreate3DPhysicsWorld : PrototypeC AGKCommand1468()
  1475. Global agkCreate3DPhysicsWorld : PrototypeC AGKCommand1469(scaleFactor.f)
  1476. Global agkSet3DPhysicsGravity : PrototypeC AGKCommand1470(x.f, y.f, z.f)
  1477. ;-Global agkSet3DPhysicsGravity : PrototypeC AGKCommand1471(vectorID.i)
  1478. Global agkStep3DPhysicsWorld : PrototypeC AGKCommand1472()
  1479. Global agkReset3DPhysicsWorld : PrototypeC AGKCommand1473()
  1480. Global agkDelete3DPhysicsWorld : PrototypeC AGKCommand1474()
  1481. Global agkDebug3DPhysicsWorld : PrototypeC AGKCommand1475()
  1482. Global agkGet3DPhysicsTotalObjects : PrototypeC.i AGKCommand1476()
  1483. Global agkGet3DPhysicsActiveObjects : PrototypeC.i AGKCommand1477()
  1484. Global agkGet3DPhysicsTotalJoints : PrototypeC.i AGKCommand1478()
  1485. ;-Global agkSetObjectShapeBox : PrototypeC AGKCommand1479(objID.i)
  1486. Global agkSetObjectShapeBox : PrototypeC AGKCommand1480(objID.i, sizeX.f, sizeY.f, sizeZ.f)
  1487. ;-Global agkSetObjectShapeBox : PrototypeC AGKCommand1481(objID.i, vectorID.i)
  1488. ;-Global agkSetObjectShapeSphere : PrototypeC AGKCommand1482(objID.i)
  1489. Global agkSetObjectShapeSphere : PrototypeC AGKCommand1483(objID.i, diameter.f)
  1490. ;-Global agkSetObjectShapeCylinder : PrototypeC AGKCommand1484(objID.i, axis.i)
  1491. Global agkSetObjectShapeCylinder : PrototypeC AGKCommand1485(objID.i, axis.i, height.f, diameter.f)
  1492. ;-Global agkSetObjectShapeCone : PrototypeC AGKCommand1486(objID.i, axis.i)
  1493. Global agkSetObjectShapeCone : PrototypeC AGKCommand1487(objID.i, axis.i, height.f, diameter.f)
  1494. ;-Global agkSetObjectShapeCapsule : PrototypeC AGKCommand1488(objID.i, axis.i)
  1495. Global agkSetObjectShapeCapsule : PrototypeC AGKCommand1489(objID.i, axis.i, sizeX.f, sizeY.f, sizeZ.f)
  1496. ;-Global agkSetObjectShapeCapsule : PrototypeC AGKCommand1490(objID.i, axis.i, vectorID.i)
  1497. Global agkSetObjectShapeConvexHull : PrototypeC AGKCommand1491(objID.i)
  1498. Global agkSetObjectShapeStaticPolygon : PrototypeC AGKCommand1492(objID.i)
  1499. Global agkSetObjectShapeCompound : PrototypeC AGKCommand1493(objID.i)
  1500. Global agkCreate3DPhysicsDynamicBody : PrototypeC AGKCommand1494(objID.i)
  1501. Global agkCreate3DPhysicsStaticBody : PrototypeC AGKCommand1495(objID.i)
  1502. Global agkCreate3DPhysicsKinematicBody : PrototypeC AGKCommand1496(objID.i)
  1503. Global agkDelete3DPhysicsBody : PrototypeC AGKCommand1497(objID.i)
  1504. Global agkCreate3DPhysicsStaticPlane : PrototypeC.i AGKCommand1498(normlX.f, normalY.f, normalZ.f, offsetPosition.f)
  1505. Global agkSet3DPhysicsStaticPlanePosition : PrototypeC AGKCommand1499(planeID.i, posX.f, posY.f, posZ.f)
  1506. Global agkSet3DPhysicsStaticPlaneRotation : PrototypeC AGKCommand1500(planeID.i, angX.f, angY.f, angZ.f)
  1507. Global agkDelete3DPhysicsStaticPlane : PrototypeC AGKCommand1501(planeID.i)
  1508. Global agkSetObject3DPhysicsGroupAndMask : PrototypeC AGKCommand1502(objID.i, group.i, mask.i)
  1509. Global agkGetObject3DPhysicsGroup : PrototypeC.i AGKCommand1503(objID.i)
  1510. Global agkGetObject3DPhysicsMask : PrototypeC.i AGKCommand1504(objID.i)
  1511. Global agkSetObject3DPhysicsMass : PrototypeC AGKCommand1505(objID.i, mass.f)
  1512. Global agkGetObject3DPhysicsMass : PrototypeC.f AGKCommand1506(objID.i)
  1513. Global agkSetObject3DPhysicsCanSleep : PrototypeC AGKCommand1507(objID.i, canSleep.i)
  1514. Global agkSetObject3DPhysicsFriction : PrototypeC AGKCommand1508(objID.i, friction.f)
  1515. Global agkGetObject3DPhysicsFriction : PrototypeC.f AGKCommand1509(objID.i)
  1516. Global agkSetObject3DPhysicsRollingFriction : PrototypeC AGKCommand1510(objID.i, friction.f)
  1517. Global agkGetObject3DPhysicsRollingFriction : PrototypeC.f AGKCommand1511(objID.i)
  1518. Global agkSetObject3DPhysicsAnisotropicFriction : PrototypeC AGKCommand1512(objID.i, type.i)
  1519. Global agkSetObject3DPhysicsMaxLinearVelocity : PrototypeC AGKCommand1513(objID.i, maxLinearVelocity.f)
  1520. Global agkSetObject3DPhysicsLinearVelocity : PrototypeC AGKCommand1514(objID.i, dirX.f, dirY.f, dirZ.f, initialSpeed.f)
  1521. ;-Global agkSetObject3DPhysicsLinearVelocity : PrototypeC AGKCommand1515(objID.i, vectorID.i, initialSpeed.f)
  1522. Global agkGetObject3DPhysicsLinearVelocityX : PrototypeC.f AGKCommand1516(objID.i)
  1523. Global agkGetObject3DPhysicsLinearVelocityY : PrototypeC.f AGKCommand1517(objID.i)
  1524. Global agkGetObject3DPhysicsLinearVelocityZ : PrototypeC.f AGKCommand1518(objID.i)
  1525. Global agkSetObject3DPhysicsAngularVelocity : PrototypeC AGKCommand1519(objID.i, angX.f, angY.f, angZ.f, initialSpeed.f)
  1526. ;-Global agkSetObject3DPhysicsAngularVelocity : PrototypeC AGKCommand1520(objID.i, vectorID.i, initialSpeed.f)
  1527. Global agkGetObject3DPhysicsAngularVelocityX : PrototypeC.f AGKCommand1521(objID.i)
  1528. Global agkGetObject3DPhysicsAngularVelocityY : PrototypeC.f AGKCommand1522(objID.i)
  1529. Global agkGetObject3DPhysicsAngularVelocityZ : PrototypeC.f AGKCommand1523(objID.i)
  1530. Global agkSetObject3DPhysicsDamping : PrototypeC AGKCommand1524(objID.i, linearDamp.f, angularDamp.f)
  1531. Global agkGetObject3DPhysicsLinearDamp : PrototypeC.f AGKCommand1525(objID.i)
  1532. Global agkGetObject3DPhysicsAngularDamp : PrototypeC.f AGKCommand1526(objID.i)
  1533. Global agkSetObject3DPhysicsSleepingThreshold : PrototypeC AGKCommand1527(objID.i, angular.f, linear.f)
  1534. Global agkGetObject3DPhysicsAngularSleepingThreshold : PrototypeC.f AGKCommand1528(objID.i)
  1535. Global agkGetObject3DPhysicsLinearSleepingThreshold : PrototypeC.f AGKCommand1529(objID.i)
  1536. Global agkSetObject3DPhysicsDeactivationTime : PrototypeC AGKCommand1530(objID.i, time.f)
  1537. Global agkSetObject3DPhysicsRestitution : PrototypeC AGKCommand1531(objID.i, friction.f)
  1538. Global agkGetObject3DPhysicsRestitution : PrototypeC.f AGKCommand1532(objID.i)
  1539. Global agkGetObject3DPhysicsFirstContact : PrototypeC.i AGKCommand1533(objID.i)
  1540. Global agkGetObject3DPhysicsContactX : PrototypeC.f AGKCommand1534()
  1541. Global agkGetObject3DPhysicsContactY : PrototypeC.f AGKCommand1535()
  1542. Global agkGetObject3DPhysicsContactZ : PrototypeC.f AGKCommand1536()
  1543. Global agkGetObject3DPhysicsContactVector : PrototypeC.i AGKCommand1537(outPosVec3.i)
  1544. Global agkGetObject3DPhysicsContactObjectB : PrototypeC.i AGKCommand1538()
  1545. Global agkGetObject3DPhysicsNextContact : PrototypeC.i AGKCommand1539()
  1546. Global agkGetObjects3DPhysicsContactPositionVector : PrototypeC.i AGKCommand1540(objA.i, objB.i, outPosVec3.i)
  1547. Global agkCreate3DPhysicsPickJoint : PrototypeC.i AGKCommand1541(objID.i, positionVec3.i)
  1548. Global agkUpdate3DPhysicsPickJoint : PrototypeC AGKCommand1542(jointID.i, positionVec3.i)
  1549. Global agkDelete3DPhysicsPickJoint : PrototypeC AGKCommand1543(jointID.i)
  1550. Global agkCreate3DPhysicsHingeJoint : PrototypeC.i AGKCommand1544(objA.i, objB.i, positionVec3.i, rotationVec3.i, disableCollisions.i)
  1551. Global agkCreate3DPhysicsConeTwistJoint : PrototypeC.i AGKCommand1545(objA.i, objB.i, positionVec3.i, rotationVec3.i, disableCollisions.i)
  1552. Global agkCreate3DPhysicsSliderJoint : PrototypeC.i AGKCommand1546(objA.i, objB.i, positionVec3.i, rotationVec3.i)
  1553. Global agkCreate3DPhysicsFixedJoint : PrototypeC.i AGKCommand1547(objA.i, objB.i, positionVec3.i)
  1554. Global agkCreate3DPhysics6DOFJoint : PrototypeC.i AGKCommand1548(objA.i, objB.i, positionVec3.i, rotationVec3.f)
  1555. Global agkSet3DPhysicsJointSliderAngularLimits : PrototypeC AGKCommand1549(jointID.i, lowerLimit.f, upperLimit.f)
  1556. Global agkSet3DPhysicsJointSliderLinearLimits : PrototypeC AGKCommand1550(jointID.i, lowerLimit.f, upperLimit.f)
  1557. Global agkSet3DPhysicsJointConeTwistLimits : PrototypeC AGKCommand1551(jointID.i, swingSpan1.f, swingSpan2.f, twistSpan.f)
  1558. Global agkSet3DPhysicsJointHingeLimits : PrototypeC AGKCommand1552(jointID.i, minAng.f, maxAng.f)
  1559. Global agkSet3DPhysicsJointBreakingThreshold : PrototypeC AGKCommand1553(jointID.i, breakThreshold.f)
  1560. Global agkSet3DPhysicsJointEnabled : PrototypeC AGKCommand1554(jointID.i, isEnabled.i)
  1561. Global agkGet3DPhysicsJointEnabled : PrototypeC.i AGKCommand1555(jointID.i)
  1562. Global agkGet3DPhysicsJointPositionVector : PrototypeC.i AGKCommand1556(jointID.i)
  1563. Global agkGet3DPhysicsJointRotationVector : PrototypeC.i AGKCommand1557(jointID.i)
  1564. Global agkDelete3DPhysicsJoint : PrototypeC AGKCommand1558(jointID.i)
  1565. Global agkSet3DPhysicsHingeJointMotorIsEnabled : PrototypeC AGKCommand1559(jointID.i, isEnabled.i)
  1566. Global agkSet3DPhysicsHingeJointMaxMotorImpluse : PrototypeC AGKCommand1560(jointID.i, maxImpluse.f)
  1567. Global agkSet3DPhysicsHingeJointMotorVelocity : PrototypeC AGKCommand1561(jointID.i, targetVelocity.f)
  1568. Global agkSet3DPhysicsTwistJointMotorIsEnabled : PrototypeC AGKCommand1562(jointID.i, isEnabled.i)
  1569. Global agkSet3DPhysicsTwistJointMaxMotorImpluse : PrototypeC AGKCommand1563(jointID.i, maxImpluse.f)
  1570. Global agkSet3DPhysicsTwistJointMotorRotationTarget : PrototypeC AGKCommand1564(jointID.i, rotationVec3ID.i)
  1571. Global agkSet3DPhysicsSliderJointPoweredLinearMotorIsEnabled : PrototypeC AGKCommand1565(jointID.i, isEnabled.i)
  1572. Global agkSet3DPhysicsSliderJointMaxLinearMotorForce : PrototypeC AGKCommand1566(jointID.i, maxLinearForce.f)
  1573. Global agkSet3DPhysicsSliderJointTargetLinearMotorVelocity : PrototypeC AGKCommand1567(jointID.i, linearMotorVelocity.f)
  1574. Global agkAddObjectShapeBox : PrototypeC AGKCommand1568(objID.i, positionVec3.i, rotationVec3.i, sizeVec3.i)
  1575. Global agkAddObjectShapeSphere : PrototypeC AGKCommand1569(objID.i, positionVec3.i, diameter.f)
  1576. Global agkAddObjectShapeCapsule : PrototypeC AGKCommand1570(objID.i, positionVec3.i, rotationVec3.i, sizeVec3.i, axis.i)
  1577. Global agkAddObjectShapeCone : PrototypeC AGKCommand1571(objID.i, positionVec3.i, rotationVec3.i, sizeVec3.i, axis.i)
  1578. Global agkAddObjectShapeCylinder : PrototypeC AGKCommand1572(objID.i, positionVec3.i, rotationVec3.i, sizeVec3.i, axis.i)
  1579. Global agkSaveObjectShape : PrototypeC.i AGKCommand1573(objID.i, fileName.i)
  1580. Global agkLoadObjectShape : PrototypeC.i AGKCommand1574(objID.i, fileName.i)
  1581. ;-Global agkCreateVector3 : PrototypeC.i AGKCommand1575()
  1582. Global agkCreateVector3 : PrototypeC.i AGKCommand1576(x.f, y.f, z.f)
  1583. Global agkSetVector3 : PrototypeC AGKCommand1577(vectorID.i, x.f, y.f, z.f)
  1584. Global agkDeleteVector3 : PrototypeC AGKCommand1578(vectorID.i)
  1585. Global agkGetVector3X : PrototypeC.f AGKCommand1579(vectorID.i)
  1586. Global agkGetVector3Y : PrototypeC.f AGKCommand1580(vectorID.i)
  1587. Global agkGetVector3Z : PrototypeC.f AGKCommand1581(vectorID.i)
  1588. Global agkGetVector3Distance : PrototypeC.f AGKCommand1582(vectorU.i, vectorV.i)
  1589. Global agkGetVector3Length : PrototypeC.f AGKCommand1583(vectorID.i)
  1590. Global agkGetVector3Dot : PrototypeC.f AGKCommand1584(vectorU.i, vectorV.i)
  1591. Global agkGetVector3Cross : PrototypeC AGKCommand1585(resultVec.i, vectorU.i, vectorV.i)
  1592. Global agkGetVector3Multiply : PrototypeC AGKCommand1586(resultVec.i, multiplier.f)
  1593. Global agkGetVector3Add : PrototypeC AGKCommand1587(resultVec.i, addVec.i)
  1594. Global agkCreate3DPhysicsRay : PrototypeC.i AGKCommand1588()
  1595. Global agkDelete3DPhysicsRay : PrototypeC AGKCommand1589(rayID.i)
  1596. Global agkRay3DPhysicsExist : PrototypeC.i AGKCommand1590(rayID.i)
  1597. Global agkRayCast3DPhysics : PrototypeC AGKCommand1591(rayID.i, fromVec3ID.i, toVec3ID.i, allOrClosest.i)
  1598. Global agkRayCast3DPhysicsObject : PrototypeC.i AGKCommand1592(objID.i, rayID.i, fromVec3ID.i, toVec3ID.i, allOrClosest.i)
  1599. Global agkGet3DPhysicsRayCastObjectHit : PrototypeC.i AGKCommand1593(rayID.i, fractionIndex.f)
  1600. Global agkGet3DPhysicsRayCastClosestObjectHit : PrototypeC.i AGKCommand1594(rayID.i)
  1601. Global agkGet3DPhysicsRayCastFraction : PrototypeC.f AGKCommand1595(rayID.i)
  1602. Global agkGet3DPhysicsRayCastContactPosition : PrototypeC.i AGKCommand1596(rayID.i, fractionIndex.f, outVec3ID.i)
  1603. Global agkGet3DPhysicsRayCastClosestContactPosition : PrototypeC.i AGKCommand1597(rayID.i, outVec3ID.i)
  1604. Global agkGet3DPhysicsRayCastNormalVector : PrototypeC AGKCommand1598(rayID.i, returnVec3ID.i)
  1605. Global agkGet3DPhysicsRayCastNumHits : PrototypeC.i AGKCommand1599(rayID.i)
  1606. Global agkSphereCast3DPhysics : PrototypeC AGKCommand1600(rayID.i, fromVec3ID.i, toVec3ID.i, radius.f)
  1607. Global agkSphereCast3DPhysicsObject : PrototypeC.i AGKCommand1601(objID.i, rayID.i, fromVec3ID.i, toVec3ID.i, radius.f)
  1608. Global agkCreate3DPhysicsRagDoll : PrototypeC AGKCommand1602(objID.i, objTotalWeight.f)
  1609. Global agkAdd3DPhysicsRagDollBone : PrototypeC.i AGKCommand1603(startBoneID.i, endBoneID.i, diameter.f, collisionGroup.i, collisionMask.i)
  1610. Global agkAssignTo3DPhysicsRagDollBoneObjectBone : PrototypeC AGKCommand1604(ragdollBoneID.i, objBoneID.i)
  1611. Global agkAdd3DPhysicsRagDollHingeJoint : PrototypeC AGKCommand1605(boneAID.i, boneBID.i, objBoneID.i, jointRotationVec3.i, minLimit.f, maxLimit.f)
  1612. Global agkAdd3DPhysicsRagDollTwistJoint : PrototypeC AGKCommand1606(boneAID.i, boneBID.i, objBoneID.i, jointRotationVec3.i, limitsVec3.i)
  1613. Global agkFinalize3DPhysicsRagDoll : PrototypeC AGKCommand1607()
  1614. Global agkDelete3DPhysicsRagdoll : PrototypeC AGKCommand1608(objID.i)
  1615. Global agkGet3DPhysicsRagdollExist : PrototypeC.i AGKCommand1609(objID.i)
  1616. Global agkGet3DPhysicsRagdollFromBoneObject : PrototypeC.i AGKCommand1610(objID.i)
  1617. Global agkIs3dPhysicsRagdollStatic : PrototypeC.i AGKCommand1611(objID.i)
  1618. Global agkSet3DphysicsRagdollStatic : PrototypeC AGKCommand1612(objID.i, isStatic.i)
  1619. Global agkSet3DPhysicsRadollBonesVisible : PrototypeC AGKCommand1613(objID.i, isVisible.i)
  1620. Global agkSet3DPhysicsRagdollDamping : PrototypeC AGKCommand1614(linear.f, angular.f)
  1621. Global agkSet3DPhysicsRagdollSleepingThresholds : PrototypeC AGKCommand1615(linear.f, angular.f)
  1622. Global agkSet3DPhysicsRagdollDeactivationTime : PrototypeC AGKCommand1616(time.f)
  1623. Global agkSet3DPhysicsRagdollDeactivation : PrototypeC AGKCommand1617(objID.i, isDisabled.i)
  1624. Global agkCreate3DPhysicsCharacterController : PrototypeC AGKCommand1618(objID.i, axis.i, objOffsetVec3.i, objOrientationVec3.i, crouchScale.f)
  1625. Global agkDelete3DPhysicsCharacterController : PrototypeC AGKCommand1619(objID.i)
  1626. Global agkGet3DPhysicsCharacterControllerExists : PrototypeC.i AGKCommand1620(objID.i)
  1627. Global agkSet3DPhysicsCharacterControllerGravity : PrototypeC AGKCommand1621(objID.i, gravity.f)
  1628. Global agkSet3DPhysicsCharacterControllerFallSpeed : PrototypeC AGKCommand1622(objID.i, fallSpeed.f)
  1629. Global agkSet3DPhysicsCharacterControllerJumpSpeed : PrototypeC AGKCommand1623(objID.i, jumpSpeed.f)
  1630. Global agkSet3DPhysicsCharacterControllerMaxSlope : PrototypeC AGKCommand1624(objID.i, maxSlopeDegress.f)
  1631. Global agkSet3DPhysicsCharacterControllerStepHeight : PrototypeC AGKCommand1625(objID.i, stepHeight.f)
  1632. Global agkGet3DPhysicsCharacterControllerMaxSlope : PrototypeC.f AGKCommand1626(objID.i)
  1633. Global agkGet3DPhysicsCharacterControllerGravity : PrototypeC.f AGKCommand1627(objID.i)
  1634. Global agkMove3DPhysicsCharacterController : PrototypeC AGKCommand1628(objID.i, direction.i, velocity.f)
  1635. Global agkRotate3DPhysicsCharacterController : PrototypeC AGKCommand1629(objID.i, angle.f)
  1636. Global agkJump3DPhysicsCharacterController : PrototypeC AGKCommand1630(objID.i)
  1637. Global agkCrouch3DPhysicsCharacterController : PrototypeC AGKCommand1631(objID.i)
  1638. Global agkStand3DPhysicsCharacterController : PrototypeC AGKCommand1632(objID.i)
  1639. Global agkDebug3DPhysicsCharacterController : PrototypeC AGKCommand1633(objID.i, isDebug.i)
  1640. Global agkSet3DPhysicsCharacterControllerPosition : PrototypeC AGKCommand1634(objID.i, posX.f, posY.f, posZ.f)
  1641. Global agkSetWindowPosition : PrototypeC AGKCommand1635(x.i, y.i)
  1642. ;-Global agkSetWindowSize : PrototypeC AGKCommand1636(width.i, height.i, fullscreen.i)
  1643. Global agkSetWindowSize : PrototypeC AGKCommand1637(width.i, height.i, fullscreen.i, allowOverSized.i)
  1644. Global agkSetWindowAllowResize : PrototypeC AGKCommand1638(mode.i)
  1645. Global agkMaximizeWindow : PrototypeC AGKCommand1639()
  1646. Global agkMinimizeApp : PrototypeC AGKCommand1640()
  1647. Global agkRestoreApp : PrototypeC AGKCommand1641()
  1648. Global agkSetImmersiveMode : PrototypeC AGKCommand1642(mode.i)
  1649. Global agkSetScreenResolution : PrototypeC AGKCommand1643(width.i, height.i)
  1650. Global agkGetDeviceName : PrototypeC.i AGKCommand1644()
  1651. Global agkGetDeviceBaseName : PrototypeC.i AGKCommand1645()
  1652. Global agkGetDeviceType : PrototypeC.i AGKCommand1646()
  1653. Global agkGetAppName : PrototypeC.i AGKCommand1647()
  1654. Global agkGetDeviceLanguage : PrototypeC.i AGKCommand1648()
  1655. Global agkSetSleepMode : PrototypeC AGKCommand1649(mode.i)
  1656. Global agkSetExpansionFileKey : PrototypeC AGKCommand1650(key.i)
  1657. Global agkSetExpansionFileVersion : PrototypeC AGKCommand1651(version.i)
  1658. Global agkGetExpansionFileState : PrototypeC.i AGKCommand1652()
  1659. Global agkDownloadExpansionFile : PrototypeC AGKCommand1653()
  1660. Global agkGetExpansionFileProgress : PrototypeC.f AGKCommand1654()
  1661. Global agkSetWindowTitle : PrototypeC AGKCommand1655(szTitle.i)
  1662. Global agkSleep : PrototypeC AGKCommand1656(milliseconds.i)
  1663. Global agkSetVSync : PrototypeC AGKCommand1657(mode.i)
  1664. Global agkGetMaxDeviceWidth : PrototypeC.i AGKCommand1658()
  1665. Global agkGetMaxDeviceHeight : PrototypeC.i AGKCommand1659()
  1666. Global agkGetDeviceDPI : PrototypeC.i AGKCommand1660()
  1667. Global agkGetAppPackageName : PrototypeC.i AGKCommand1661()
  1668. Global agkGetDevicePlatform : PrototypeC.i AGKCommand1662()
  1669. Global agkSin : PrototypeC.f AGKCommand1663(a)
  1670. Global agkCos : PrototypeC.f AGKCommand1664(a)
  1671. Global agkTan : PrototypeC.f AGKCommand1665(a)
  1672. Global agkSinRad : PrototypeC.f AGKCommand1666(a)
  1673. Global agkCosRad : PrototypeC.f AGKCommand1667(a)
  1674. Global agkTanRad : PrototypeC.f AGKCommand1668(a)
  1675. Global agkASin : PrototypeC.f AGKCommand1669(a)
  1676. Global agkACos : PrototypeC.f AGKCommand1670(a)
  1677. Global agkATan : PrototypeC.f AGKCommand1671(a)
  1678. Global agkATan2 : PrototypeC.f AGKCommand1672(y.f, x.f)
  1679. Global agkASinRad : PrototypeC.f AGKCommand1673(a)
  1680. Global agkACosRad : PrototypeC.f AGKCommand1674(a)
  1681. Global agkATanRad : PrototypeC.f AGKCommand1675(a)
  1682. Global agkATan2Rad : PrototypeC.f AGKCommand1676(y.f, x.f)
  1683. Global agkTrunc : PrototypeC.i AGKCommand1677(a)
  1684. Global agkFloor : PrototypeC.i AGKCommand1678(a)
  1685. Global agkCeil : PrototypeC.i AGKCommand1679(a)
  1686. Global agkRound : PrototypeC.i AGKCommand1680(a)
  1687. Global agkSqrt : PrototypeC.f AGKCommand1681(a)
  1688. Global agkAbs : PrototypeC.f AGKCommand1682(a)
  1689. Global agkMod : PrototypeC.i AGKCommand1683(a.i, b.i)
  1690. Global agkFMod : PrototypeC.f AGKCommand1684(a, b.f)
  1691. Global agkPow : PrototypeC.f AGKCommand1685(a, b.f)
  1692. ;-Global agkLog : PrototypeC.f AGKCommand1686(a)
  1693. Global agkGetNumDeviceCameras : PrototypeC.i AGKCommand1687()
  1694. Global agkSetDeviceCameraToImage : PrototypeC.i AGKCommand1688(cameraID.i, imageID.i)
  1695. Global agkGetDeviceCameraType : PrototypeC.i AGKCommand1689(cameraID.i)
  1696. Global agkVibrateDevice : PrototypeC AGKCommand1690(seconds.f)
  1697. Global agkLoadVideo : PrototypeC.i AGKCommand1691(szFilename.i)
  1698. Global agkDeleteVideo : PrototypeC AGKCommand1692()
  1699. Global agkSetVideoDimensions : PrototypeC AGKCommand1693(x.f, y.f, width.f, height.f)
  1700. Global agkPlayVideoToImage : PrototypeC AGKCommand1694(imageID.i)
  1701. Global agkPlayVideo : PrototypeC AGKCommand1695()
  1702. Global agkPauseVideo : PrototypeC AGKCommand1696()
  1703. Global agkStopVideo : PrototypeC AGKCommand1697()
  1704. Global agkGetVideoPlaying : PrototypeC.i AGKCommand1698()
  1705. Global agkGetVideoPosition : PrototypeC.f AGKCommand1699()
  1706. Global agkGetVideoDuration : PrototypeC.f AGKCommand1700()
  1707. Global agkSetVideoVolume : PrototypeC AGKCommand1701(volume.f)
  1708. Global agkGetVideoWidth : PrototypeC.f AGKCommand1702()
  1709. Global agkGetVideoHeight : PrototypeC.f AGKCommand1703()
  1710. Global agkSetVideoPosition : PrototypeC AGKCommand1704(seconds.f)
  1711. Global agkSetRawWritePath : PrototypeC AGKCommand1705(str.i)
  1712. Global agkGetWritePath : PrototypeC.i AGKCommand1706()
  1713. Global agkGetReadPath : PrototypeC.i AGKCommand1707()
  1714. Global agkGetDocumentsPath : PrototypeC.i AGKCommand1708()
  1715. Global agkSetCurrentDir : PrototypeC.i AGKCommand1709(szPath.i)
  1716. Global agkMakeFolder : PrototypeC.i AGKCommand1710(szName.i)
  1717. Global agkDeleteFolder : PrototypeC AGKCommand1711(szName.i)
  1718. Global agkGetMultiTouchExists : PrototypeC.i AGKCommand1712()
  1719. Global agkGetMouseExists : PrototypeC.i AGKCommand1713()
  1720. Global agkGetKeyboardExists : PrototypeC.i AGKCommand1714()
  1721. Global agkGetCameraExists : PrototypeC.i AGKCommand1715()
  1722. Global agkGetGPSSensorExists : PrototypeC.i AGKCommand1716()
  1723. Global agkSetRawMouseVisible : PrototypeC AGKCommand1717(visible.i)
  1724. Global agkSetRawMousePosition : PrototypeC AGKCommand1718(x.f, y.f)
  1725. Global agkGetUnixTime : PrototypeC.i AGKCommand1719()
  1726. Global agkGetDayOfWeek : PrototypeC.i AGKCommand1720()
  1727. Global agkGetCurrentDate : PrototypeC.i AGKCommand1721()
  1728. Global agkGetCurrentTime : PrototypeC.i AGKCommand1722()
  1729. Global agkOpenBrowser : PrototypeC AGKCommand1723(url.i)
  1730. Global agkRunApp : PrototypeC.i AGKCommand1724(szFilename.i, szParameters.i)
  1731. Global agkGetAppRunning : PrototypeC.i AGKCommand1725(appID.i)
  1732. Global agkTerminateApp : PrototypeC AGKCommand1726(appID.i)
  1733. Global agkViewFile : PrototypeC AGKCommand1727(szFilename.i)
  1734. Global agkShareText : PrototypeC AGKCommand1728(szText.i)
  1735. Global agkShareImage : PrototypeC AGKCommand1729(szFilename.i)
  1736. Global agkShareImageAndText : PrototypeC AGKCommand1730(szFilename.i, szText.i)
  1737. Global agkFacebookActivateAppTracking : PrototypeC AGKCommand1731()
  1738. Global agkGetInternetState : PrototypeC.i AGKCommand1732()
  1739. Global agkSetPushNotificationKeys : PrototypeC AGKCommand1733(data1.i, reserved.i)
  1740. Global agkPushNotificationSetup : PrototypeC.i AGKCommand1734()
  1741. Global agkGetPushNotificationToken : PrototypeC.i AGKCommand1735()
  1742. Global agkGetNotificationType : PrototypeC.i AGKCommand1736()
  1743. Global agkSetNotificationImage : PrototypeC AGKCommand1737(iImageIndex.i)
  1744. Global agkSetNotificationText : PrototypeC AGKCommand1738(pText.i)
  1745. Global agkGetNFCExists : PrototypeC.i AGKCommand1739()
  1746. Global agkStartGPSTracking : PrototypeC AGKCommand1740()
  1747. Global agkStopGPSTracking : PrototypeC AGKCommand1741()
  1748. Global agkGetRawGPSLatitude : PrototypeC.f AGKCommand1742()
  1749. Global agkGetRawGPSLongitude : PrototypeC.f AGKCommand1743()
  1750. Global agkGetRawGPSAltitude : PrototypeC.f AGKCommand1744()
  1751. Global agkGetGameCenterExists : PrototypeC.i AGKCommand1745()
  1752. Global agkGameCenterSetup : PrototypeC AGKCommand1746()
  1753. Global agkGameCenterLogin : PrototypeC AGKCommand1747()
  1754. Global agkGetGameCenterLoggedIn : PrototypeC.i AGKCommand1748()
  1755. Global agkGetGameCenterPlayerID : PrototypeC.i AGKCommand1749()
  1756. Global agkGetGameCenterPlayerDisplayName : PrototypeC.i AGKCommand1750()
  1757. Global agkGameCenterSubmitScore : PrototypeC AGKCommand1751(iScore.i, szBoardID.i)
  1758. Global agkGameCenterShowLeaderBoard : PrototypeC AGKCommand1752(szBoardID.i)
  1759. Global agkGameCenterSubmitAchievement : PrototypeC AGKCommand1753(szAchievementID.i, iPercentageComplete.i)
  1760. Global agkGameCenterAchievementsShow : PrototypeC AGKCommand1754()
  1761. Global agkGameCenterAchievementsReset : PrototypeC AGKCommand1755()
  1762. Global agkSetSharedVariableAppGroup : PrototypeC AGKCommand1756(group.i)
  1763. Global agkSaveSharedVariable : PrototypeC AGKCommand1757(varName.i, varValue.i)
  1764. Global agkLoadSharedVariable : PrototypeC.i AGKCommand1758(varName.i, defaultValue.i)
  1765. Global agkDeleteSharedVariable : PrototypeC AGKCommand1759(varName.i)
  1766. Global agkFirebaseSetup : PrototypeC AGKCommand1760()
  1767. Global agkFirebaseLogEvent : PrototypeC AGKCommand1761(event_name.i)
  1768. Global agkIsSupportedDepthTexture : PrototypeC.i AGKCommand1762()
  1769. Global agkSetAntialiasMode : PrototypeC AGKCommand1763(mode.i)
  1770. Global agkRenderShadowMap : PrototypeC AGKCommand1764()
  1771. Global agkSetNetworkAllowClients : PrototypeC AGKCommand1765(iNetID.i)
  1772. Global agkKickNetworkClient : PrototypeC AGKCommand1766(iNetID.i, client.i)
  1773. Global agkSetObjectCastShadow : PrototypeC AGKCommand1767(objID.i, mode.i)
  1774. Global agkSetObjectReceiveShadow : PrototypeC AGKCommand1768(objID.i, mode.i)
  1775. Global agkGetObjectCastShadowMode : PrototypeC.i AGKCommand1769(objID.i)
  1776. Global agkGetObjectReceiveShadowMode : PrototypeC.i AGKCommand1770(objID.i)
  1777. Global agkGetShadowMappingSupported : PrototypeC.i AGKCommand1771()
  1778. Global agkSetShadowMappingMode : PrototypeC AGKCommand1772(mode.i)
  1779. Global agkGetShadowMappingMode : PrototypeC.i AGKCommand1773()
  1780. Global agkSetShadowMapSize : PrototypeC AGKCommand1774(width.i, height.i)
  1781. Global agkSetShadowRange : PrototypeC AGKCommand1775(range.f)
  1782. Global agkSetShadowBias : PrototypeC AGKCommand1776(bias.f)
  1783. Global agkSetShadowLightStepSize : PrototypeC AGKCommand1777(stepsize.f)
  1784. Global agkSetShadowSmoothing : PrototypeC AGKCommand1778(mode.i)
  1785. Global agkGetShadowPolygonsDrawn : PrototypeC.i AGKCommand1779()
  1786. Global agkLoadShaderFromString : PrototypeC.i AGKCommand1780(szVertexSource.i, szPixelSource.i)
  1787. ;-Global agkLoadShaderFromString : PrototypeC AGKCommand1781(shaderID.i, szVertexSource.i, szPixelSource.i)
  1788. ;-Global agkCreate3DParticles : PrototypeC AGKCommand1782(ID.i, x.f, y.f, z.f)
  1789. Global agkCreate3DParticles : PrototypeC.i AGKCommand1783(x.f, y.f, z.f)
  1790. Global agkGet3DParticlesExists : PrototypeC.i AGKCommand1784(ID.i)
  1791. Global agkDelete3DParticles : PrototypeC AGKCommand1785(ID.i)
  1792. Global agkSet3DParticlesPosition : PrototypeC AGKCommand1786(ID.i, x.f, y.f, z.f)
  1793. Global agkSet3DParticlesFrequency : PrototypeC AGKCommand1787(ID.i, freq.f)
  1794. Global agkSet3DParticlesStartZone : PrototypeC AGKCommand1788(ID.i, x1.f, y1.f, z1.f, x2.f, y2.f, z2.f)
  1795. Global agkSet3DParticlesDirection : PrototypeC AGKCommand1789(ID.i, vx.f, vy.f, vz.f, roll.f)
  1796. Global agkSet3DParticlesVelocityRange : PrototypeC AGKCommand1790(ID.i, v1.f, v2.f)
  1797. Global agkSet3DParticlesDirectionRange : PrototypeC AGKCommand1791(ID.i, angle.f, angle2.f)
  1798. Global agkSet3DParticlesSize : PrototypeC AGKCommand1792(ID.i, size.f)
  1799. Global agkSet3DParticlesLife : PrototypeC AGKCommand1793(ID.i, time.f)
  1800. Global agkSet3DParticlesMax : PrototypeC AGKCommand1794(ID.i, max.i)
  1801. Global agkReset3DParticleCount : PrototypeC AGKCommand1795(ID.i)
  1802. Global agkSet3DParticlesImage : PrototypeC AGKCommand1796(ID.i, imageID.i)
  1803. Global agkSet3DParticlesVisible : PrototypeC AGKCommand1797(ID.i, visible.i)
  1804. Global agkSet3DParticlesActive : PrototypeC AGKCommand1798(ID.i, active.i)
  1805. Global agkSet3DParticlesTransparency : PrototypeC AGKCommand1799(ID.i, active.i)
  1806. Global agkSet3DParticlesColorInterpolation : PrototypeC AGKCommand1800(ID.i, mode.i)
  1807. Global agkGet3DParticlesX : PrototypeC.f AGKCommand1801(ID.i)
  1808. Global agkGet3DParticlesY : PrototypeC.f AGKCommand1802(ID.i)
  1809. Global agkGet3DParticlesZ : PrototypeC.f AGKCommand1803(ID.i)
  1810. Global agkGet3DParticlesVisible : PrototypeC.i AGKCommand1804(ID.i)
  1811. Global agkGet3DParticlesActive : PrototypeC.i AGKCommand1805(ID.i)
  1812. Global agkGet3DParticlesFrequency : PrototypeC.f AGKCommand1806(ID.i)
  1813. Global agkGet3DParticlesDirectionX : PrototypeC.f AGKCommand1807(ID.i)
  1814. Global agkGet3DParticlesDirectionY : PrototypeC.f AGKCommand1808(ID.i)
  1815. Global agkGet3DParticlesDirectionZ : PrototypeC.f AGKCommand1809(ID.i)
  1816. Global agkGet3DParticlesDirectionRange1 : PrototypeC.f AGKCommand1810(ID.i)
  1817. Global agkGet3DParticlesDirectionRange2 : PrototypeC.f AGKCommand1811(ID.i)
  1818. Global agkGet3DParticlesSize : PrototypeC.f AGKCommand1812(ID.i)
  1819. Global agkGet3DParticlesLife : PrototypeC.f AGKCommand1813(ID.i)
  1820. Global agkGet3DParticlesMaxReached : PrototypeC.i AGKCommand1814(ID.i)
  1821. Global agkAdd3DParticlesForce : PrototypeC AGKCommand1815(ID.i, starttime.f, endtime.f, x.f, y.f, z.f)
  1822. Global agkClear3DParticlesForces : PrototypeC AGKCommand1816(ID.i)
  1823. Global agkAdd3DParticlesColorKeyFrame : PrototypeC AGKCommand1817(ID.i, time.f, red.i, green.i, blue.i, alpha.i)
  1824. Global agkClear3DParticlesColors : PrototypeC AGKCommand1818(ID.i)
  1825. Global agkAdd3DParticlesScaleKeyFrame : PrototypeC AGKCommand1819(ID.i, time.f, scale.f)
  1826. Global agkClear3DParticlesScales : PrototypeC AGKCommand1820(ID.i)
  1827. Global agkUpdate3DParticles : PrototypeC AGKCommand1821(ID.i, time.f)
  1828. Global agkOffset3DParticles : PrototypeC AGKCommand1822(ID.i, x.f, y.f, z.f)
  1829. Global agkSetMeshMemblockVertexColor : PrototypeC AGKCommand1823(memID.i, vertexIndex.i, red.i, green.i, blue.i, alpha.i)
  1830. Global agkGetMeshMemblockVertexRed : PrototypeC.i AGKCommand1824(memID.i, vertexIndex.i)
  1831. Global agkGetMeshMemblockVertexGreen : PrototypeC.i AGKCommand1825(memID.i, vertexIndex.i)
  1832. Global agkGetMeshMemblockVertexBlue : PrototypeC.i AGKCommand1826(memID.i, vertexIndex.i)
  1833. Global agkGetMeshMemblockVertexAlpha : PrototypeC.i AGKCommand1827(memID.i, vertexIndex.i)
  1834. Global agkSetObjectMeshNormalMap : PrototypeC AGKCommand1828(objID.i, meshIndex.i, imageID.i)
  1835. Global agkSetObjectNormalMap : PrototypeC AGKCommand1829(objID.i, imageID.i)
  1836. Global agkSetObjectNormalMapScale : PrototypeC AGKCommand1830(objID.i, scaleU.f, scaleV.f)
  1837. Global agkSetObjectMeshNormalMapScale : PrototypeC AGKCommand1831(objID.i, meshIndex.i, scaleU.f, scaleV.f)
  1838. Global agkGetMemblockPtr : PrototypeC.i AGKCommand1832(memID.i)
  1839. Global agkCreateImageFromPNGMemblock : PrototypeC.i AGKCommand1833(memID.i)
  1840.  
  1841. ;}
  1842.  
  1843. PrototypeC _GetAGKFunction(Function.p-ascii)
  1844.  
  1845. ProcedureCDLL ReceiveAGKPtr(*GetFunction)
  1846.  
  1847. GetAGKFunction._GetAGKFunction=*GetFunction
  1848.  
  1849. agkCreateString.AGKCommand0=GetAGKFunction("CREATESTRING_S_L")
  1850. agkDeleteString.AGKCommand1=GetAGKFunction("DELETESTRING_0_S")
  1851. agkWorldToScreenX.AGKCommand2=GetAGKFunction("WORLDTOSCREENX_F_F")
  1852. agkWorldToScreenY.AGKCommand3=GetAGKFunction("WORLDTOSCREENY_F_F")
  1853. agkScreenToWorldX.AGKCommand4=GetAGKFunction("SCREENTOWORLDX_F_F")
  1854. agkScreenToWorldY.AGKCommand5=GetAGKFunction("SCREENTOWORLDY_F_F")
  1855. agkSetResolutionMode.AGKCommand6=GetAGKFunction("SETRESOLUTIONMODE_0_L")
  1856. agkSetSyncRate.AGKCommand7=GetAGKFunction("SETSYNCRATE_0_F_L")
  1857. agkSetOrientationAllowed.AGKCommand8=GetAGKFunction("SETORIENTATIONALLOWED_0_L_L_L_L")
  1858. agkSetTransitionMode.AGKCommand9=GetAGKFunction("SETTRANSITIONMODE_0_L")
  1859. agkSetDisplayAspect.AGKCommand10=GetAGKFunction("SETDISPLAYASPECT_0_F")
  1860. agkSetRenderToImage.AGKCommand11=GetAGKFunction("SETRENDERTOIMAGE_0_L_L")
  1861. agkSetRenderToScreen.AGKCommand12=GetAGKFunction("SETRENDERTOSCREEN_0_0")
  1862. agkGetCL.AGKCommand13=GetAGKFunction("GETCL_S_0")
  1863. agkSetScissor.AGKCommand14=GetAGKFunction("SETSCISSOR_0_F_F_F_F")
  1864. agkSetIntendedDeviceSize.AGKCommand15=GetAGKFunction("SETINTENDEDDEVICESIZE_0_L_L")
  1865. agkUseNewDefaultFonts.AGKCommand16=GetAGKFunction("USENEWDEFAULTFONTS_0_L")
  1866. agkGetDeviceWidth.AGKCommand17=GetAGKFunction("GETDEVICEWIDTH_L_0")
  1867. agkGetDeviceHeight.AGKCommand18=GetAGKFunction("GETDEVICEHEIGHT_L_0")
  1868. agkSetVirtualResolution.AGKCommand19=GetAGKFunction("SETVIRTUALRESOLUTION_0_L_L")
  1869. agkUpdateDeviceSize.AGKCommand20=GetAGKFunction("UPDATEDEVICESIZE_0_L_L")
  1870. agkGetVirtualWidth.AGKCommand21=GetAGKFunction("GETVIRTUALWIDTH_L_0")
  1871. agkGetVirtualHeight.AGKCommand22=GetAGKFunction("GETVIRTUALHEIGHT_L_0")
  1872. agkGetScreenBoundsLeft.AGKCommand23=GetAGKFunction("GETSCREENBOUNDSLEFT_F_0")
  1873. agkGetScreenBoundsRight.AGKCommand24=GetAGKFunction("GETSCREENBOUNDSRIGHT_F_0")
  1874. agkGetScreenBoundsTop.AGKCommand25=GetAGKFunction("GETSCREENBOUNDSTOP_F_0")
  1875. agkGetScreenBoundsBottom.AGKCommand26=GetAGKFunction("GETSCREENBOUNDSBOTTOM_F_0")
  1876. agkGetDisplayAspect.AGKCommand27=GetAGKFunction("GETDISPLAYASPECT_F_0")
  1877. agkGetOrientation.AGKCommand28=GetAGKFunction("GETORIENTATION_L_0")
  1878. agkGetPaused.AGKCommand29=GetAGKFunction("GETPAUSED_L_0")
  1879. agkGetResumed.AGKCommand30=GetAGKFunction("GETRESUMED_L_0")
  1880. agkSetDefaultMagFilter.AGKCommand31=GetAGKFunction("SETDEFAULTMAGFILTER_0_L")
  1881. agkSetDefaultMinFilter.AGKCommand32=GetAGKFunction("SETDEFAULTMINFILTER_0_L")
  1882. agkSetDefaultWrapU.AGKCommand33=GetAGKFunction("SETDEFAULTWRAPU_0_L")
  1883. agkSetDefaultWrapV.AGKCommand34=GetAGKFunction("SETDEFAULTWRAPV_0_L")
  1884. agkSetViewOffset.AGKCommand35=GetAGKFunction("SETVIEWOFFSET_0_F_F")
  1885. agkSetViewZoom.AGKCommand36=GetAGKFunction("SETVIEWZOOM_0_F")
  1886. agkSetViewZoomMode.AGKCommand37=GetAGKFunction("SETVIEWZOOMMODE_0_L")
  1887. agkGetViewOffsetX.AGKCommand38=GetAGKFunction("GETVIEWOFFSETX_F_0")
  1888. agkGetViewOffsetY.AGKCommand39=GetAGKFunction("GETVIEWOFFSETY_F_0")
  1889. agkGetViewZoom.AGKCommand40=GetAGKFunction("GETVIEWZOOM_F_0")
  1890. agkSync.AGKCommand41=GetAGKFunction("SYNC_0_0")
  1891. agkBreak.AGKCommand42=GetAGKFunction("BREAK_0_0")
  1892. agkStepPhysics.AGKCommand43=GetAGKFunction("STEPPHYSICS_0_F")
  1893. agkUpdate.AGKCommand44=GetAGKFunction("UPDATE_0_F")
  1894. agkUpdate2D.AGKCommand45=GetAGKFunction("UPDATE2D_0_F")
  1895. agkUpdate3D.AGKCommand46=GetAGKFunction("UPDATE3D_0_F")
  1896. agkRender2DBack.AGKCommand47=GetAGKFunction("RENDER2DBACK_0_0")
  1897. agkRender.AGKCommand48=GetAGKFunction("RENDER_0_0")
  1898. agkRender2DFront.AGKCommand49=GetAGKFunction("RENDER2DFRONT_0_0")
  1899. agkRender3D.AGKCommand50=GetAGKFunction("RENDER3D_0_0")
  1900. agkSwap.AGKCommand51=GetAGKFunction("SWAP_0_0")
  1901. agkClearScreen.AGKCommand52=GetAGKFunction("CLEARSCREEN_0_0")
  1902. agkClearDepthBuffer.AGKCommand53=GetAGKFunction("CLEARDEPTHBUFFER_0_0")
  1903. agkSetGenerateMipmaps.AGKCommand54=GetAGKFunction("SETGENERATEMIPMAPS_0_L")
  1904. agkTimer.AGKCommand55=GetAGKFunction("TIMER_F_0")
  1905. agkResetTimer.AGKCommand56=GetAGKFunction("RESETTIMER_0_0")
  1906. agkGetRunTime.AGKCommand57=GetAGKFunction("GETRUNTIME_F_0")
  1907. agkGetSeconds.AGKCommand58=GetAGKFunction("GETSECONDS_L_0")
  1908. agkGetFrameTime.AGKCommand59=GetAGKFunction("GETFRAMETIME_F_0")
  1909. agkGetMilliseconds.AGKCommand60=GetAGKFunction("GETMILLISECONDS_L_0")
  1910. agkGetDeviceID.AGKCommand61=GetAGKFunction("GETDEVICEID_S_0")
  1911. agkGetNumProcessors.AGKCommand62=GetAGKFunction("GETNUMPROCESSORS_L_0")
  1912. agkSha1.AGKCommand63=GetAGKFunction("SHA1_S_S")
  1913. agkSha256.AGKCommand64=GetAGKFunction("SHA256_S_S")
  1914. agkSha512.AGKCommand65=GetAGKFunction("SHA512_S_S")
  1915. agkHTTPEncode.AGKCommand66=GetAGKFunction("HTTPENCODE_S_S")
  1916. agkHTTPDecode.AGKCommand67=GetAGKFunction("HTTPDECODE_S_S")
  1917. agkSetRandomSeed.AGKCommand68=GetAGKFunction("SETRANDOMSEED_0_L")
  1918. ;-agkRandom.AGKCommand69=GetAGKFunction("RANDOM_L_0")
  1919. agkRandom.AGKCommand70=GetAGKFunction("RANDOM_L_L_L")
  1920. agkRandomSign.AGKCommand71=GetAGKFunction("RANDOMSIGN_L_L")
  1921. agkSetRandomSeed2.AGKCommand72=GetAGKFunction("SETRANDOMSEED2_0_L")
  1922. ;-agkRandom2.AGKCommand73=GetAGKFunction("RANDOM2_L_0")
  1923. agkRandom2.AGKCommand74=GetAGKFunction("RANDOM2_L_L_L")
  1924. agkATanFull.AGKCommand75=GetAGKFunction("ATANFULL_F_F_F")
  1925. agkATanFullRad.AGKCommand76=GetAGKFunction("ATANFULLRAD_F_F_F")
  1926. agkSetSortTextures.AGKCommand77=GetAGKFunction("SETSORTTEXTURES_0_L")
  1927. agkSetSortDepth.AGKCommand78=GetAGKFunction("SETSORTDEPTH_0_L")
  1928. agkSetSortTransparentDepth.AGKCommand79=GetAGKFunction("SETSORTTRANSPARENTDEPTH_0_L")
  1929. agkSetSortCreated.AGKCommand80=GetAGKFunction("SETSORTCREATED_0_L")
  1930. agkScreenFPS.AGKCommand81=GetAGKFunction("SCREENFPS_F_0")
  1931. agkGetPolygonsDrawn.AGKCommand82=GetAGKFunction("GETPOLYGONSDRAWN_L_0")
  1932. agkGetVerticesProcessed.AGKCommand83=GetAGKFunction("GETVERTICESPROCESSED_L_0")
  1933. agkEnableClearDepth.AGKCommand84=GetAGKFunction("ENABLECLEARDEPTH_0_L")
  1934. agkEnableClearColor.AGKCommand85=GetAGKFunction("ENABLECLEARCOLOR_0_L")
  1935. agkSetBorderColor.AGKCommand86=GetAGKFunction("SETBORDERCOLOR_0_L_L_L")
  1936. agkSetClearColor.AGKCommand87=GetAGKFunction("SETCLEARCOLOR_0_L_L_L")
  1937. agkGetImagePtr.AGKCommand88=GetAGKFunction("GETIMAGEPTR_P_L")
  1938. agkGetImageTextureID.AGKCommand89=GetAGKFunction("GETIMAGETEXTUREID_L_L")
  1939. ;-agkLoadImage.AGKCommand90=GetAGKFunction("LOADIMAGE_0_L_S_L")
  1940. agkLoadImage.AGKCommand91=GetAGKFunction("LOADIMAGE_0_L_S")
  1941. ;- agkLoadImage.AGKCommand92=GetAGKFunction("LOADIMAGE_L_S_L")
  1942. ;-agkLoadImage.AGKCommand93=GetAGKFunction("LOADIMAGE_L_S")
  1943. ;-agkLoadSubImage.AGKCommand94=GetAGKFunction("LOADSUBIMAGE_0_L_L_S")
  1944. agkLoadSubImage.AGKCommand95=GetAGKFunction("LOADSUBIMAGE_L_L_S")
  1945. ;-agkLoadImageResized.AGKCommand96=GetAGKFunction("LOADIMAGERESIZED_0_L_S_F_F_L")
  1946. agkLoadImageResized.AGKCommand97=GetAGKFunction("LOADIMAGERESIZED_L_S_F_F_L")
  1947. ;-agkCreateImageColor.AGKCommand98=GetAGKFunction("CREATEIMAGECOLOR_0_L_L_L_L_L")
  1948. agkCreateImageColor.AGKCommand99=GetAGKFunction("CREATEIMAGECOLOR_L_L_L_L_L")
  1949. ;-agkCreateRenderImage.AGKCommand100=GetAGKFunction("CREATERENDERIMAGE_0_L_L_L_L_L")
  1950. agkCreateRenderImage.AGKCommand101=GetAGKFunction("CREATERENDERIMAGE_L_L_L_L_L")
  1951. agkGetImageExists.AGKCommand102=GetAGKFunction("GETIMAGEEXISTS_L_L")
  1952. agkDeleteImage.AGKCommand103=GetAGKFunction("DELETEIMAGE_0_L")
  1953. agkDeleteAllImages.AGKCommand104=GetAGKFunction("DELETEALLIMAGES_0_0")
  1954. agkGetImageWidth.AGKCommand105=GetAGKFunction("GETIMAGEWIDTH_F_L")
  1955. agkGetImageHeight.AGKCommand106=GetAGKFunction("GETIMAGEHEIGHT_F_L")
  1956. agkSetImageMinFilter.AGKCommand107=GetAGKFunction("SETIMAGEMINFILTER_0_L_L")
  1957. agkSetImageMagFilter.AGKCommand108=GetAGKFunction("SETIMAGEMAGFILTER_0_L_L")
  1958. agkSetImageWrapU.AGKCommand109=GetAGKFunction("SETIMAGEWRAPU_0_L_L")
  1959. agkSetImageWrapV.AGKCommand110=GetAGKFunction("SETIMAGEWRAPV_0_L_L")
  1960. agkSetImageMask.AGKCommand111=GetAGKFunction("SETIMAGEMASK_0_L_L_L_L_L_L")
  1961. agkSetImageTransparentColor.AGKCommand112=GetAGKFunction("SETIMAGETRANSPARENTCOLOR_0_L_L_L_L")
  1962. agkSaveImage.AGKCommand113=GetAGKFunction("SAVEIMAGE_0_L_S")
  1963. agkGetImage.AGKCommand114=GetAGKFunction("GETIMAGE_L_F_F_F_F")
  1964. ;-agkGetImage.AGKCommand115=GetAGKFunction("GETIMAGE_0_L_F_F_F_F")
  1965. agkGetImageFilename.AGKCommand116=GetAGKFunction("GETIMAGEFILENAME_S_L")
  1966. agkCopyImage.AGKCommand117=GetAGKFunction("COPYIMAGE_L_L_L_L_L_L")
  1967. ;-agkCopyImage.AGKCommand118=GetAGKFunction("COPYIMAGE_0_L_L_L_L_L_L")
  1968. agkResizeImage.AGKCommand119=GetAGKFunction("RESIZEIMAGE_0_L_L_L")
  1969. agkShowChooseImageScreen.AGKCommand120=GetAGKFunction("SHOWCHOOSEIMAGESCREEN_L_0")
  1970. agkIsChoosingImage.AGKCommand121=GetAGKFunction("ISCHOOSINGIMAGE_L_0")
  1971. agkGetChosenImage.AGKCommand122=GetAGKFunction("GETCHOSENIMAGE_L_0")
  1972. agkShowImageCaptureScreen.AGKCommand123=GetAGKFunction("SHOWIMAGECAPTURESCREEN_L_0")
  1973. agkIsCapturingImage.AGKCommand124=GetAGKFunction("ISCAPTURINGIMAGE_L_0")
  1974. agkGetCapturedImage.AGKCommand125=GetAGKFunction("GETCAPTUREDIMAGE_L_0")
  1975. agkDecodeQRCode.AGKCommand126=GetAGKFunction("DECODEQRCODE_S_L")
  1976. agkEncodeQRCode.AGKCommand127=GetAGKFunction("ENCODEQRCODE_L_S_L")
  1977. agkPrintImage.AGKCommand128=GetAGKFunction("PRINTIMAGE_0_L_F")
  1978. agkSetImageSavePixels.AGKCommand129=GetAGKFunction("SETIMAGESAVEPIXELS_0_L")
  1979. agkGetSpritePtr.AGKCommand130=GetAGKFunction("GETSPRITEPTR_P_L")
  1980. agkGetSpriteImageID.AGKCommand131=GetAGKFunction("GETSPRITEIMAGEID_L_L")
  1981. agkCreateSprite.AGKCommand132=GetAGKFunction("CREATESPRITE_0_L_L")
  1982. ;-agkCreateSprite.AGKCommand133=GetAGKFunction("CREATESPRITE_L_L")
  1983. agkLoadSprite.AGKCommand134=GetAGKFunction("LOADSPRITE_L_S")
  1984. ;-agkLoadSprite.AGKCommand135=GetAGKFunction("LOADSPRITE_0_L_S")
  1985. agkCloneSprite.AGKCommand136=GetAGKFunction("CLONESPRITE_0_L_L")
  1986. ;-agkCloneSprite.AGKCommand137=GetAGKFunction("CLONESPRITE_L_L")
  1987. agkCreateDummySprite.AGKCommand138=GetAGKFunction("CREATEDUMMYSPRITE_0_L")
  1988. ;-agkCreateDummySprite.AGKCommand139=GetAGKFunction("CREATEDUMMYSPRITE_L_0")
  1989. agkGetSpriteExists.AGKCommand140=GetAGKFunction("GETSPRITEEXISTS_L_L")
  1990. agkDeleteSprite.AGKCommand141=GetAGKFunction("DELETESPRITE_0_L")
  1991. agkDeleteAllSprites.AGKCommand142=GetAGKFunction("DELETEALLSPRITES_0_0")
  1992. ;-agkSetSpriteImage.AGKCommand143=GetAGKFunction("SETSPRITEIMAGE_0_L_L")
  1993. agkSetSpriteImage.AGKCommand144=GetAGKFunction("SETSPRITEIMAGE_0_L_L_L")
  1994. agkSetSpriteAdditionalImage.AGKCommand145=GetAGKFunction("SETSPRITEADDITIONALIMAGE_0_L_L_L")
  1995. agkSetSpriteUV.AGKCommand146=GetAGKFunction("SETSPRITEUV_0_L_F_F_F_F_F_F_F_F")
  1996. agkResetSpriteUV.AGKCommand147=GetAGKFunction("RESETSPRITEUV_0_L")
  1997. agkSetSpritePosition.AGKCommand148=GetAGKFunction("SETSPRITEPOSITION_0_L_F_F")
  1998. agkSetSpritePositionByOffset.AGKCommand149=GetAGKFunction("SETSPRITEPOSITIONBYOFFSET_0_L_F_F")
  1999. agkSetSpriteX.AGKCommand150=GetAGKFunction("SETSPRITEX_0_L_F")
  2000. agkSetSpriteY.AGKCommand151=GetAGKFunction("SETSPRITEY_0_L_F")
  2001. agkSetSpriteAngle.AGKCommand152=GetAGKFunction("SETSPRITEANGLE_0_L_F")
  2002. agkSetSpriteAngleRad.AGKCommand153=GetAGKFunction("SETSPRITEANGLERAD_0_L_F")
  2003. agkSetSpriteDepth.AGKCommand154=GetAGKFunction("SETSPRITEDEPTH_0_L_L")
  2004. agkSetSpriteFlip.AGKCommand155=GetAGKFunction("SETSPRITEFLIP_0_L_L_L")
  2005. agkSetSpriteSnap.AGKCommand156=GetAGKFunction("SETSPRITESNAP_0_L_L")
  2006. agkSetSpriteVisible.AGKCommand157=GetAGKFunction("SETSPRITEVISIBLE_0_L_L")
  2007. agkSetSpriteActive.AGKCommand158=GetAGKFunction("SETSPRITEACTIVE_0_L_L")
  2008. agkGetSpriteX.AGKCommand159=GetAGKFunction("GETSPRITEX_F_L")
  2009. agkGetSpriteY.AGKCommand160=GetAGKFunction("GETSPRITEY_F_L")
  2010. agkGetSpriteXByOffset.AGKCommand161=GetAGKFunction("GETSPRITEXBYOFFSET_F_L")
  2011. agkGetSpriteYByOffset.AGKCommand162=GetAGKFunction("GETSPRITEYBYOFFSET_F_L")
  2012. agkGetSpriteOffsetX.AGKCommand163=GetAGKFunction("GETSPRITEOFFSETX_F_L")
  2013. agkGetSpriteOffsetY.AGKCommand164=GetAGKFunction("GETSPRITEOFFSETY_F_L")
  2014. agkGetSpriteWidth.AGKCommand165=GetAGKFunction("GETSPRITEWIDTH_F_L")
  2015. agkGetSpriteAngle.AGKCommand166=GetAGKFunction("GETSPRITEANGLE_F_L")
  2016. agkGetSpriteAngleRad.AGKCommand167=GetAGKFunction("GETSPRITEANGLERAD_F_L")
  2017. agkGetSpriteHeight.AGKCommand168=GetAGKFunction("GETSPRITEHEIGHT_F_L")
  2018. agkGetSpriteScaleX.AGKCommand169=GetAGKFunction("GETSPRITESCALEX_F_L")
  2019. agkGetSpriteScaleY.AGKCommand170=GetAGKFunction("GETSPRITESCALEY_F_L")
  2020. agkGetSpriteHitTest.AGKCommand171=GetAGKFunction("GETSPRITEHITTEST_L_L_F_F")
  2021. agkGetSpriteHit.AGKCommand172=GetAGKFunction("GETSPRITEHIT_L_F_F")
  2022. agkGetSpriteHitGroup.AGKCommand173=GetAGKFunction("GETSPRITEHITGROUP_L_L_F_F")
  2023. agkGetSpriteHitCategory.AGKCommand174=GetAGKFunction("GETSPRITEHITCATEGORY_L_L_F_F")
  2024. agkGetSpriteDepth.AGKCommand175=GetAGKFunction("GETSPRITEDEPTH_L_L")
  2025. agkGetSpriteColorRed.AGKCommand176=GetAGKFunction("GETSPRITECOLORRED_L_L")
  2026. agkGetSpriteColorGreen.AGKCommand177=GetAGKFunction("GETSPRITECOLORGREEN_L_L")
  2027. agkGetSpriteColorBlue.AGKCommand178=GetAGKFunction("GETSPRITECOLORBLUE_L_L")
  2028. agkGetSpriteColorAlpha.AGKCommand179=GetAGKFunction("GETSPRITECOLORALPHA_L_L")
  2029. agkGetSpritePlaying.AGKCommand180=GetAGKFunction("GETSPRITEPLAYING_L_L")
  2030. agkGetSpriteVisible.AGKCommand181=GetAGKFunction("GETSPRITEVISIBLE_L_L")
  2031. agkGetSpriteActive.AGKCommand182=GetAGKFunction("GETSPRITEACTIVE_L_L")
  2032. agkGetSpriteGroup.AGKCommand183=GetAGKFunction("GETSPRITEGROUP_L_L")
  2033. agkGetSpriteXFromPixel.AGKCommand184=GetAGKFunction("GETSPRITEXFROMPIXEL_F_L_L")
  2034. agkGetSpriteYFromPixel.AGKCommand185=GetAGKFunction("GETSPRITEYFROMPIXEL_F_L_L")
  2035. agkGetSpritePixelFromX.AGKCommand186=GetAGKFunction("GETSPRITEPIXELFROMX_L_L_F")
  2036. agkGetSpritePixelFromY.AGKCommand187=GetAGKFunction("GETSPRITEPIXELFROMY_L_L_F")
  2037. agkGetWorldXFromSprite.AGKCommand188=GetAGKFunction("GETWORLDXFROMSPRITE_F_L_F_F")
  2038. agkGetWorldYFromSprite.AGKCommand189=GetAGKFunction("GETWORLDYFROMSPRITE_F_L_F_F")
  2039. agkGetSpriteXFromWorld.AGKCommand190=GetAGKFunction("GETSPRITEXFROMWORLD_F_L_F_F")
  2040. agkGetSpriteYFromWorld.AGKCommand191=GetAGKFunction("GETSPRITEYFROMWORLD_F_L_F_F")
  2041. agkSetSpriteSize.AGKCommand192=GetAGKFunction("SETSPRITESIZE_0_L_F_F")
  2042. agkSetSpriteAnimation.AGKCommand193=GetAGKFunction("SETSPRITEANIMATION_0_L_L_L_L")
  2043. agkAddSpriteAnimationFrame.AGKCommand194=GetAGKFunction("ADDSPRITEANIMATIONFRAME_0_L_L")
  2044. agkClearSpriteAnimationFrames.AGKCommand195=GetAGKFunction("CLEARSPRITEANIMATIONFRAMES_0_L")
  2045. agkSetSpriteSpeed.AGKCommand196=GetAGKFunction("SETSPRITESPEED_0_L_F")
  2046. ;-agkPlaySprite.AGKCommand197=GetAGKFunction("PLAYSPRITE_0_L")
  2047. ;-agkPlaySprite.AGKCommand198=GetAGKFunction("PLAYSPRITE_0_L_F")
  2048. ;-agkPlaySprite.AGKCommand199=GetAGKFunction("PLAYSPRITE_0_L_F_L")
  2049. agkPlaySprite.AGKCommand200=GetAGKFunction("PLAYSPRITE_0_L_F_L_L_L")
  2050. agkStopSprite.AGKCommand201=GetAGKFunction("STOPSPRITE_0_L")
  2051. agkResumeSprite.AGKCommand202=GetAGKFunction("RESUMESPRITE_0_L")
  2052. agkSetSpriteFrame.AGKCommand203=GetAGKFunction("SETSPRITEFRAME_0_L_L")
  2053. agkGetSpriteCurrentFrame.AGKCommand204=GetAGKFunction("GETSPRITECURRENTFRAME_L_L")
  2054. agkGetSpriteFrameCount.AGKCommand205=GetAGKFunction("GETSPRITEFRAMECOUNT_L_L")
  2055. agkSetSpriteTransparency.AGKCommand206=GetAGKFunction("SETSPRITETRANSPARENCY_0_L_L")
  2056. agkSetSpriteOffset.AGKCommand207=GetAGKFunction("SETSPRITEOFFSET_0_L_F_F")
  2057. agkSetSpriteColor.AGKCommand208=GetAGKFunction("SETSPRITECOLOR_0_L_L_L_L_L")
  2058. agkSetSpriteColorRed.AGKCommand209=GetAGKFunction("SETSPRITECOLORRED_0_L_L")
  2059. agkSetSpriteColorGreen.AGKCommand210=GetAGKFunction("SETSPRITECOLORGREEN_0_L_L")
  2060. agkSetSpriteColorBlue.AGKCommand211=GetAGKFunction("SETSPRITECOLORBLUE_0_L_L")
  2061. agkSetSpriteColorAlpha.AGKCommand212=GetAGKFunction("SETSPRITECOLORALPHA_0_L_L")
  2062. agkSetSpriteUVBorder.AGKCommand213=GetAGKFunction("SETSPRITEUVBORDER_0_L_F")
  2063. agkSetSpriteUVOffset.AGKCommand214=GetAGKFunction("SETSPRITEUVOFFSET_0_L_F_F")
  2064. agkSetSpriteUVScale.AGKCommand215=GetAGKFunction("SETSPRITEUVSCALE_0_L_F_F")
  2065. agkFixSpriteToScreen.AGKCommand216=GetAGKFunction("FIXSPRITETOSCREEN_0_L_L")
  2066. agkSetSpriteScale.AGKCommand217=GetAGKFunction("SETSPRITESCALE_0_L_F_F")
  2067. agkSetSpriteScaleByOffset.AGKCommand218=GetAGKFunction("SETSPRITESCALEBYOFFSET_0_L_F_F")
  2068. agkSetSpriteScissor.AGKCommand219=GetAGKFunction("SETSPRITESCISSOR_0_L_F_F_F_F")
  2069. agkSetSpriteShader.AGKCommand220=GetAGKFunction("SETSPRITESHADER_0_L_L")
  2070. agkDrawSprite.AGKCommand221=GetAGKFunction("DRAWSPRITE_0_L")
  2071. agkSetPhysicsScale.AGKCommand222=GetAGKFunction("SETPHYSICSSCALE_0_F")
  2072. agkSetPhysicsGravity.AGKCommand223=GetAGKFunction("SETPHYSICSGRAVITY_0_F_F")
  2073. agkSetPhysicsDebugOn.AGKCommand224=GetAGKFunction("SETPHYSICSDEBUGON_0_0")
  2074. agkSetPhysicsDebugOff.AGKCommand225=GetAGKFunction("SETPHYSICSDEBUGOFF_0_0")
  2075. agkSetPhysicsThreading.AGKCommand226=GetAGKFunction("SETPHYSICSTHREADING_0_L")
  2076. agkSetPhysicsCCD.AGKCommand227=GetAGKFunction("SETPHYSICSCCD_0_L")
  2077. agkSetPhysicsSleeping.AGKCommand228=GetAGKFunction("SETPHYSICSSLEEPING_0_L")
  2078. agkGetPhysicsSolveTime.AGKCommand229=GetAGKFunction("GETPHYSICSSOLVETIME_F_0")
  2079. agkGetPhysicsIslandCount.AGKCommand230=GetAGKFunction("GETPHYSICSISLANDCOUNT_L_0")
  2080. agkSetPhysicsMaxPolygonPoints.AGKCommand231=GetAGKFunction("SETPHYSICSMAXPOLYGONPOINTS_0_L")
  2081. agkSetPhysicsWallTop.AGKCommand232=GetAGKFunction("SETPHYSICSWALLTOP_0_L")
  2082. agkSetPhysicsWallLeft.AGKCommand233=GetAGKFunction("SETPHYSICSWALLLEFT_0_L")
  2083. agkSetPhysicsWallRight.AGKCommand234=GetAGKFunction("SETPHYSICSWALLRIGHT_0_L")
  2084. agkSetPhysicsWallBottom.AGKCommand235=GetAGKFunction("SETPHYSICSWALLBOTTOM_0_L")
  2085. agkCreatePhysicsForce.AGKCommand236=GetAGKFunction("CREATEPHYSICSFORCE_L_F_F_F_F_F_L")
  2086. agkDeletePhysicsForce.AGKCommand237=GetAGKFunction("DELETEPHYSICSFORCE_0_L")
  2087. agkSetPhysicsForcePosition.AGKCommand238=GetAGKFunction("SETPHYSICSFORCEPOSITION_0_L_F_F")
  2088. agkSetPhysicsForcePower.AGKCommand239=GetAGKFunction("SETPHYSICSFORCEPOWER_0_L_F")
  2089. agkSetPhysicsForceRange.AGKCommand240=GetAGKFunction("SETPHYSICSFORCERANGE_0_L_F")
  2090. agkSetSpriteShape.AGKCommand241=GetAGKFunction("SETSPRITESHAPE_0_L_L")
  2091. agkSetSpriteShapeBox.AGKCommand242=GetAGKFunction("SETSPRITESHAPEBOX_0_L_F_F_F_F_F")
  2092. agkSetSpriteShapeCircle.AGKCommand243=GetAGKFunction("SETSPRITESHAPECIRCLE_0_L_F_F_F")
  2093. agkSetSpriteShapePolygon.AGKCommand244=GetAGKFunction("SETSPRITESHAPEPOLYGON_0_L_L_L_F_F")
  2094. agkAddSpriteShapeBox.AGKCommand245=GetAGKFunction("ADDSPRITESHAPEBOX_0_L_F_F_F_F_F")
  2095. agkAddSpriteShapeCircle.AGKCommand246=GetAGKFunction("ADDSPRITESHAPECIRCLE_0_L_F_F_F")
  2096. agkAddSpriteShapePolygon.AGKCommand247=GetAGKFunction("ADDSPRITESHAPEPOLYGON_0_L_L_L_F_F")
  2097. agkClearSpriteShapes.AGKCommand248=GetAGKFunction("CLEARSPRITESHAPES_0_L")
  2098. agkSetSpritePhysicsCOM.AGKCommand249=GetAGKFunction("SETSPRITEPHYSICSCOM_0_L_F_F")
  2099. agkCalculateSpritePhysicsCOM.AGKCommand250=GetAGKFunction("CALCULATESPRITEPHYSICSCOM_0_L")
  2100. agkSetSpritePhysicsOn.AGKCommand251=GetAGKFunction("SETSPRITEPHYSICSON_0_L_L")
  2101. agkSetSpritePhysicsOff.AGKCommand252=GetAGKFunction("SETSPRITEPHYSICSOFF_0_L")
  2102. agkSetSpritePhysicsDelete.AGKCommand253=GetAGKFunction("SETSPRITEPHYSICSDELETE_0_L")
  2103. agkSetSpritePhysicsFriction.AGKCommand254=GetAGKFunction("SETSPRITEPHYSICSFRICTION_0_L_F")
  2104. agkSetSpritePhysicsRestitution.AGKCommand255=GetAGKFunction("SETSPRITEPHYSICSRESTITUTION_0_L_F")
  2105. agkSetSpritePhysicsCanRotate.AGKCommand256=GetAGKFunction("SETSPRITEPHYSICSCANROTATE_0_L_L")
  2106. agkSetSpritePhysicsVelocity.AGKCommand257=GetAGKFunction("SETSPRITEPHYSICSVELOCITY_0_L_F_F")
  2107. agkSetSpritePhysicsAngularVelocity.AGKCommand258=GetAGKFunction("SETSPRITEPHYSICSANGULARVELOCITY_0_L_F")
  2108. agkSetSpritePhysicsDamping.AGKCommand259=GetAGKFunction("SETSPRITEPHYSICSDAMPING_0_L_F")
  2109. agkSetSpritePhysicsAngularDamping.AGKCommand260=GetAGKFunction("SETSPRITEPHYSICSANGULARDAMPING_0_L_F")
  2110. agkSetSpritePhysicsIsBullet.AGKCommand261=GetAGKFunction("SETSPRITEPHYSICSISBULLET_0_L_L")
  2111. agkSetSpritePhysicsMass.AGKCommand262=GetAGKFunction("SETSPRITEPHYSICSMASS_0_L_F")
  2112. agkSetSpritePhysicsIsSensor.AGKCommand263=GetAGKFunction("SETSPRITEPHYSICSISSENSOR_0_L_L")
  2113. agkSetSpriteGroup.AGKCommand264=GetAGKFunction("SETSPRITEGROUP_0_L_L")
  2114. agkSetSpriteCategoryBits.AGKCommand265=GetAGKFunction("SETSPRITECATEGORYBITS_0_L_L")
  2115. agkSetSpriteCategoryBit.AGKCommand266=GetAGKFunction("SETSPRITECATEGORYBIT_0_L_L_L")
  2116. agkSetSpriteCollideBits.AGKCommand267=GetAGKFunction("SETSPRITECOLLIDEBITS_0_L_L")
  2117. agkSetSpriteCollideBit.AGKCommand268=GetAGKFunction("SETSPRITECOLLIDEBIT_0_L_L_L")
  2118. agkSetSpritePhysicsForce.AGKCommand269=GetAGKFunction("SETSPRITEPHYSICSFORCE_0_L_F_F_F_F")
  2119. agkSetSpritePhysicsTorque.AGKCommand270=GetAGKFunction("SETSPRITEPHYSICSTORQUE_0_L_F")
  2120. agkSetSpritePhysicsImpulse.AGKCommand271=GetAGKFunction("SETSPRITEPHYSICSIMPULSE_0_L_F_F_F_F")
  2121. agkSetSpritePhysicsAngularImpulse.AGKCommand272=GetAGKFunction("SETSPRITEPHYSICSANGULARIMPULSE_0_L_F")
  2122. agkGetSpritePhysicsVelocityX.AGKCommand273=GetAGKFunction("GETSPRITEPHYSICSVELOCITYX_F_L")
  2123. agkGetSpritePhysicsVelocityY.AGKCommand274=GetAGKFunction("GETSPRITEPHYSICSVELOCITYY_F_L")
  2124. agkGetSpritePhysicsAngularVelocity.AGKCommand275=GetAGKFunction("GETSPRITEPHYSICSANGULARVELOCITY_F_L")
  2125. agkGetSpritePhysicsMass.AGKCommand276=GetAGKFunction("GETSPRITEPHYSICSMASS_F_L")
  2126. agkDeleteJoint.AGKCommand277=GetAGKFunction("DELETEJOINT_0_L")
  2127. agkGetJointExists.AGKCommand278=GetAGKFunction("GETJOINTEXISTS_L_L")
  2128. ;-agkCreateDistanceJoint.AGKCommand279=GetAGKFunction("CREATEDISTANCEJOINT_0_L_L_L_F_F_F_F_L")
  2129. ;-agkCreateRevoluteJoint.AGKCommand280=GetAGKFunction("CREATEREVOLUTEJOINT_0_L_L_L_F_F_L")
  2130. ;-agkCreatePrismaticJoint.AGKCommand281=GetAGKFunction("CREATEPRISMATICJOINT_0_L_L_L_F_F_F_F_L")
  2131. ;-agkCreatePulleyJoint.AGKCommand282=GetAGKFunction("CREATEPULLEYJOINT_0_L_L_L_F_F_F_F_F_F_F_F_F_L")
  2132. ;-agkCreateMouseJoint.AGKCommand283=GetAGKFunction("CREATEMOUSEJOINT_0_L_L_F_F_F")
  2133. ;-agkCreateLineJoint.AGKCommand284=GetAGKFunction("CREATELINEJOINT_0_L_L_L_F_F_F_F_L")
  2134. ;-agkCreateWeldJoint.AGKCommand285=GetAGKFunction("CREATEWELDJOINT_0_L_L_L_F_F_L")
  2135. ;-agkCreateGearJoint.AGKCommand286=GetAGKFunction("CREATEGEARJOINT_0_L_L_L_F")
  2136. agkCreateDistanceJoint.AGKCommand287=GetAGKFunction("CREATEDISTANCEJOINT_L_L_L_F_F_F_F_L")
  2137. agkCreateRevoluteJoint.AGKCommand288=GetAGKFunction("CREATEREVOLUTEJOINT_L_L_L_F_F_L")
  2138. agkCreatePrismaticJoint.AGKCommand289=GetAGKFunction("CREATEPRISMATICJOINT_L_L_L_F_F_F_F_L")
  2139. agkCreatePulleyJoint2.AGKCommand290=GetAGKFunction("CREATEPULLEYJOINT2_0_L_L_F_L")
  2140. agkFinishPulleyJoint.AGKCommand291=GetAGKFunction("FINISHPULLEYJOINT_L_F_F_F_F_F_F_F_F")
  2141. agkCreateMouseJoint.AGKCommand292=GetAGKFunction("CREATEMOUSEJOINT_L_L_F_F_F")
  2142. agkCreateLineJoint.AGKCommand293=GetAGKFunction("CREATELINEJOINT_L_L_L_F_F_F_F_L")
  2143. agkCreateWeldJoint.AGKCommand294=GetAGKFunction("CREATEWELDJOINT_L_L_L_F_F_L")
  2144. agkCreateGearJoint.AGKCommand295=GetAGKFunction("CREATEGEARJOINT_L_L_L_F")
  2145. agkSetJointLimitOn.AGKCommand296=GetAGKFunction("SETJOINTLIMITON_0_L_F_F")
  2146. agkSetJointLimitOff.AGKCommand297=GetAGKFunction("SETJOINTLIMITOFF_0_L")
  2147. agkSetJointMotorOn.AGKCommand298=GetAGKFunction("SETJOINTMOTORON_0_L_F_F")
  2148. agkSetJointMotorOff.AGKCommand299=GetAGKFunction("SETJOINTMOTOROFF_0_L")
  2149. agkSetJointMouseTarget.AGKCommand300=GetAGKFunction("SETJOINTMOUSETARGET_0_L_F_F")
  2150. agkGetJointReactionForceX.AGKCommand301=GetAGKFunction("GETJOINTREACTIONFORCEX_F_L")
  2151. agkGetJointReactionForceY.AGKCommand302=GetAGKFunction("GETJOINTREACTIONFORCEY_F_L")
  2152. agkGetJointReactionTorque.AGKCommand303=GetAGKFunction("GETJOINTREACTIONTORQUE_F_L")
  2153. agkPhysicsRayCast.AGKCommand304=GetAGKFunction("PHYSICSRAYCAST_L_F_F_F_F")
  2154. agkPhysicsRayCastGroup.AGKCommand305=GetAGKFunction("PHYSICSRAYCASTGROUP_L_L_F_F_F_F")
  2155. agkPhysicsRayCastCategory.AGKCommand306=GetAGKFunction("PHYSICSRAYCASTCATEGORY_L_L_F_F_F_F")
  2156. agkSpriteRayCastSingle.AGKCommand307=GetAGKFunction("SPRITERAYCASTSINGLE_L_L_F_F_F_F")
  2157. agkSpriteRayCast.AGKCommand308=GetAGKFunction("SPRITERAYCAST_L_F_F_F_F")
  2158. agkSpriteRayCastGroup.AGKCommand309=GetAGKFunction("SPRITERAYCASTGROUP_L_L_F_F_F_F")
  2159. agkSpriteRayCastCategory.AGKCommand310=GetAGKFunction("SPRITERAYCASTCATEGORY_L_L_F_F_F_F")
  2160. agkGetRayCastSprite.AGKCommand311=GetAGKFunction("GETRAYCASTSPRITE_P_0")
  2161. agkGetRayCastSpriteID.AGKCommand312=GetAGKFunction("GETRAYCASTSPRITEID_L_0")
  2162. agkGetRayCastX.AGKCommand313=GetAGKFunction("GETRAYCASTX_F_0")
  2163. agkGetRayCastY.AGKCommand314=GetAGKFunction("GETRAYCASTY_F_0")
  2164. agkGetRayCastNormalX.AGKCommand315=GetAGKFunction("GETRAYCASTNORMALX_F_0")
  2165. agkGetRayCastNormalY.AGKCommand316=GetAGKFunction("GETRAYCASTNORMALY_F_0")
  2166. agkGetRayCastFraction.AGKCommand317=GetAGKFunction("GETRAYCASTFRACTION_F_0")
  2167. agkGetSpriteInBox.AGKCommand318=GetAGKFunction("GETSPRITEINBOX_L_L_F_F_F_F")
  2168. agkGetSpriteInCircle.AGKCommand319=GetAGKFunction("GETSPRITEINCIRCLE_L_L_F_F_F")
  2169. agkGetSpriteCollision.AGKCommand320=GetAGKFunction("GETSPRITECOLLISION_L_L_L")
  2170. agkGetSpriteDistance.AGKCommand321=GetAGKFunction("GETSPRITEDISTANCE_F_L_L")
  2171. agkGetSpriteDistancePoint1X.AGKCommand322=GetAGKFunction("GETSPRITEDISTANCEPOINT1X_F_0")
  2172. agkGetSpriteDistancePoint1Y.AGKCommand323=GetAGKFunction("GETSPRITEDISTANCEPOINT1Y_F_0")
  2173. agkGetSpriteDistancePoint2X.AGKCommand324=GetAGKFunction("GETSPRITEDISTANCEPOINT2X_F_0")
  2174. agkGetSpriteDistancePoint2Y.AGKCommand325=GetAGKFunction("GETSPRITEDISTANCEPOINT2Y_F_0")
  2175. agkGetFirstContact.AGKCommand326=GetAGKFunction("GETFIRSTCONTACT_L_0")
  2176. agkGetNextContact.AGKCommand327=GetAGKFunction("GETNEXTCONTACT_L_0")
  2177. agkGetContactWorldX.AGKCommand328=GetAGKFunction("GETCONTACTWORLDX_F_0")
  2178. agkGetContactWorldY.AGKCommand329=GetAGKFunction("GETCONTACTWORLDY_F_0")
  2179. agkGetContactSpriteID1.AGKCommand330=GetAGKFunction("GETCONTACTSPRITEID1_L_0")
  2180. agkGetContactSpriteID2.AGKCommand331=GetAGKFunction("GETCONTACTSPRITEID2_L_0")
  2181. agkGetSpriteFirstContact.AGKCommand332=GetAGKFunction("GETSPRITEFIRSTCONTACT_L_L")
  2182. agkGetSpriteNextContact.AGKCommand333=GetAGKFunction("GETSPRITENEXTCONTACT_L_0")
  2183. agkGetSpriteContactWorldX.AGKCommand334=GetAGKFunction("GETSPRITECONTACTWORLDX_F_0")
  2184. agkGetSpriteContactWorldY.AGKCommand335=GetAGKFunction("GETSPRITECONTACTWORLDY_F_0")
  2185. agkGetSpriteContactSpriteID2.AGKCommand336=GetAGKFunction("GETSPRITECONTACTSPRITEID2_L_0")
  2186. agkGetPhysicsCollision.AGKCommand337=GetAGKFunction("GETPHYSICSCOLLISION_L_L_L")
  2187. agkGetPhysicsCollisionX.AGKCommand338=GetAGKFunction("GETPHYSICSCOLLISIONX_F_0")
  2188. agkGetPhysicsCollisionY.AGKCommand339=GetAGKFunction("GETPHYSICSCOLLISIONY_F_0")
  2189. agkGetPhysicsCollisionWorldX.AGKCommand340=GetAGKFunction("GETPHYSICSCOLLISIONWORLDX_F_0")
  2190. agkGetPhysicsCollisionWorldY.AGKCommand341=GetAGKFunction("GETPHYSICSCOLLISIONWORLDY_F_0")
  2191. agkCreateParticles.AGKCommand342=GetAGKFunction("CREATEPARTICLES_0_L_F_F")
  2192. ;-agkCreateParticles.AGKCommand343=GetAGKFunction("CREATEPARTICLES_L_F_F")
  2193. agkGetParticlesExists.AGKCommand344=GetAGKFunction("GETPARTICLESEXISTS_L_L")
  2194. agkDeleteParticles.AGKCommand345=GetAGKFunction("DELETEPARTICLES_0_L")
  2195. agkSetParticlesPosition.AGKCommand346=GetAGKFunction("SETPARTICLESPOSITION_0_L_F_F")
  2196. agkSetParticlesDepth.AGKCommand347=GetAGKFunction("SETPARTICLESDEPTH_0_L_L")
  2197. agkSetParticlesFrequency.AGKCommand348=GetAGKFunction("SETPARTICLESFREQUENCY_0_L_F")
  2198. agkSetParticlesStartZone.AGKCommand349=GetAGKFunction("SETPARTICLESSTARTZONE_0_L_F_F_F_F")
  2199. agkSetParticlesDirection.AGKCommand350=GetAGKFunction("SETPARTICLESDIRECTION_0_L_F_F")
  2200. agkSetParticlesVelocityRange.AGKCommand351=GetAGKFunction("SETPARTICLESVELOCITYRANGE_0_L_F_F")
  2201. agkSetParticlesAngle.AGKCommand352=GetAGKFunction("SETPARTICLESANGLE_0_L_F")
  2202. agkSetParticlesAngleRad.AGKCommand353=GetAGKFunction("SETPARTICLESANGLERAD_0_L_F")
  2203. agkSetParticlesRotationRange.AGKCommand354=GetAGKFunction("SETPARTICLESROTATIONRANGE_0_L_F_F")
  2204. agkSetParticlesRotationRangeRad.AGKCommand355=GetAGKFunction("SETPARTICLESROTATIONRANGERAD_0_L_F_F")
  2205. agkSetParticlesFaceDirection.AGKCommand356=GetAGKFunction("SETPARTICLESFACEDIRECTION_0_L_L")
  2206. agkSetParticlesSize.AGKCommand357=GetAGKFunction("SETPARTICLESSIZE_0_L_F")
  2207. agkSetParticlesLife.AGKCommand358=GetAGKFunction("SETPARTICLESLIFE_0_L_F")
  2208. agkSetParticlesMax.AGKCommand359=GetAGKFunction("SETPARTICLESMAX_0_L_L")
  2209. agkResetParticleCount.AGKCommand360=GetAGKFunction("RESETPARTICLECOUNT_0_L")
  2210. agkSetParticlesImage.AGKCommand361=GetAGKFunction("SETPARTICLESIMAGE_0_L_L")
  2211. agkSetParticlesVisible.AGKCommand362=GetAGKFunction("SETPARTICLESVISIBLE_0_L_L")
  2212. agkSetParticlesActive.AGKCommand363=GetAGKFunction("SETPARTICLESACTIVE_0_L_L")
  2213. agkSetParticlesTransparency.AGKCommand364=GetAGKFunction("SETPARTICLESTRANSPARENCY_0_L_L")
  2214. agkSetParticlesColorInterpolation.AGKCommand365=GetAGKFunction("SETPARTICLESCOLORINTERPOLATION_0_L_L")
  2215. agkGetParticlesX.AGKCommand366=GetAGKFunction("GETPARTICLESX_F_L")
  2216. agkGetParticlesY.AGKCommand367=GetAGKFunction("GETPARTICLESY_F_L")
  2217. agkGetParticlesDepth.AGKCommand368=GetAGKFunction("GETPARTICLESDEPTH_L_L")
  2218. agkGetParticlesVisible.AGKCommand369=GetAGKFunction("GETPARTICLESVISIBLE_L_L")
  2219. agkGetParticlesActive.AGKCommand370=GetAGKFunction("GETPARTICLESACTIVE_L_L")
  2220. agkGetParticlesFrequency.AGKCommand371=GetAGKFunction("GETPARTICLESFREQUENCY_F_L")
  2221. agkGetParticlesDirectionX.AGKCommand372=GetAGKFunction("GETPARTICLESDIRECTIONX_F_L")
  2222. agkGetParticlesDirectionY.AGKCommand373=GetAGKFunction("GETPARTICLESDIRECTIONY_F_L")
  2223. agkGetParticlesAngle.AGKCommand374=GetAGKFunction("GETPARTICLESANGLE_F_L")
  2224. agkGetParticlesAngleRad.AGKCommand375=GetAGKFunction("GETPARTICLESANGLERAD_F_L")
  2225. agkGetParticlesSize.AGKCommand376=GetAGKFunction("GETPARTICLESSIZE_F_L")
  2226. agkGetParticlesLife.AGKCommand377=GetAGKFunction("GETPARTICLESLIFE_F_L")
  2227. agkGetParticlesMaxReached.AGKCommand378=GetAGKFunction("GETPARTICLESMAXREACHED_L_L")
  2228. agkAddParticlesForce.AGKCommand379=GetAGKFunction("ADDPARTICLESFORCE_0_L_F_F_F_F")
  2229. agkClearParticlesForces.AGKCommand380=GetAGKFunction("CLEARPARTICLESFORCES_0_L")
  2230. agkAddParticlesColorKeyFrame.AGKCommand381=GetAGKFunction("ADDPARTICLESCOLORKEYFRAME_0_L_F_L_L_L_L")
  2231. agkClearParticlesColors.AGKCommand382=GetAGKFunction("CLEARPARTICLESCOLORS_0_L")
  2232. agkAddParticlesScaleKeyFrame.AGKCommand383=GetAGKFunction("ADDPARTICLESSCALEKEYFRAME_0_L_F_F")
  2233. agkClearParticlesScales.AGKCommand384=GetAGKFunction("CLEARPARTICLESSCALES_0_L")
  2234. agkFixParticlesToScreen.AGKCommand385=GetAGKFunction("FIXPARTICLESTOSCREEN_0_L_L")
  2235. agkUpdateParticles.AGKCommand386=GetAGKFunction("UPDATEPARTICLES_0_L_F")
  2236. agkOffsetParticles.AGKCommand387=GetAGKFunction("OFFSETPARTICLES_0_L_F_F")
  2237. ;-agkCreateText.AGKCommand388=GetAGKFunction("CREATETEXT_0_L_S")
  2238. agkCreateText.AGKCommand389=GetAGKFunction("CREATETEXT_L_S")
  2239. agkGetTextExists.AGKCommand390=GetAGKFunction("GETTEXTEXISTS_L_L")
  2240. agkDeleteText.AGKCommand391=GetAGKFunction("DELETETEXT_0_L")
  2241. agkDeleteAllText.AGKCommand392=GetAGKFunction("DELETEALLTEXT_0_0")
  2242. agkSetTextString.AGKCommand393=GetAGKFunction("SETTEXTSTRING_0_L_S")
  2243. agkSetTextPosition.AGKCommand394=GetAGKFunction("SETTEXTPOSITION_0_L_F_F")
  2244. agkSetTextX.AGKCommand395=GetAGKFunction("SETTEXTX_0_L_F")
  2245. agkSetTextY.AGKCommand396=GetAGKFunction("SETTEXTY_0_L_F")
  2246. agkSetTextAngle.AGKCommand397=GetAGKFunction("SETTEXTANGLE_0_L_F")
  2247. agkSetTextAngleRad.AGKCommand398=GetAGKFunction("SETTEXTANGLERAD_0_L_F")
  2248. agkSetTextAlignment.AGKCommand399=GetAGKFunction("SETTEXTALIGNMENT_0_L_L")
  2249. agkSetTextSize.AGKCommand400=GetAGKFunction("SETTEXTSIZE_0_L_F")
  2250. agkSetTextSpacing.AGKCommand401=GetAGKFunction("SETTEXTSPACING_0_L_F")
  2251. agkSetTextLineSpacing.AGKCommand402=GetAGKFunction("SETTEXTLINESPACING_0_L_F")
  2252. agkSetTextDepth.AGKCommand403=GetAGKFunction("SETTEXTDEPTH_0_L_L")
  2253. agkSetTextVisible.AGKCommand404=GetAGKFunction("SETTEXTVISIBLE_0_L_L")
  2254. agkSetTextColor.AGKCommand405=GetAGKFunction("SETTEXTCOLOR_0_L_L_L_L_L")
  2255. agkSetTextColorRed.AGKCommand406=GetAGKFunction("SETTEXTCOLORRED_0_L_L")
  2256. agkSetTextColorGreen.AGKCommand407=GetAGKFunction("SETTEXTCOLORGREEN_0_L_L")
  2257. agkSetTextColorBlue.AGKCommand408=GetAGKFunction("SETTEXTCOLORBLUE_0_L_L")
  2258. agkSetTextColorAlpha.AGKCommand409=GetAGKFunction("SETTEXTCOLORALPHA_0_L_L")
  2259. agkGetTextColorRed.AGKCommand410=GetAGKFunction("GETTEXTCOLORRED_L_L")
  2260. agkGetTextColorGreen.AGKCommand411=GetAGKFunction("GETTEXTCOLORGREEN_L_L")
  2261. agkGetTextColorBlue.AGKCommand412=GetAGKFunction("GETTEXTCOLORBLUE_L_L")
  2262. agkGetTextColorAlpha.AGKCommand413=GetAGKFunction("GETTEXTCOLORALPHA_L_L")
  2263. agkSetTextCharPosition.AGKCommand414=GetAGKFunction("SETTEXTCHARPOSITION_0_L_L_F_F")
  2264. agkSetTextCharX.AGKCommand415=GetAGKFunction("SETTEXTCHARX_0_L_L_F")
  2265. agkSetTextCharY.AGKCommand416=GetAGKFunction("SETTEXTCHARY_0_L_L_F")
  2266. agkSetTextCharAngle.AGKCommand417=GetAGKFunction("SETTEXTCHARANGLE_0_L_L_F")
  2267. agkSetTextCharAngleRad.AGKCommand418=GetAGKFunction("SETTEXTCHARANGLERAD_0_L_L_F")
  2268. agkSetTextCharColor.AGKCommand419=GetAGKFunction("SETTEXTCHARCOLOR_0_L_L_L_L_L_L")
  2269. agkSetTextCharColorRed.AGKCommand420=GetAGKFunction("SETTEXTCHARCOLORRED_0_L_L_L")
  2270. agkSetTextCharColorGreen.AGKCommand421=GetAGKFunction("SETTEXTCHARCOLORGREEN_0_L_L_L")
  2271. agkSetTextCharColorBlue.AGKCommand422=GetAGKFunction("SETTEXTCHARCOLORBLUE_0_L_L_L")
  2272. agkSetTextCharColorAlpha.AGKCommand423=GetAGKFunction("SETTEXTCHARCOLORALPHA_0_L_L_L")
  2273. agkSetTextCharBold.AGKCommand424=GetAGKFunction("SETTEXTCHARBOLD_0_L_L_L")
  2274. agkGetTextCharX.AGKCommand425=GetAGKFunction("GETTEXTCHARX_F_L_L")
  2275. agkGetTextCharY.AGKCommand426=GetAGKFunction("GETTEXTCHARY_F_L_L")
  2276. agkGetTextCharAngle.AGKCommand427=GetAGKFunction("GETTEXTCHARANGLE_F_L_L")
  2277. agkGetTextCharAngleRad.AGKCommand428=GetAGKFunction("GETTEXTCHARANGLERAD_F_L_L")
  2278. agkGetTextCharColorRed.AGKCommand429=GetAGKFunction("GETTEXTCHARCOLORRED_L_L_L")
  2279. agkGetTextCharColorGreen.AGKCommand430=GetAGKFunction("GETTEXTCHARCOLORGREEN_L_L_L")
  2280. agkGetTextCharColorBlue.AGKCommand431=GetAGKFunction("GETTEXTCHARCOLORBLUE_L_L_L")
  2281. agkGetTextCharColorAlpha.AGKCommand432=GetAGKFunction("GETTEXTCHARCOLORALPHA_L_L_L")
  2282. agkGetTextX.AGKCommand433=GetAGKFunction("GETTEXTX_F_L")
  2283. agkGetTextY.AGKCommand434=GetAGKFunction("GETTEXTY_F_L")
  2284. agkGetTextLength.AGKCommand435=GetAGKFunction("GETTEXTLENGTH_L_L")
  2285. agkGetTextTotalWidth.AGKCommand436=GetAGKFunction("GETTEXTTOTALWIDTH_F_L")
  2286. agkGetTextTotalHeight.AGKCommand437=GetAGKFunction("GETTEXTTOTALHEIGHT_F_L")
  2287. agkGetTextHitTest.AGKCommand438=GetAGKFunction("GETTEXTHITTEST_L_L_F_F")
  2288. agkSetTextFontImage.AGKCommand439=GetAGKFunction("SETTEXTFONTIMAGE_0_L_L")
  2289. agkSetTextExtendedFontImage.AGKCommand440=GetAGKFunction("SETTEXTEXTENDEDFONTIMAGE_0_L_L")
  2290. agkSetTextFont.AGKCommand441=GetAGKFunction("SETTEXTFONT_0_L_L")
  2291. agkSetTextDefaultFontImage.AGKCommand442=GetAGKFunction("SETTEXTDEFAULTFONTIMAGE_0_L")
  2292. agkSetTextDefaultExtendedFontImage.AGKCommand443=GetAGKFunction("SETTEXTDEFAULTEXTENDEDFONTIMAGE_0_L")
  2293. agkSetTextDefaultMinFilter.AGKCommand444=GetAGKFunction("SETTEXTDEFAULTMINFILTER_0_L")
  2294. agkSetTextDefaultMagFilter.AGKCommand445=GetAGKFunction("SETTEXTDEFAULTMAGFILTER_0_L")
  2295. agkFixTextToScreen.AGKCommand446=GetAGKFunction("FIXTEXTTOSCREEN_0_L_L")
  2296. agkSetTextMaxWidth.AGKCommand447=GetAGKFunction("SETTEXTMAXWIDTH_0_L_F")
  2297. agkSetTextScissor.AGKCommand448=GetAGKFunction("SETTEXTSCISSOR_0_L_F_F_F_F")
  2298. agkSetTextTransparency.AGKCommand449=GetAGKFunction("SETTEXTTRANSPARENCY_0_L_L")
  2299. agkSetTextBold.AGKCommand450=GetAGKFunction("SETTEXTBOLD_0_L_L")
  2300. agkGetTextVisible.AGKCommand451=GetAGKFunction("GETTEXTVISIBLE_L_L")
  2301. agkGetTextDepth.AGKCommand452=GetAGKFunction("GETTEXTDEPTH_L_L")
  2302. agkGetTextSize.AGKCommand453=GetAGKFunction("GETTEXTSIZE_F_L")
  2303. agkGetTextSpacing.AGKCommand454=GetAGKFunction("GETTEXTSPACING_F_L")
  2304. agkGetTextLineSpacing.AGKCommand455=GetAGKFunction("GETTEXTLINESPACING_F_L")
  2305. agkGetTextString.AGKCommand456=GetAGKFunction("GETTEXTSTRING_S_L")
  2306. agkLoadFont.AGKCommand457=GetAGKFunction("LOADFONT_L_S")
  2307. ;-agkLoadFont.AGKCommand458=GetAGKFunction("LOADFONT_0_L_S")
  2308. agkGetFontExists.AGKCommand459=GetAGKFunction("GETFONTEXISTS_L_L")
  2309. agkGetSystemFontExists.AGKCommand460=GetAGKFunction("GETSYSTEMFONTEXISTS_L_S")
  2310. agkDeleteFont.AGKCommand461=GetAGKFunction("DELETEFONT_0_L")
  2311. agkPrint.AGKCommand462=GetAGKFunction("PRINT_0_S")
  2312. agkPrint.AGKCommand463=GetAGKFunction("PRINT_0_L")
  2313. agkPrint.AGKCommand464=GetAGKFunction("PRINT_0_F")
  2314. agkPrintC.AGKCommand465=GetAGKFunction("PRINTC_0_S")
  2315. agkPrintC.AGKCommand466=GetAGKFunction("PRINTC_0_L")
  2316. agkPrintC.AGKCommand467=GetAGKFunction("PRINTC_0_F")
  2317. agkSetPrintSize.AGKCommand468=GetAGKFunction("SETPRINTSIZE_0_F")
  2318. agkSetPrintSpacing.AGKCommand469=GetAGKFunction("SETPRINTSPACING_0_F")
  2319. ;-agkSetPrintColor.AGKCommand470=GetAGKFunction("SETPRINTCOLOR_0_L_L_L")
  2320. agkSetPrintColor.AGKCommand471=GetAGKFunction("SETPRINTCOLOR_0_L_L_L_L")
  2321. agkSetPrintFont.AGKCommand472=GetAGKFunction("SETPRINTFONT_0_L")
  2322. ;-agkCreateSkeleton2D.AGKCommand473=GetAGKFunction("CREATESKELETON2D_0_L")
  2323. agkCreateSkeleton2D.AGKCommand474=GetAGKFunction("CREATESKELETON2D_L_0")
  2324. agkGetSkeleton2DExists.AGKCommand475=GetAGKFunction("GETSKELETON2DEXISTS_L_L")
  2325. agkDeleteSkeleton2D.AGKCommand476=GetAGKFunction("DELETESKELETON2D_0_L")
  2326. ;-agkLoadSkeleton2DFromSpineFile.AGKCommand477=GetAGKFunction("LOADSKELETON2DFROMSPINEFILE_0_L_S_F_L_L")
  2327. agkLoadSkeleton2DFromSpineFile.AGKCommand478=GetAGKFunction("LOADSKELETON2DFROMSPINEFILE_L_S_F_L_L")
  2328. ;-agkLoadSkeleton2DFromSpriterFile.AGKCommand479=GetAGKFunction("LOADSKELETON2DFROMSPRITERFILE_0_L_S_F_L")
  2329. agkLoadSkeleton2DFromSpriterFile.AGKCommand480=GetAGKFunction("LOADSKELETON2DFROMSPRITERFILE_L_S_F_L")
  2330. agkSetSkeleton2DPosition.AGKCommand481=GetAGKFunction("SETSKELETON2DPOSITION_0_L_F_F")
  2331. agkSetSkeleton2DRotation.AGKCommand482=GetAGKFunction("SETSKELETON2DROTATION_0_L_F")
  2332. agkSetSkeleton2DFlip.AGKCommand483=GetAGKFunction("SETSKELETON2DFLIP_0_L_L_L")
  2333. agkSetSkeleton2DDepth.AGKCommand484=GetAGKFunction("SETSKELETON2DDEPTH_0_L_L")
  2334. agkFixSkeleton2DToScreen.AGKCommand485=GetAGKFunction("FIXSKELETON2DTOSCREEN_0_L_L")
  2335. agkSetSkeleton2DVisible.AGKCommand486=GetAGKFunction("SETSKELETON2DVISIBLE_0_L_L")
  2336. agkGetSkeleton2DX.AGKCommand487=GetAGKFunction("GETSKELETON2DX_F_L")
  2337. agkGetSkeleton2DY.AGKCommand488=GetAGKFunction("GETSKELETON2DY_F_L")
  2338. agkGetSkeleton2DAngle.AGKCommand489=GetAGKFunction("GETSKELETON2DANGLE_F_L")
  2339. agkGetSkeleton2DBone.AGKCommand490=GetAGKFunction("GETSKELETON2DBONE_L_L_S")
  2340. agkGetSkeleton2DBoneParent.AGKCommand491=GetAGKFunction("GETSKELETON2DBONEPARENT_L_L_L")
  2341. agkGetSkeleton2DBoneX.AGKCommand492=GetAGKFunction("GETSKELETON2DBONEX_F_L_L")
  2342. agkGetSkeleton2DBoneY.AGKCommand493=GetAGKFunction("GETSKELETON2DBONEY_F_L_L")
  2343. agkGetSkeleton2DBoneAngle.AGKCommand494=GetAGKFunction("GETSKELETON2DBONEANGLE_F_L_L")
  2344. agkGetSkeleton2DBoneCurrX.AGKCommand495=GetAGKFunction("GETSKELETON2DBONECURRX_F_L_L")
  2345. agkGetSkeleton2DBoneCurrY.AGKCommand496=GetAGKFunction("GETSKELETON2DBONECURRY_F_L_L")
  2346. agkGetSkeleton2DBoneCurrAngle.AGKCommand497=GetAGKFunction("GETSKELETON2DBONECURRANGLE_F_L_L")
  2347. agkSetSkeleton2DBonePosition.AGKCommand498=GetAGKFunction("SETSKELETON2DBONEPOSITION_0_L_L_F_F")
  2348. agkSetSkeleton2DBoneAngle.AGKCommand499=GetAGKFunction("SETSKELETON2DBONEANGLE_0_L_L_F")
  2349. agkSetSkeleton2DBoneScale.AGKCommand500=GetAGKFunction("SETSKELETON2DBONESCALE_0_L_L_F_F")
  2350. agkSetSkeleton2DBoneMode.AGKCommand501=GetAGKFunction("SETSKELETON2DBONEMODE_0_L_L_L")
  2351. agkPlaySkeleton2DAnimation.AGKCommand502=GetAGKFunction("PLAYSKELETON2DANIMATION_0_L_S_F_L_F")
  2352. agkSetSkeleton2DAnimationFrame.AGKCommand503=GetAGKFunction("SETSKELETON2DANIMATIONFRAME_0_L_S_F_F")
  2353. agkSetSkeleton2DAnimationSpeed.AGKCommand504=GetAGKFunction("SETSKELETON2DANIMATIONSPEED_0_L_F")
  2354. agkGetSkeleton2DCurrentTime.AGKCommand505=GetAGKFunction("GETSKELETON2DCURRENTTIME_F_L")
  2355. agkStopSkeleton2DAnimation.AGKCommand506=GetAGKFunction("STOPSKELETON2DANIMATION_0_L")
  2356. agkGetSkeleton2DIsAnimating.AGKCommand507=GetAGKFunction("GETSKELETON2DISANIMATING_L_L")
  2357. agkGetSkeleton2DIsTweening.AGKCommand508=GetAGKFunction("GETSKELETON2DISTWEENING_L_L")
  2358. agkGetSkeleton2DAnimationTime.AGKCommand509=GetAGKFunction("GETSKELETON2DANIMATIONTIME_F_L_S")
  2359. agkTweenLinear.AGKCommand510=GetAGKFunction("TWEENLINEAR_L_0")
  2360. agkTweenSmooth1.AGKCommand511=GetAGKFunction("TWEENSMOOTH1_L_0")
  2361. agkTweenSmooth2.AGKCommand512=GetAGKFunction("TWEENSMOOTH2_L_0")
  2362. agkTweenEaseIn1.AGKCommand513=GetAGKFunction("TWEENEASEIN1_L_0")
  2363. agkTweenEaseIn2.AGKCommand514=GetAGKFunction("TWEENEASEIN2_L_0")
  2364. agkTweenEaseOut1.AGKCommand515=GetAGKFunction("TWEENEASEOUT1_L_0")
  2365. agkTweenEaseOut2.AGKCommand516=GetAGKFunction("TWEENEASEOUT2_L_0")
  2366. agkTweenBounce.AGKCommand517=GetAGKFunction("TWEENBOUNCE_L_0")
  2367. agkTweenOvershoot.AGKCommand518=GetAGKFunction("TWEENOVERSHOOT_L_0")
  2368. agkDeleteTween.AGKCommand519=GetAGKFunction("DELETETWEEN_0_L")
  2369. agkGetTweenExists.AGKCommand520=GetAGKFunction("GETTWEENEXISTS_L_L")
  2370. agkSetTweenDuration.AGKCommand521=GetAGKFunction("SETTWEENDURATION_0_L_F")
  2371. ;-agkCreateTweenCustom.AGKCommand522=GetAGKFunction("CREATETWEENCUSTOM_0_L_F")
  2372. agkCreateTweenCustom.AGKCommand523=GetAGKFunction("CREATETWEENCUSTOM_L_F")
  2373. agkGetTweenCustomExists.AGKCommand524=GetAGKFunction("GETTWEENCUSTOMEXISTS_L_L")
  2374. agkSetTweenCustomFloat1.AGKCommand525=GetAGKFunction("SETTWEENCUSTOMFLOAT1_0_L_F_F_L")
  2375. agkSetTweenCustomFloat2.AGKCommand526=GetAGKFunction("SETTWEENCUSTOMFLOAT2_0_L_F_F_L")
  2376. agkSetTweenCustomFloat3.AGKCommand527=GetAGKFunction("SETTWEENCUSTOMFLOAT3_0_L_F_F_L")
  2377. agkSetTweenCustomFloat4.AGKCommand528=GetAGKFunction("SETTWEENCUSTOMFLOAT4_0_L_F_F_L")
  2378. agkSetTweenCustomInteger1.AGKCommand529=GetAGKFunction("SETTWEENCUSTOMINTEGER1_0_L_L_L_L")
  2379. agkSetTweenCustomInteger2.AGKCommand530=GetAGKFunction("SETTWEENCUSTOMINTEGER2_0_L_L_L_L")
  2380. agkSetTweenCustomInteger3.AGKCommand531=GetAGKFunction("SETTWEENCUSTOMINTEGER3_0_L_L_L_L")
  2381. agkSetTweenCustomInteger4.AGKCommand532=GetAGKFunction("SETTWEENCUSTOMINTEGER4_0_L_L_L_L")
  2382. agkGetTweenCustomFloat1.AGKCommand533=GetAGKFunction("GETTWEENCUSTOMFLOAT1_F_L")
  2383. agkGetTweenCustomFloat2.AGKCommand534=GetAGKFunction("GETTWEENCUSTOMFLOAT2_F_L")
  2384. agkGetTweenCustomFloat3.AGKCommand535=GetAGKFunction("GETTWEENCUSTOMFLOAT3_F_L")
  2385. agkGetTweenCustomFloat4.AGKCommand536=GetAGKFunction("GETTWEENCUSTOMFLOAT4_F_L")
  2386. agkGetTweenCustomInteger1.AGKCommand537=GetAGKFunction("GETTWEENCUSTOMINTEGER1_L_L")
  2387. agkGetTweenCustomInteger2.AGKCommand538=GetAGKFunction("GETTWEENCUSTOMINTEGER2_L_L")
  2388. agkGetTweenCustomInteger3.AGKCommand539=GetAGKFunction("GETTWEENCUSTOMINTEGER3_L_L")
  2389. agkGetTweenCustomInteger4.AGKCommand540=GetAGKFunction("GETTWEENCUSTOMINTEGER4_L_L")
  2390. agkPlayTweenCustom.AGKCommand541=GetAGKFunction("PLAYTWEENCUSTOM_0_L_F")
  2391. agkStopTweenCustom.AGKCommand542=GetAGKFunction("STOPTWEENCUSTOM_0_L")
  2392. agkGetTweenCustomPlaying.AGKCommand543=GetAGKFunction("GETTWEENCUSTOMPLAYING_L_L")
  2393. ;-agkCreateTweenSprite.AGKCommand544=GetAGKFunction("CREATETWEENSPRITE_0_L_F")
  2394. agkCreateTweenSprite.AGKCommand545=GetAGKFunction("CREATETWEENSPRITE_L_F")
  2395. agkGetTweenSpriteExists.AGKCommand546=GetAGKFunction("GETTWEENSPRITEEXISTS_L_L")
  2396. agkSetTweenSpriteX.AGKCommand547=GetAGKFunction("SETTWEENSPRITEX_0_L_F_F_L")
  2397. agkSetTweenSpriteY.AGKCommand548=GetAGKFunction("SETTWEENSPRITEY_0_L_F_F_L")
  2398. agkSetTweenSpriteXByOffset.AGKCommand549=GetAGKFunction("SETTWEENSPRITEXBYOFFSET_0_L_F_F_L")
  2399. agkSetTweenSpriteYByOffset.AGKCommand550=GetAGKFunction("SETTWEENSPRITEYBYOFFSET_0_L_F_F_L")
  2400. agkSetTweenSpriteAngle.AGKCommand551=GetAGKFunction("SETTWEENSPRITEANGLE_0_L_F_F_L")
  2401. agkSetTweenSpriteSizeX.AGKCommand552=GetAGKFunction("SETTWEENSPRITESIZEX_0_L_F_F_L")
  2402. agkSetTweenSpriteSizeY.AGKCommand553=GetAGKFunction("SETTWEENSPRITESIZEY_0_L_F_F_L")
  2403. agkSetTweenSpriteRed.AGKCommand554=GetAGKFunction("SETTWEENSPRITERED_0_L_L_L_L")
  2404. agkSetTweenSpriteGreen.AGKCommand555=GetAGKFunction("SETTWEENSPRITEGREEN_0_L_L_L_L")
  2405. agkSetTweenSpriteBlue.AGKCommand556=GetAGKFunction("SETTWEENSPRITEBLUE_0_L_L_L_L")
  2406. agkSetTweenSpriteAlpha.AGKCommand557=GetAGKFunction("SETTWEENSPRITEALPHA_0_L_L_L_L")
  2407. agkPlayTweenSprite.AGKCommand558=GetAGKFunction("PLAYTWEENSPRITE_0_L_L_F")
  2408. agkStopTweenSprite.AGKCommand559=GetAGKFunction("STOPTWEENSPRITE_0_L_L")
  2409. agkGetTweenSpritePlaying.AGKCommand560=GetAGKFunction("GETTWEENSPRITEPLAYING_L_L_L")
  2410. ;-agkCreateTweenText.AGKCommand561=GetAGKFunction("CREATETWEENTEXT_0_L_F")
  2411. agkCreateTweenText.AGKCommand562=GetAGKFunction("CREATETWEENTEXT_L_F")
  2412. agkGetTweenTextExists.AGKCommand563=GetAGKFunction("GETTWEENTEXTEXISTS_L_L")
  2413. agkSetTweenTextX.AGKCommand564=GetAGKFunction("SETTWEENTEXTX_0_L_F_F_L")
  2414. agkSetTweenTextY.AGKCommand565=GetAGKFunction("SETTWEENTEXTY_0_L_F_F_L")
  2415. agkSetTweenTextAngle.AGKCommand566=GetAGKFunction("SETTWEENTEXTANGLE_0_L_F_F_L")
  2416. agkSetTweenTextSize.AGKCommand567=GetAGKFunction("SETTWEENTEXTSIZE_0_L_F_F_L")
  2417. agkSetTweenTextSpacing.AGKCommand568=GetAGKFunction("SETTWEENTEXTSPACING_0_L_F_F_L")
  2418. agkSetTweenTextLineSpacing.AGKCommand569=GetAGKFunction("SETTWEENTEXTLINESPACING_0_L_F_F_L")
  2419. agkSetTweenTextRed.AGKCommand570=GetAGKFunction("SETTWEENTEXTRED_0_L_L_L_L")
  2420. agkSetTweenTextGreen.AGKCommand571=GetAGKFunction("SETTWEENTEXTGREEN_0_L_L_L_L")
  2421. agkSetTweenTextBlue.AGKCommand572=GetAGKFunction("SETTWEENTEXTBLUE_0_L_L_L_L")
  2422. agkSetTweenTextAlpha.AGKCommand573=GetAGKFunction("SETTWEENTEXTALPHA_0_L_L_L_L")
  2423. agkPlayTweenText.AGKCommand574=GetAGKFunction("PLAYTWEENTEXT_0_L_L_F")
  2424. agkStopTweenText.AGKCommand575=GetAGKFunction("STOPTWEENTEXT_0_L_L")
  2425. agkGetTweenTextPlaying.AGKCommand576=GetAGKFunction("GETTWEENTEXTPLAYING_L_L_L")
  2426. ;-agkCreateTweenChar.AGKCommand577=GetAGKFunction("CREATETWEENCHAR_0_L_F")
  2427. agkCreateTweenChar.AGKCommand578=GetAGKFunction("CREATETWEENCHAR_L_F")
  2428. agkGetTweenCharExists.AGKCommand579=GetAGKFunction("GETTWEENCHAREXISTS_L_L")
  2429. agkSetTweenCharX.AGKCommand580=GetAGKFunction("SETTWEENCHARX_0_L_F_F_L")
  2430. agkSetTweenCharY.AGKCommand581=GetAGKFunction("SETTWEENCHARY_0_L_F_F_L")
  2431. agkSetTweenCharAngle.AGKCommand582=GetAGKFunction("SETTWEENCHARANGLE_0_L_F_F_L")
  2432. agkSetTweenCharRed.AGKCommand583=GetAGKFunction("SETTWEENCHARRED_0_L_L_L_L")
  2433. agkSetTweenCharGreen.AGKCommand584=GetAGKFunction("SETTWEENCHARGREEN_0_L_L_L_L")
  2434. agkSetTweenCharBlue.AGKCommand585=GetAGKFunction("SETTWEENCHARBLUE_0_L_L_L_L")
  2435. agkSetTweenCharAlpha.AGKCommand586=GetAGKFunction("SETTWEENCHARALPHA_0_L_L_L_L")
  2436. agkPlayTweenChar.AGKCommand587=GetAGKFunction("PLAYTWEENCHAR_0_L_L_L_F")
  2437. agkStopTweenChar.AGKCommand588=GetAGKFunction("STOPTWEENCHAR_0_L_L_L")
  2438. agkGetTweenCharPlaying.AGKCommand589=GetAGKFunction("GETTWEENCHARPLAYING_L_L_L_L")
  2439. ;-agkCreateTweenObject.AGKCommand590=GetAGKFunction("CREATETWEENOBJECT_0_L_F")
  2440. agkCreateTweenObject.AGKCommand591=GetAGKFunction("CREATETWEENOBJECT_L_F")
  2441. agkGetTweenObjectExists.AGKCommand592=GetAGKFunction("GETTWEENOBJECTEXISTS_L_L")
  2442. agkSetTweenObjectX.AGKCommand593=GetAGKFunction("SETTWEENOBJECTX_0_L_F_F_L")
  2443. agkSetTweenObjectY.AGKCommand594=GetAGKFunction("SETTWEENOBJECTY_0_L_F_F_L")
  2444. agkSetTweenObjectZ.AGKCommand595=GetAGKFunction("SETTWEENOBJECTZ_0_L_F_F_L")
  2445. agkSetTweenObjectAngleX.AGKCommand596=GetAGKFunction("SETTWEENOBJECTANGLEX_0_L_F_F_L")
  2446. agkSetTweenObjectAngleY.AGKCommand597=GetAGKFunction("SETTWEENOBJECTANGLEY_0_L_F_F_L")
  2447. agkSetTweenObjectAngleZ.AGKCommand598=GetAGKFunction("SETTWEENOBJECTANGLEZ_0_L_F_F_L")
  2448. agkSetTweenObjectScaleX.AGKCommand599=GetAGKFunction("SETTWEENOBJECTSCALEX_0_L_F_F_L")
  2449. agkSetTweenObjectScaleY.AGKCommand600=GetAGKFunction("SETTWEENOBJECTSCALEY_0_L_F_F_L")
  2450. agkSetTweenObjectScaleZ.AGKCommand601=GetAGKFunction("SETTWEENOBJECTSCALEZ_0_L_F_F_L")
  2451. agkSetTweenObjectRed.AGKCommand602=GetAGKFunction("SETTWEENOBJECTRED_0_L_L_L_L")
  2452. agkSetTweenObjectGreen.AGKCommand603=GetAGKFunction("SETTWEENOBJECTGREEN_0_L_L_L_L")
  2453. agkSetTweenObjectBlue.AGKCommand604=GetAGKFunction("SETTWEENOBJECTBLUE_0_L_L_L_L")
  2454. agkSetTweenObjectAlpha.AGKCommand605=GetAGKFunction("SETTWEENOBJECTALPHA_0_L_L_L_L")
  2455. agkPlayTweenObject.AGKCommand606=GetAGKFunction("PLAYTWEENOBJECT_0_L_L_F")
  2456. agkStopTweenObject.AGKCommand607=GetAGKFunction("STOPTWEENOBJECT_0_L_L")
  2457. agkGetTweenObjectPlaying.AGKCommand608=GetAGKFunction("GETTWEENOBJECTPLAYING_L_L_L")
  2458. ;-agkCreateTweenCamera.AGKCommand609=GetAGKFunction("CREATETWEENCAMERA_0_L_F")
  2459. agkCreateTweenCamera.AGKCommand610=GetAGKFunction("CREATETWEENCAMERA_L_F")
  2460. agkGetTweenCameraExists.AGKCommand611=GetAGKFunction("GETTWEENCAMERAEXISTS_L_L")
  2461. agkSetTweenCameraX.AGKCommand612=GetAGKFunction("SETTWEENCAMERAX_0_L_F_F_L")
  2462. agkSetTweenCameraY.AGKCommand613=GetAGKFunction("SETTWEENCAMERAY_0_L_F_F_L")
  2463. agkSetTweenCameraZ.AGKCommand614=GetAGKFunction("SETTWEENCAMERAZ_0_L_F_F_L")
  2464. agkSetTweenCameraAngleX.AGKCommand615=GetAGKFunction("SETTWEENCAMERAANGLEX_0_L_F_F_L")
  2465. agkSetTweenCameraAngleY.AGKCommand616=GetAGKFunction("SETTWEENCAMERAANGLEY_0_L_F_F_L")
  2466. agkSetTweenCameraAngleZ.AGKCommand617=GetAGKFunction("SETTWEENCAMERAANGLEZ_0_L_F_F_L")
  2467. agkSetTweenCameraFOV.AGKCommand618=GetAGKFunction("SETTWEENCAMERAFOV_0_L_F_F_L")
  2468. agkPlayTweenCamera.AGKCommand619=GetAGKFunction("PLAYTWEENCAMERA_0_L_L_F")
  2469. agkStopTweenCamera.AGKCommand620=GetAGKFunction("STOPTWEENCAMERA_0_L_L")
  2470. agkGetTweenCameraPlaying.AGKCommand621=GetAGKFunction("GETTWEENCAMERAPLAYING_L_L_L")
  2471. ;-agkCreateTweenChain.AGKCommand622=GetAGKFunction("CREATETWEENCHAIN_0_L")
  2472. agkCreateTweenChain.AGKCommand623=GetAGKFunction("CREATETWEENCHAIN_L_0")
  2473. agkDeleteTweenChain.AGKCommand624=GetAGKFunction("DELETETWEENCHAIN_0_L")
  2474. agkClearTweenChain.AGKCommand625=GetAGKFunction("CLEARTWEENCHAIN_0_L")
  2475. agkAddTweenChainCustom.AGKCommand626=GetAGKFunction("ADDTWEENCHAINCUSTOM_0_L_L_F")
  2476. agkAddTweenChainSprite.AGKCommand627=GetAGKFunction("ADDTWEENCHAINSPRITE_0_L_L_L_F")
  2477. agkAddTweenChainText.AGKCommand628=GetAGKFunction("ADDTWEENCHAINTEXT_0_L_L_L_F")
  2478. agkAddTweenChainChar.AGKCommand629=GetAGKFunction("ADDTWEENCHAINCHAR_0_L_L_L_L_F")
  2479. agkAddTweenChainObject.AGKCommand630=GetAGKFunction("ADDTWEENCHAINOBJECT_0_L_L_L_F")
  2480. agkAddTweenChainCamera.AGKCommand631=GetAGKFunction("ADDTWEENCHAINCAMERA_0_L_L_L_F")
  2481. agkPlayTweenChain.AGKCommand632=GetAGKFunction("PLAYTWEENCHAIN_0_L")
  2482. agkPauseTweenChain.AGKCommand633=GetAGKFunction("PAUSETWEENCHAIN_0_L")
  2483. agkStopTweenChain.AGKCommand634=GetAGKFunction("STOPTWEENCHAIN_0_L")
  2484. agkGetTweenChainPlaying.AGKCommand635=GetAGKFunction("GETTWEENCHAINPLAYING_L_L")
  2485. agkSetTweenChainTime.AGKCommand636=GetAGKFunction("SETTWEENCHAINTIME_0_L_F")
  2486. agkGetTweenChainEndTime.AGKCommand637=GetAGKFunction("GETTWEENCHAINENDTIME_F_L")
  2487. agkUpdateAllTweens.AGKCommand638=GetAGKFunction("UPDATEALLTWEENS_0_F")
  2488. agkUpdateTweenCustom.AGKCommand639=GetAGKFunction("UPDATETWEENCUSTOM_0_L_F")
  2489. agkUpdateTweenSprite.AGKCommand640=GetAGKFunction("UPDATETWEENSPRITE_0_L_L_F")
  2490. agkUpdateTweenText.AGKCommand641=GetAGKFunction("UPDATETWEENTEXT_0_L_L_F")
  2491. agkUpdateTweenChar.AGKCommand642=GetAGKFunction("UPDATETWEENCHAR_0_L_L_L_F")
  2492. agkUpdateTweenObject.AGKCommand643=GetAGKFunction("UPDATETWEENOBJECT_0_L_L_F")
  2493. agkUpdateTweenCamera.AGKCommand644=GetAGKFunction("UPDATETWEENCAMERA_0_L_L_F")
  2494. agkUpdateTweenChain.AGKCommand645=GetAGKFunction("UPDATETWEENCHAIN_0_L_F")
  2495. agkGetRawTouchCount.AGKCommand646=GetAGKFunction("GETRAWTOUCHCOUNT_L_L")
  2496. agkGetRawFirstTouchEvent.AGKCommand647=GetAGKFunction("GETRAWFIRSTTOUCHEVENT_L_L")
  2497. agkGetRawNextTouchEvent.AGKCommand648=GetAGKFunction("GETRAWNEXTTOUCHEVENT_L_0")
  2498. agkGetRawTouchType.AGKCommand649=GetAGKFunction("GETRAWTOUCHTYPE_L_L")
  2499. agkGetRawTouchStartX.AGKCommand650=GetAGKFunction("GETRAWTOUCHSTARTX_F_L")
  2500. agkGetRawTouchStartY.AGKCommand651=GetAGKFunction("GETRAWTOUCHSTARTY_F_L")
  2501. agkGetRawTouchCurrentX.AGKCommand652=GetAGKFunction("GETRAWTOUCHCURRENTX_F_L")
  2502. agkGetRawTouchCurrentY.AGKCommand653=GetAGKFunction("GETRAWTOUCHCURRENTY_F_L")
  2503. agkGetRawTouchLastX.AGKCommand654=GetAGKFunction("GETRAWTOUCHLASTX_F_L")
  2504. agkGetRawTouchLastY.AGKCommand655=GetAGKFunction("GETRAWTOUCHLASTY_F_L")
  2505. agkGetRawTouchReleased.AGKCommand656=GetAGKFunction("GETRAWTOUCHRELEASED_L_L")
  2506. agkSetRawTouchValue.AGKCommand657=GetAGKFunction("SETRAWTOUCHVALUE_0_L_L")
  2507. agkGetRawTouchValue.AGKCommand658=GetAGKFunction("GETRAWTOUCHVALUE_L_L")
  2508. agkGetRawTouchTime.AGKCommand659=GetAGKFunction("GETRAWTOUCHTIME_F_L")
  2509. ;-agkLoadSound.AGKCommand660=GetAGKFunction("LOADSOUND_0_L_S")
  2510. agkLoadSound.AGKCommand661=GetAGKFunction("LOADSOUND_L_S")
  2511. ;-agkLoadSoundOGG.AGKCommand662=GetAGKFunction("LOADSOUNDOGG_0_L_S")
  2512. agkLoadSoundOGG.AGKCommand663=GetAGKFunction("LOADSOUNDOGG_L_S")
  2513. agkSaveSound.AGKCommand664=GetAGKFunction("SAVESOUND_0_L_S")
  2514. ;-agkPlaySound.AGKCommand665=GetAGKFunction("PLAYSOUND_L_L")
  2515. ;-agkPlaySound.AGKCommand666=GetAGKFunction("PLAYSOUND_L_L_L")
  2516. ;-agkPlaySound.AGKCommand667=GetAGKFunction("PLAYSOUND_L_L_L_L")
  2517. agkPlaySound.AGKCommand668=GetAGKFunction("PLAYSOUND_L_L_L_L_L")
  2518. agkStopSound.AGKCommand669=GetAGKFunction("STOPSOUND_0_L")
  2519. agkDeleteSound.AGKCommand670=GetAGKFunction("DELETESOUND_0_L")
  2520. agkGetSoundExists.AGKCommand671=GetAGKFunction("GETSOUNDEXISTS_L_L")
  2521. agkGetSoundInstances.AGKCommand672=GetAGKFunction("GETSOUNDINSTANCES_L_L")
  2522. agkGetSoundsPlaying.AGKCommand673=GetAGKFunction("GETSOUNDSPLAYING_L_L")
  2523. agkSetSoundSystemVolume.AGKCommand674=GetAGKFunction("SETSOUNDSYSTEMVOLUME_0_L")
  2524. agkGetSoundMaxRate.AGKCommand675=GetAGKFunction("GETSOUNDMAXRATE_F_0")
  2525. agkGetSoundMinRate.AGKCommand676=GetAGKFunction("GETSOUNDMINRATE_F_0")
  2526. agkGetSoundInstancePlaying.AGKCommand677=GetAGKFunction("GETSOUNDINSTANCEPLAYING_L_L")
  2527. agkGetSoundInstanceVolume.AGKCommand678=GetAGKFunction("GETSOUNDINSTANCEVOLUME_L_L")
  2528. agkGetSoundInstanceRate.AGKCommand679=GetAGKFunction("GETSOUNDINSTANCERATE_F_L")
  2529. agkSetSoundInstanceVolume.AGKCommand680=GetAGKFunction("SETSOUNDINSTANCEVOLUME_0_L_L")
  2530. agkSetSoundInstanceRate.AGKCommand681=GetAGKFunction("SETSOUNDINSTANCERATE_0_L_F")
  2531. agkSetSoundInstanceBalance.AGKCommand682=GetAGKFunction("SETSOUNDINSTANCEBALANCE_0_L_F")
  2532. agkGetSoundInstanceLoopCount.AGKCommand683=GetAGKFunction("GETSOUNDINSTANCELOOPCOUNT_L_L")
  2533. agkStopSoundInstance.AGKCommand684=GetAGKFunction("STOPSOUNDINSTANCE_0_L")
  2534. agkLoadMusic.AGKCommand685=GetAGKFunction("LOADMUSIC_L_S")
  2535. ;-agkLoadMusic.AGKCommand686=GetAGKFunction("LOADMUSIC_0_L_S")
  2536. agkSetMusicFileVolume.AGKCommand687=GetAGKFunction("SETMUSICFILEVOLUME_0_L_L")
  2537. ;-agkPlayMusic.AGKCommand688=GetAGKFunction("PLAYMUSIC_0_0")
  2538. ;-agkPlayMusic.AGKCommand689=GetAGKFunction("PLAYMUSIC_0_L")
  2539. ;-agkPlayMusic.AGKCommand690=GetAGKFunction("PLAYMUSIC_0_L_L")
  2540. agkPlayMusic.AGKCommand691=GetAGKFunction("PLAYMUSIC_0_L_L_L_L")
  2541. agkPauseMusic.AGKCommand692=GetAGKFunction("PAUSEMUSIC_0_0")
  2542. agkResumeMusic.AGKCommand693=GetAGKFunction("RESUMEMUSIC_0_0")
  2543. agkStopMusic.AGKCommand694=GetAGKFunction("STOPMUSIC_0_0")
  2544. agkDeleteMusic.AGKCommand695=GetAGKFunction("DELETEMUSIC_0_L")
  2545. agkGetMusicPlaying.AGKCommand696=GetAGKFunction("GETMUSICPLAYING_L_0")
  2546. agkSetMusicSystemVolume.AGKCommand697=GetAGKFunction("SETMUSICSYSTEMVOLUME_0_L")
  2547. agkGetMusicExists.AGKCommand698=GetAGKFunction("GETMUSICEXISTS_L_L")
  2548. agkGetMusicDuration.AGKCommand699=GetAGKFunction("GETMUSICDURATION_F_L")
  2549. agkGetMusicPosition.AGKCommand700=GetAGKFunction("GETMUSICPOSITION_F_0")
  2550. agkSeekMusic.AGKCommand701=GetAGKFunction("SEEKMUSIC_0_F_L")
  2551. agkLoadMusicOGG.AGKCommand702=GetAGKFunction("LOADMUSICOGG_L_S")
  2552. ;-agkLoadMusicOGG.AGKCommand703=GetAGKFunction("LOADMUSICOGG_0_L_S")
  2553. agkGetMusicExistsOGG.AGKCommand704=GetAGKFunction("GETMUSICEXISTSOGG_L_L")
  2554. agkSetMusicVolumeOGG.AGKCommand705=GetAGKFunction("SETMUSICVOLUMEOGG_0_L_L")
  2555. ;-agkPlayMusicOGG.AGKCommand706=GetAGKFunction("PLAYMUSICOGG_0_L")
  2556. agkPlayMusicOGG.AGKCommand707=GetAGKFunction("PLAYMUSICOGG_0_L_L")
  2557. agkPauseMusicOGG.AGKCommand708=GetAGKFunction("PAUSEMUSICOGG_0_L")
  2558. agkResumeMusicOGG.AGKCommand709=GetAGKFunction("RESUMEMUSICOGG_0_L")
  2559. agkStopMusicOGG.AGKCommand710=GetAGKFunction("STOPMUSICOGG_0_L")
  2560. agkDeleteMusicOGG.AGKCommand711=GetAGKFunction("DELETEMUSICOGG_0_L")
  2561. agkGetMusicPlayingOGG.AGKCommand712=GetAGKFunction("GETMUSICPLAYINGOGG_L_L")
  2562. agkGetMusicLoopCountOGG.AGKCommand713=GetAGKFunction("GETMUSICLOOPCOUNTOGG_L_L")
  2563. agkGetMusicDurationOGG.AGKCommand714=GetAGKFunction("GETMUSICDURATIONOGG_F_L")
  2564. agkGetMusicPositionOGG.AGKCommand715=GetAGKFunction("GETMUSICPOSITIONOGG_F_L")
  2565. agkSeekMusicOGG.AGKCommand716=GetAGKFunction("SEEKMUSICOGG_0_L_F_L")
  2566. agkSetMusicSystemVolumeOGG.AGKCommand717=GetAGKFunction("SETMUSICSYSTEMVOLUMEOGG_0_L")
  2567. agkSetMusicLoopTimesOGG.AGKCommand718=GetAGKFunction("SETMUSICLOOPTIMESOGG_0_L_F_F")
  2568. agkSetMusicLoopCountOGG.AGKCommand719=GetAGKFunction("SETMUSICLOOPCOUNTOGG_0_L_L")
  2569. agkRecordSound.AGKCommand720=GetAGKFunction("RECORDSOUND_0_S")
  2570. agkStopSoundRecording.AGKCommand721=GetAGKFunction("STOPSOUNDRECORDING_0_0")
  2571. agkIsSoundRecording.AGKCommand722=GetAGKFunction("ISSOUNDRECORDING_L_0")
  2572. agkDeleteFile.AGKCommand723=GetAGKFunction("DELETEFILE_0_S")
  2573. agkGetFileExists.AGKCommand724=GetAGKFunction("GETFILEEXISTS_L_S")
  2574. ;-agkChooseRawFile.AGKCommand725=GetAGKFunction("CHOOSERAWFILE_S_S")
  2575. agkChooseRawFile.AGKCommand726=GetAGKFunction("CHOOSERAWFILE_S_S_L")
  2576. agkSimplifyPath.AGKCommand727=GetAGKFunction("SIMPLIFYPATH_S_S")
  2577. agkJoinPaths.AGKCommand728=GetAGKFunction("JOINPATHS_S_S_S")
  2578. agkIsAbsolutePath.AGKCommand729=GetAGKFunction("ISABSOLUTEPATH_L_S")
  2579. agkCountWindowsDrives.AGKCommand730=GetAGKFunction("COUNTWINDOWSDRIVES_L_0")
  2580. agkGetWindowsDrive.AGKCommand731=GetAGKFunction("GETWINDOWSDRIVE_S_L")
  2581. agkOpenRawFolder.AGKCommand732=GetAGKFunction("OPENRAWFOLDER_L_S")
  2582. agkCloseRawFolder.AGKCommand733=GetAGKFunction("CLOSERAWFOLDER_0_L")
  2583. agkGetRawFolderNumFiles.AGKCommand734=GetAGKFunction("GETRAWFOLDERNUMFILES_L_L")
  2584. agkGetRawFolderNumFolders.AGKCommand735=GetAGKFunction("GETRAWFOLDERNUMFOLDERS_L_L")
  2585. agkGetRawFolderFileName.AGKCommand736=GetAGKFunction("GETRAWFOLDERFILENAME_S_L_L")
  2586. agkGetRawFolderFolderName.AGKCommand737=GetAGKFunction("GETRAWFOLDERFOLDERNAME_S_L_L")
  2587. ;-agkOpenToWrite.AGKCommand738=GetAGKFunction("OPENTOWRITE_0_L_S_L")
  2588. ;-agkOpenToWrite.AGKCommand739=GetAGKFunction("OPENTOWRITE_0_L_S")
  2589. agkOpenToWrite.AGKCommand740=GetAGKFunction("OPENTOWRITE_L_S_L")
  2590. ;-agkOpenToWrite.AGKCommand741=GetAGKFunction("OPENTOWRITE_L_S")
  2591. agkOpenToRead.AGKCommand742=GetAGKFunction("OPENTOREAD_L_S")
  2592. ;-agkOpenToRead.AGKCommand743=GetAGKFunction("OPENTOREAD_0_L_S")
  2593. agkFileIsOpen.AGKCommand744=GetAGKFunction("FILEISOPEN_L_L")
  2594. agkCloseFile.AGKCommand745=GetAGKFunction("CLOSEFILE_0_L")
  2595. agkFileEOF.AGKCommand746=GetAGKFunction("FILEEOF_L_L")
  2596. agkGetFileSize.AGKCommand747=GetAGKFunction("GETFILESIZE_L_L")
  2597. agkGetFilePos.AGKCommand748=GetAGKFunction("GETFILEPOS_L_L")
  2598. agkSetFilePos.AGKCommand749=GetAGKFunction("SETFILEPOS_0_L_L")
  2599. agkWriteByte.AGKCommand750=GetAGKFunction("WRITEBYTE_0_L_L")
  2600. agkWriteInteger.AGKCommand751=GetAGKFunction("WRITEINTEGER_0_L_L")
  2601. agkWriteFloat.AGKCommand752=GetAGKFunction("WRITEFLOAT_0_L_F")
  2602. agkWriteString.AGKCommand753=GetAGKFunction("WRITESTRING_0_L_S")
  2603. agkWriteString2.AGKCommand754=GetAGKFunction("WRITESTRING2_0_L_S")
  2604. agkWriteLine.AGKCommand755=GetAGKFunction("WRITELINE_0_L_S")
  2605. agkReadByte.AGKCommand756=GetAGKFunction("READBYTE_L_L")
  2606. agkReadInteger.AGKCommand757=GetAGKFunction("READINTEGER_L_L")
  2607. agkReadFloat.AGKCommand758=GetAGKFunction("READFLOAT_F_L")
  2608. agkReadString.AGKCommand759=GetAGKFunction("READSTRING_S_L")
  2609. agkReadString2.AGKCommand760=GetAGKFunction("READSTRING2_S_L")
  2610. agkReadLine.AGKCommand761=GetAGKFunction("READLINE_S_L")
  2611. ;-agkStr.AGKCommand762=GetAGKFunction("STR_S_L")
  2612. ;-agkStr.AGKCommand763=GetAGKFunction("STR_S_F")
  2613. agkStr.AGKCommand764=GetAGKFunction("STR_S_F_L")
  2614. agkBin.AGKCommand765=GetAGKFunction("BIN_S_L")
  2615. agkHex.AGKCommand766=GetAGKFunction("HEX_S_L")
  2616. agkStringToBase64.AGKCommand767=GetAGKFunction("STRINGTOBASE64_S_S")
  2617. agkHexToBase64.AGKCommand768=GetAGKFunction("HEXTOBASE64_S_S")
  2618. ;-agkVal.AGKCommand769=GetAGKFunction("VAL_L_S")
  2619. agkVal.AGKCommand770=GetAGKFunction("VAL_L_S_L")
  2620. agkValFloat.AGKCommand771=GetAGKFunction("VALFLOAT_F_S")
  2621. agkLeft.AGKCommand772=GetAGKFunction("LEFT_S_S_L")
  2622. agkRight.AGKCommand773=GetAGKFunction("RIGHT_S_S_L")
  2623. agkMid.AGKCommand774=GetAGKFunction("MID_S_S_L_L")
  2624. agkAsc.AGKCommand775=GetAGKFunction("ASC_L_S")
  2625. agkLen.AGKCommand776=GetAGKFunction("LEN_L_S")
  2626. agkByteLen.AGKCommand777=GetAGKFunction("BYTELEN_L_S")
  2627. agkChr.AGKCommand778=GetAGKFunction("CHR_S_L")
  2628. agkLower.AGKCommand779=GetAGKFunction("LOWER_S_S")
  2629. agkUpper.AGKCommand780=GetAGKFunction("UPPER_S_S")
  2630. agkSpaces.AGKCommand781=GetAGKFunction("SPACES_S_L")
  2631. ;-agkFindStringCount.AGKCommand782=GetAGKFunction("FINDSTRINGCOUNT_L_S_S")
  2632. agkFindStringCount.AGKCommand783=GetAGKFunction("FINDSTRINGCOUNT_L_S_S_L_L")
  2633. ;-agkFindString.AGKCommand784=GetAGKFunction("FINDSTRING_L_S_S")
  2634. agkFindString.AGKCommand785=GetAGKFunction("FINDSTRING_L_S_S_L_L")
  2635. ;-agkFindStringReverse.AGKCommand786=GetAGKFunction("FINDSTRINGREVERSE_L_S_S")
  2636. agkFindStringReverse.AGKCommand787=GetAGKFunction("FINDSTRINGREVERSE_L_S_S_L_L")
  2637. ;-agkCompareString.AGKCommand788=GetAGKFunction("COMPARESTRING_L_S_S")
  2638. agkCompareString.AGKCommand789=GetAGKFunction("COMPARESTRING_L_S_S_L_L")
  2639. agkReplaceString.AGKCommand790=GetAGKFunction("REPLACESTRING_S_S_S_S_L")
  2640. agkStripString.AGKCommand791=GetAGKFunction("STRIPSTRING_S_S_S")
  2641. agkTrimString.AGKCommand792=GetAGKFunction("TRIMSTRING_S_S_S")
  2642. agkTruncateString.AGKCommand793=GetAGKFunction("TRUNCATESTRING_S_S_S")
  2643. agkCountStringTokens.AGKCommand794=GetAGKFunction("COUNTSTRINGTOKENS_L_S_S")
  2644. agkGetStringToken.AGKCommand795=GetAGKFunction("GETSTRINGTOKEN_S_S_S_L")
  2645. agkCountStringTokens2.AGKCommand796=GetAGKFunction("COUNTSTRINGTOKENS2_L_S_S")
  2646. agkGetStringToken2.AGKCommand797=GetAGKFunction("GETSTRINGTOKEN2_S_S_S_L")
  2647. agkGetCurrentDir.AGKCommand798=GetAGKFunction("GETCURRENTDIR_S_0")
  2648. agkGetFolder.AGKCommand799=GetAGKFunction("GETFOLDER_S_0")
  2649. agkSetFolder.AGKCommand800=GetAGKFunction("SETFOLDER_L_S")
  2650. ;-agkGetFirstFolder.AGKCommand801=GetAGKFunction("GETFIRSTFOLDER_S_0")
  2651. agkGetFirstFolder.AGKCommand802=GetAGKFunction("GETFIRSTFOLDER_S_L")
  2652. agkGetNextFolder.AGKCommand803=GetAGKFunction("GETNEXTFOLDER_S_0")
  2653. ;-agkGetFolderCount.AGKCommand804=GetAGKFunction("GETFOLDERCOUNT_L_0")
  2654. agkGetFolderCount.AGKCommand805=GetAGKFunction("GETFOLDERCOUNT_L_L")
  2655. ;-agkGetFirstFile.AGKCommand806=GetAGKFunction("GETFIRSTFILE_S_0")
  2656. agkGetFirstFile.AGKCommand807=GetAGKFunction("GETFIRSTFILE_S_L")
  2657. agkGetNextFile.AGKCommand808=GetAGKFunction("GETNEXTFILE_S_0")
  2658. ;-agkGetFileCount.AGKCommand809=GetAGKFunction("GETFILECOUNT_L_0")
  2659. agkGetFileCount.AGKCommand810=GetAGKFunction("GETFILECOUNT_L_L")
  2660. ;-agkCreateBroadcastListener.AGKCommand811=GetAGKFunction("CREATEBROADCASTLISTENER_L_L")
  2661. agkCreateBroadcastListener.AGKCommand812=GetAGKFunction("CREATEBROADCASTLISTENER_L_S_L")
  2662. agkGetBroadcastMessage.AGKCommand813=GetAGKFunction("GETBROADCASTMESSAGE_L_L")
  2663. agkDeleteBroadcastListener.AGKCommand814=GetAGKFunction("DELETEBROADCASTLISTENER_0_L")
  2664. agkConnectSocket.AGKCommand815=GetAGKFunction("CONNECTSOCKET_L_S_L_L")
  2665. ;-agkConnectSocket.AGKCommand816=GetAGKFunction("CONNECTSOCKET_L_L_S_L_L")
  2666. agkGetSocketConnected.AGKCommand817=GetAGKFunction("GETSOCKETCONNECTED_L_L")
  2667. agkGetSocketExists.AGKCommand818=GetAGKFunction("GETSOCKETEXISTS_L_L")
  2668. agkDeleteSocket.AGKCommand819=GetAGKFunction("DELETESOCKET_0_L")
  2669. agkGetSocketRemoteIP.AGKCommand820=GetAGKFunction("GETSOCKETREMOTEIP_S_L")
  2670. agkFlushSocket.AGKCommand821=GetAGKFunction("FLUSHSOCKET_L_L")
  2671. agkGetSocketBytesAvailable.AGKCommand822=GetAGKFunction("GETSOCKETBYTESAVAILABLE_L_L")
  2672. agkGetSocketByte.AGKCommand823=GetAGKFunction("GETSOCKETBYTE_L_L")
  2673. agkGetSocketInteger.AGKCommand824=GetAGKFunction("GETSOCKETINTEGER_L_L")
  2674. agkGetSocketFloat.AGKCommand825=GetAGKFunction("GETSOCKETFLOAT_F_L")
  2675. agkGetSocketString.AGKCommand826=GetAGKFunction("GETSOCKETSTRING_S_L")
  2676. agkSendSocketByte.AGKCommand827=GetAGKFunction("SENDSOCKETBYTE_L_L_L")
  2677. agkSendSocketInteger.AGKCommand828=GetAGKFunction("SENDSOCKETINTEGER_L_L_L")
  2678. agkSendSocketFloat.AGKCommand829=GetAGKFunction("SENDSOCKETFLOAT_L_L_F")
  2679. agkSendSocketString.AGKCommand830=GetAGKFunction("SENDSOCKETSTRING_L_L_S")
  2680. agkCreateSocketListener.AGKCommand831=GetAGKFunction("CREATESOCKETLISTENER_L_S_L")
  2681. ;-agkCreateSocketListener.AGKCommand832=GetAGKFunction("CREATESOCKETLISTENER_L_L_S_L")
  2682. agkGetSocketListenerConnection.AGKCommand833=GetAGKFunction("GETSOCKETLISTENERCONNECTION_L_L")
  2683. agkDeleteSocketListener.AGKCommand834=GetAGKFunction("DELETESOCKETLISTENER_0_L")
  2684. ;-agkHostNetwork.AGKCommand835=GetAGKFunction("HOSTNETWORK_L_S_S_L")
  2685. agkHostNetwork.AGKCommand836=GetAGKFunction("HOSTNETWORK_L_S_S_L_L")
  2686. agkSetNetworkNoMoreClients.AGKCommand837=GetAGKFunction("SETNETWORKNOMORECLIENTS_0_L")
  2687. ;-agkJoinNetwork.AGKCommand838=GetAGKFunction("JOINNETWORK_L_S_S")
  2688. agkJoinNetwork.AGKCommand839=GetAGKFunction("JOINNETWORK_L_S_L_S")
  2689. agkIsNetworkActive.AGKCommand840=GetAGKFunction("ISNETWORKACTIVE_L_L")
  2690. agkGetDeviceIP.AGKCommand841=GetAGKFunction("GETDEVICEIP_S_0")
  2691. agkGetDeviceIPv6.AGKCommand842=GetAGKFunction("GETDEVICEIPV6_S_0")
  2692. agkCloseNetwork.AGKCommand843=GetAGKFunction("CLOSENETWORK_0_L")
  2693. agkSetNetworkLatency.AGKCommand844=GetAGKFunction("SETNETWORKLATENCY_0_L_L")
  2694. agkGetNetworkMyClientID.AGKCommand845=GetAGKFunction("GETNETWORKMYCLIENTID_L_L")
  2695. agkGetNetworkNumClients.AGKCommand846=GetAGKFunction("GETNETWORKNUMCLIENTS_L_L")
  2696. agkGetNetworkFirstClient.AGKCommand847=GetAGKFunction("GETNETWORKFIRSTCLIENT_L_L")
  2697. agkGetNetworkNextClient.AGKCommand848=GetAGKFunction("GETNETWORKNEXTCLIENT_L_L")
  2698. agkGetNetworkClientDisconnected.AGKCommand849=GetAGKFunction("GETNETWORKCLIENTDISCONNECTED_L_L_L")
  2699. agkDeleteNetworkClient.AGKCommand850=GetAGKFunction("DELETENETWORKCLIENT_0_L_L")
  2700. agkGetNetworkClientName.AGKCommand851=GetAGKFunction("GETNETWORKCLIENTNAME_S_L_L")
  2701. agkGetNetworkClientPing.AGKCommand852=GetAGKFunction("GETNETWORKCLIENTPING_F_L_L")
  2702. agkGetNetworkServerID.AGKCommand853=GetAGKFunction("GETNETWORKSERVERID_L_L")
  2703. ;-agkSetNetworkLocalInteger.AGKCommand854=GetAGKFunction("SETNETWORKLOCALINTEGER_0_L_S_L")
  2704. agkSetNetworkLocalInteger.AGKCommand855=GetAGKFunction("SETNETWORKLOCALINTEGER_0_L_S_L_L")
  2705. ;-agkSetNetworkLocalFloat.AGKCommand856=GetAGKFunction("SETNETWORKLOCALFLOAT_0_L_S_F")
  2706. agkSetNetworkLocalFloat.AGKCommand857=GetAGKFunction("SETNETWORKLOCALFLOAT_0_L_S_F_L")
  2707. agkGetNetworkClientInteger.AGKCommand858=GetAGKFunction("GETNETWORKCLIENTINTEGER_L_L_L_S")
  2708. agkGetNetworkClientFloat.AGKCommand859=GetAGKFunction("GETNETWORKCLIENTFLOAT_F_L_L_S")
  2709. agkCreateNetworkMessage.AGKCommand860=GetAGKFunction("CREATENETWORKMESSAGE_L_0")
  2710. agkAddNetworkMessageInteger.AGKCommand861=GetAGKFunction("ADDNETWORKMESSAGEINTEGER_0_L_L")
  2711. agkAddNetworkMessageFloat.AGKCommand862=GetAGKFunction("ADDNETWORKMESSAGEFLOAT_0_L_F")
  2712. agkAddNetworkMessageString.AGKCommand863=GetAGKFunction("ADDNETWORKMESSAGESTRING_0_L_S")
  2713. agkGetNetworkMessageFromIP.AGKCommand864=GetAGKFunction("GETNETWORKMESSAGEFROMIP_S_L")
  2714. agkGetNetworkMessageFromClient.AGKCommand865=GetAGKFunction("GETNETWORKMESSAGEFROMCLIENT_L_L")
  2715. agkGetNetworkMessageInteger.AGKCommand866=GetAGKFunction("GETNETWORKMESSAGEINTEGER_L_L")
  2716. agkGetNetworkMessageFloat.AGKCommand867=GetAGKFunction("GETNETWORKMESSAGEFLOAT_F_L")
  2717. agkGetNetworkMessageString.AGKCommand868=GetAGKFunction("GETNETWORKMESSAGESTRING_S_L")
  2718. agkDeleteNetworkMessage.AGKCommand869=GetAGKFunction("DELETENETWORKMESSAGE_0_L")
  2719. agkSendNetworkMessage.AGKCommand870=GetAGKFunction("SENDNETWORKMESSAGE_0_L_L_L")
  2720. agkGetNetworkMessage.AGKCommand871=GetAGKFunction("GETNETWORKMESSAGE_L_L")
  2721. agkSetNetworkClientUserData.AGKCommand872=GetAGKFunction("SETNETWORKCLIENTUSERDATA_0_L_L_L_L")
  2722. agkGetNetworkClientUserData.AGKCommand873=GetAGKFunction("GETNETWORKCLIENTUSERDATA_L_L_L_L")
  2723. agkCreateHTTPConnection.AGKCommand874=GetAGKFunction("CREATEHTTPCONNECTION_L_0")
  2724. agkDeleteHTTPConnection.AGKCommand875=GetAGKFunction("DELETEHTTPCONNECTION_0_L")
  2725. ;-agkSetHTTPHost.AGKCommand876=GetAGKFunction("SETHTTPHOST_L_L_S_L")
  2726. agkSetHTTPHost.AGKCommand877=GetAGKFunction("SETHTTPHOST_L_L_S_L_S_S")
  2727. agkCloseHTTPConnection.AGKCommand878=GetAGKFunction("CLOSEHTTPCONNECTION_0_L")
  2728. agkSetHTTPTimeout.AGKCommand879=GetAGKFunction("SETHTTPTIMEOUT_0_L_L")
  2729. agkSetHTTPVerifyCertificate.AGKCommand880=GetAGKFunction("SETHTTPVERIFYCERTIFICATE_0_L_L")
  2730. ;-agkSendHTTPRequest.AGKCommand881=GetAGKFunction("SENDHTTPREQUEST_S_L_S")
  2731. agkSendHTTPRequest.AGKCommand882=GetAGKFunction("SENDHTTPREQUEST_S_L_S_S")
  2732. ;-agkSendHTTPRequestASync.AGKCommand883=GetAGKFunction("SENDHTTPREQUESTASYNC_L_L_S")
  2733. agkSendHTTPRequestASync.AGKCommand884=GetAGKFunction("SENDHTTPREQUESTASYNC_L_L_S_S")
  2734. agkSendHTTPFile.AGKCommand885=GetAGKFunction("SENDHTTPFILE_L_L_S_S_S")
  2735. agkGetHTTPResponse.AGKCommand886=GetAGKFunction("GETHTTPRESPONSE_S_L")
  2736. agkGetHTTPResponseReady.AGKCommand887=GetAGKFunction("GETHTTPRESPONSEREADY_L_L")
  2737. ;-agkGetHTTPFile.AGKCommand888=GetAGKFunction("GETHTTPFILE_L_L_S_S")
  2738. agkGetHTTPFile.AGKCommand889=GetAGKFunction("GETHTTPFILE_L_L_S_S_S")
  2739. agkGetHTTPFileComplete.AGKCommand890=GetAGKFunction("GETHTTPFILECOMPLETE_L_L")
  2740. agkGetHTTPFileProgress.AGKCommand891=GetAGKFunction("GETHTTPFILEPROGRESS_F_L")
  2741. agkSetErrorMode.AGKCommand892=GetAGKFunction("SETERRORMODE_0_L")
  2742. agkGetLastError.AGKCommand893=GetAGKFunction("GETLASTERROR_S_0")
  2743. agkGetErrorOccurred.AGKCommand894=GetAGKFunction("GETERROROCCURRED_L_0")
  2744. agkPluginError.AGKCommand895=GetAGKFunction("PLUGINERROR_0_S")
  2745. agkMessage.AGKCommand896=GetAGKFunction("MESSAGE_0_S")
  2746. agkGetJoystickExists.AGKCommand897=GetAGKFunction("GETJOYSTICKEXISTS_L_0")
  2747. agkGetRawMouseX.AGKCommand898=GetAGKFunction("GETRAWMOUSEX_F_0")
  2748. agkGetRawMouseY.AGKCommand899=GetAGKFunction("GETRAWMOUSEY_F_0")
  2749. agkGetRawMouseWheel.AGKCommand900=GetAGKFunction("GETRAWMOUSEWHEEL_F_0")
  2750. agkGetRawMouseWheelDelta.AGKCommand901=GetAGKFunction("GETRAWMOUSEWHEELDELTA_F_0")
  2751. agkGetRawMouseLeftPressed.AGKCommand902=GetAGKFunction("GETRAWMOUSELEFTPRESSED_L_0")
  2752. agkGetRawMouseLeftState.AGKCommand903=GetAGKFunction("GETRAWMOUSELEFTSTATE_L_0")
  2753. agkGetRawMouseLeftReleased.AGKCommand904=GetAGKFunction("GETRAWMOUSELEFTRELEASED_L_0")
  2754. agkGetRawMouseRightPressed.AGKCommand905=GetAGKFunction("GETRAWMOUSERIGHTPRESSED_L_0")
  2755. agkGetRawMouseRightState.AGKCommand906=GetAGKFunction("GETRAWMOUSERIGHTSTATE_L_0")
  2756. agkGetRawMouseRightReleased.AGKCommand907=GetAGKFunction("GETRAWMOUSERIGHTRELEASED_L_0")
  2757. agkGetRawMouseMiddlePressed.AGKCommand908=GetAGKFunction("GETRAWMOUSEMIDDLEPRESSED_L_0")
  2758. agkGetRawMouseMiddleState.AGKCommand909=GetAGKFunction("GETRAWMOUSEMIDDLESTATE_L_0")
  2759. agkGetRawMouseMiddleReleased.AGKCommand910=GetAGKFunction("GETRAWMOUSEMIDDLERELEASED_L_0")
  2760. agkGetAccelerometerExists.AGKCommand911=GetAGKFunction("GETACCELEROMETEREXISTS_L_0")
  2761. agkGetGyroSensorExists.AGKCommand912=GetAGKFunction("GETGYROSENSOREXISTS_L_0")
  2762. agkGetProximitySensorExists.AGKCommand913=GetAGKFunction("GETPROXIMITYSENSOREXISTS_L_0")
  2763. agkGetLightSensorExists.AGKCommand914=GetAGKFunction("GETLIGHTSENSOREXISTS_L_0")
  2764. agkGetMagneticSensorExists.AGKCommand915=GetAGKFunction("GETMAGNETICSENSOREXISTS_L_0")
  2765. agkGetRotationVectorSensorExists.AGKCommand916=GetAGKFunction("GETROTATIONVECTORSENSOREXISTS_L_0")
  2766. agkGetRawAccelX.AGKCommand917=GetAGKFunction("GETRAWACCELX_F_0")
  2767. agkGetRawAccelY.AGKCommand918=GetAGKFunction("GETRAWACCELY_F_0")
  2768. agkGetRawAccelZ.AGKCommand919=GetAGKFunction("GETRAWACCELZ_F_0")
  2769. agkGetRawGyroVelocityX.AGKCommand920=GetAGKFunction("GETRAWGYROVELOCITYX_F_0")
  2770. agkGetRawGyroVelocityY.AGKCommand921=GetAGKFunction("GETRAWGYROVELOCITYY_F_0")
  2771. agkGetRawGyroVelocityZ.AGKCommand922=GetAGKFunction("GETRAWGYROVELOCITYZ_F_0")
  2772. agkGetRawProximityDistance.AGKCommand923=GetAGKFunction("GETRAWPROXIMITYDISTANCE_F_0")
  2773. agkGetRawLightLevel.AGKCommand924=GetAGKFunction("GETRAWLIGHTLEVEL_F_0")
  2774. agkGetRawMagneticX.AGKCommand925=GetAGKFunction("GETRAWMAGNETICX_F_0")
  2775. agkGetRawMagneticY.AGKCommand926=GetAGKFunction("GETRAWMAGNETICY_F_0")
  2776. agkGetRawMagneticZ.AGKCommand927=GetAGKFunction("GETRAWMAGNETICZ_F_0")
  2777. agkGetRawRotationVectorX.AGKCommand928=GetAGKFunction("GETRAWROTATIONVECTORX_F_0")
  2778. agkGetRawRotationVectorY.AGKCommand929=GetAGKFunction("GETRAWROTATIONVECTORY_F_0")
  2779. agkGetRawRotationVectorZ.AGKCommand930=GetAGKFunction("GETRAWROTATIONVECTORZ_F_0")
  2780. agkGetRawRotationVectorW.AGKCommand931=GetAGKFunction("GETRAWROTATIONVECTORW_F_0")
  2781. agkGetRawRotationVectorX2.AGKCommand932=GetAGKFunction("GETRAWROTATIONVECTORX2_F_0")
  2782. agkGetRawRotationVectorY2.AGKCommand933=GetAGKFunction("GETRAWROTATIONVECTORY2_F_0")
  2783. agkGetRawRotationVectorZ2.AGKCommand934=GetAGKFunction("GETRAWROTATIONVECTORZ2_F_0")
  2784. agkGetRawRotationVectorW2.AGKCommand935=GetAGKFunction("GETRAWROTATIONVECTORW2_F_0")
  2785. agkCompleteRawJoystickDetection.AGKCommand936=GetAGKFunction("COMPLETERAWJOYSTICKDETECTION_0_0")
  2786. agkGetRawJoystickExists.AGKCommand937=GetAGKFunction("GETRAWJOYSTICKEXISTS_L_L")
  2787. agkGetRawJoystickConnected.AGKCommand938=GetAGKFunction("GETRAWJOYSTICKCONNECTED_L_L")
  2788. agkGetRawJoystickX.AGKCommand939=GetAGKFunction("GETRAWJOYSTICKX_F_L")
  2789. agkGetRawJoystickY.AGKCommand940=GetAGKFunction("GETRAWJOYSTICKY_F_L")
  2790. agkGetRawJoystickZ.AGKCommand941=GetAGKFunction("GETRAWJOYSTICKZ_F_L")
  2791. agkGetRawJoystickRX.AGKCommand942=GetAGKFunction("GETRAWJOYSTICKRX_F_L")
  2792. agkGetRawJoystickRY.AGKCommand943=GetAGKFunction("GETRAWJOYSTICKRY_F_L")
  2793. agkGetRawJoystickRZ.AGKCommand944=GetAGKFunction("GETRAWJOYSTICKRZ_F_L")
  2794. agkGetRawJoystickButtonPressed.AGKCommand945=GetAGKFunction("GETRAWJOYSTICKBUTTONPRESSED_L_L_L")
  2795. agkGetRawJoystickButtonState.AGKCommand946=GetAGKFunction("GETRAWJOYSTICKBUTTONSTATE_L_L_L")
  2796. agkGetRawJoystickButtonReleased.AGKCommand947=GetAGKFunction("GETRAWJOYSTICKBUTTONRELEASED_L_L_L")
  2797. agkSetRawJoystickDeadZone.AGKCommand948=GetAGKFunction("SETRAWJOYSTICKDEADZONE_0_F")
  2798. agkAddVirtualJoystick.AGKCommand949=GetAGKFunction("ADDVIRTUALJOYSTICK_0_L_F_F_F")
  2799. agkDeleteVirtualJoystick.AGKCommand950=GetAGKFunction("DELETEVIRTUALJOYSTICK_0_L")
  2800. agkGetVirtualJoystickExists.AGKCommand951=GetAGKFunction("GETVIRTUALJOYSTICKEXISTS_L_L")
  2801. agkGetVirtualJoystickX.AGKCommand952=GetAGKFunction("GETVIRTUALJOYSTICKX_F_L")
  2802. agkGetVirtualJoystickY.AGKCommand953=GetAGKFunction("GETVIRTUALJOYSTICKY_F_L")
  2803. agkSetVirtualJoystickAlpha.AGKCommand954=GetAGKFunction("SETVIRTUALJOYSTICKALPHA_0_L_L_L")
  2804. agkSetVirtualJoystickPosition.AGKCommand955=GetAGKFunction("SETVIRTUALJOYSTICKPOSITION_0_L_F_F")
  2805. agkSetVirtualJoystickSize.AGKCommand956=GetAGKFunction("SETVIRTUALJOYSTICKSIZE_0_L_F")
  2806. agkSetVirtualJoystickActive.AGKCommand957=GetAGKFunction("SETVIRTUALJOYSTICKACTIVE_0_L_L")
  2807. agkSetVirtualJoystickVisible.AGKCommand958=GetAGKFunction("SETVIRTUALJOYSTICKVISIBLE_0_L_L")
  2808. agkSetVirtualJoystickImageInner.AGKCommand959=GetAGKFunction("SETVIRTUALJOYSTICKIMAGEINNER_0_L_L")
  2809. agkSetVirtualJoystickImageOuter.AGKCommand960=GetAGKFunction("SETVIRTUALJOYSTICKIMAGEOUTER_0_L_L")
  2810. agkSetVirtualJoystickDeadZone.AGKCommand961=GetAGKFunction("SETVIRTUALJOYSTICKDEADZONE_0_F")
  2811. agkAddVirtualButton.AGKCommand962=GetAGKFunction("ADDVIRTUALBUTTON_0_L_F_F_F")
  2812. agkDeleteVirtualButton.AGKCommand963=GetAGKFunction("DELETEVIRTUALBUTTON_0_L")
  2813. agkGetVirtualButtonExists.AGKCommand964=GetAGKFunction("GETVIRTUALBUTTONEXISTS_L_L")
  2814. agkGetVirtualButtonPressed.AGKCommand965=GetAGKFunction("GETVIRTUALBUTTONPRESSED_L_L")
  2815. agkGetVirtualButtonReleased.AGKCommand966=GetAGKFunction("GETVIRTUALBUTTONRELEASED_L_L")
  2816. agkGetVirtualButtonState.AGKCommand967=GetAGKFunction("GETVIRTUALBUTTONSTATE_L_L")
  2817. agkSetVirtualButtonColor.AGKCommand968=GetAGKFunction("SETVIRTUALBUTTONCOLOR_0_L_L_L_L")
  2818. agkSetVirtualButtonAlpha.AGKCommand969=GetAGKFunction("SETVIRTUALBUTTONALPHA_0_L_L")
  2819. agkSetVirtualButtonPosition.AGKCommand970=GetAGKFunction("SETVIRTUALBUTTONPOSITION_0_L_F_F")
  2820. ;-agkSetVirtualButtonSize.AGKCommand971=GetAGKFunction("SETVIRTUALBUTTONSIZE_0_L_F")
  2821. agkSetVirtualButtonSize.AGKCommand972=GetAGKFunction("SETVIRTUALBUTTONSIZE_0_L_F_F")
  2822. agkSetVirtualButtonActive.AGKCommand973=GetAGKFunction("SETVIRTUALBUTTONACTIVE_0_L_L")
  2823. agkSetVirtualButtonVisible.AGKCommand974=GetAGKFunction("SETVIRTUALBUTTONVISIBLE_0_L_L")
  2824. agkSetVirtualButtonImageUp.AGKCommand975=GetAGKFunction("SETVIRTUALBUTTONIMAGEUP_0_L_L")
  2825. agkSetVirtualButtonImageDown.AGKCommand976=GetAGKFunction("SETVIRTUALBUTTONIMAGEDOWN_0_L_L")
  2826. agkSetVirtualButtonText.AGKCommand977=GetAGKFunction("SETVIRTUALBUTTONTEXT_0_L_S")
  2827. agkGetRawKeyPressed.AGKCommand978=GetAGKFunction("GETRAWKEYPRESSED_L_L")
  2828. agkGetRawKeyState.AGKCommand979=GetAGKFunction("GETRAWKEYSTATE_L_L")
  2829. agkGetRawKeyReleased.AGKCommand980=GetAGKFunction("GETRAWKEYRELEASED_L_L")
  2830. agkGetRawLastKey.AGKCommand981=GetAGKFunction("GETRAWLASTKEY_L_0")
  2831. agkGetDirectionX.AGKCommand982=GetAGKFunction("GETDIRECTIONX_F_0")
  2832. agkGetDirectionY.AGKCommand983=GetAGKFunction("GETDIRECTIONY_F_0")
  2833. agkGetDirectionAngle.AGKCommand984=GetAGKFunction("GETDIRECTIONANGLE_F_0")
  2834. agkGetDirectionSpeed.AGKCommand985=GetAGKFunction("GETDIRECTIONSPEED_F_0")
  2835. agkGetPointerPressed.AGKCommand986=GetAGKFunction("GETPOINTERPRESSED_L_0")
  2836. agkGetPointerReleased.AGKCommand987=GetAGKFunction("GETPOINTERRELEASED_L_0")
  2837. agkGetPointerState.AGKCommand988=GetAGKFunction("GETPOINTERSTATE_L_0")
  2838. agkGetPointerX.AGKCommand989=GetAGKFunction("GETPOINTERX_F_0")
  2839. agkGetPointerY.AGKCommand990=GetAGKFunction("GETPOINTERY_F_0")
  2840. agkGetJoystickX.AGKCommand991=GetAGKFunction("GETJOYSTICKX_F_0")
  2841. agkGetJoystickY.AGKCommand992=GetAGKFunction("GETJOYSTICKY_F_0")
  2842. agkSetJoystickDeadZone.AGKCommand993=GetAGKFunction("SETJOYSTICKDEADZONE_0_F")
  2843. agkSetJoystickScreenPosition.AGKCommand994=GetAGKFunction("SETJOYSTICKSCREENPOSITION_0_F_F_F")
  2844. agkGetButtonPressed.AGKCommand995=GetAGKFunction("GETBUTTONPRESSED_L_L")
  2845. agkGetButtonState.AGKCommand996=GetAGKFunction("GETBUTTONSTATE_L_L")
  2846. agkGetButtonReleased.AGKCommand997=GetAGKFunction("GETBUTTONRELEASED_L_L")
  2847. agkSetButtonScreenPosition.AGKCommand998=GetAGKFunction("SETBUTTONSCREENPOSITION_0_L_F_F_F")
  2848. ;-agkStartTextInput.AGKCommand999=GetAGKFunction("STARTTEXTINPUT_0_0")
  2849. agkStartTextInput.AGKCommand1000=GetAGKFunction("STARTTEXTINPUT_0_S")
  2850. agkStopTextInput.AGKCommand1001=GetAGKFunction("STOPTEXTINPUT_0_0")
  2851. agkGetTextInputState.AGKCommand1002=GetAGKFunction("GETTEXTINPUTSTATE_L_0")
  2852. agkGetTextInputCompleted.AGKCommand1003=GetAGKFunction("GETTEXTINPUTCOMPLETED_L_0")
  2853. agkGetTextInputCancelled.AGKCommand1004=GetAGKFunction("GETTEXTINPUTCANCELLED_L_0")
  2854. agkGetTextInput.AGKCommand1005=GetAGKFunction("GETTEXTINPUT_S_0")
  2855. agkGetLastChar.AGKCommand1006=GetAGKFunction("GETLASTCHAR_L_0")
  2856. agkSetCursorBlinkTime.AGKCommand1007=GetAGKFunction("SETCURSORBLINKTIME_0_F")
  2857. agkSetTextInputMaxChars.AGKCommand1008=GetAGKFunction("SETTEXTINPUTMAXCHARS_0_L")
  2858. agkCreateEditBox.AGKCommand1009=GetAGKFunction("CREATEEDITBOX_0_L")
  2859. ;-agkCreateEditBox.AGKCommand1010=GetAGKFunction("CREATEEDITBOX_L_0")
  2860. agkGetEditBoxExists.AGKCommand1011=GetAGKFunction("GETEDITBOXEXISTS_L_L")
  2861. agkDeleteEditBox.AGKCommand1012=GetAGKFunction("DELETEEDITBOX_0_L")
  2862. agkGetEditBoxHasFocus.AGKCommand1013=GetAGKFunction("GETEDITBOXHASFOCUS_L_L")
  2863. agkGetCurrentEditBox.AGKCommand1014=GetAGKFunction("GETCURRENTEDITBOX_L_0")
  2864. agkSetEditBoxPosition.AGKCommand1015=GetAGKFunction("SETEDITBOXPOSITION_0_L_F_F")
  2865. agkSetEditBoxSize.AGKCommand1016=GetAGKFunction("SETEDITBOXSIZE_0_L_F_F")
  2866. agkSetEditBoxDepth.AGKCommand1017=GetAGKFunction("SETEDITBOXDEPTH_0_L_L")
  2867. agkSetEditBoxBorderSize.AGKCommand1018=GetAGKFunction("SETEDITBOXBORDERSIZE_0_L_F")
  2868. agkSetEditBoxBorderColor.AGKCommand1019=GetAGKFunction("SETEDITBOXBORDERCOLOR_0_L_L_L_L_L")
  2869. agkSetEditBoxBackgroundColor.AGKCommand1020=GetAGKFunction("SETEDITBOXBACKGROUNDCOLOR_0_L_L_L_L_L")
  2870. agkSetEditBoxText.AGKCommand1021=GetAGKFunction("SETEDITBOXTEXT_0_L_S")
  2871. agkSetEditBoxTextColor.AGKCommand1022=GetAGKFunction("SETEDITBOXTEXTCOLOR_0_L_L_L_L")
  2872. agkSetEditBoxCursorColor.AGKCommand1023=GetAGKFunction("SETEDITBOXCURSORCOLOR_0_L_L_L_L")
  2873. agkSetEditBoxFontImage.AGKCommand1024=GetAGKFunction("SETEDITBOXFONTIMAGE_0_L_L")
  2874. agkSetEditBoxExtendedFontImage.AGKCommand1025=GetAGKFunction("SETEDITBOXEXTENDEDFONTIMAGE_0_L_L")
  2875. agkSetEditBoxFont.AGKCommand1026=GetAGKFunction("SETEDITBOXFONT_0_L_L")
  2876. agkSetEditBoxTextSize.AGKCommand1027=GetAGKFunction("SETEDITBOXTEXTSIZE_0_L_F")
  2877. agkSetEditBoxCursorPosition.AGKCommand1028=GetAGKFunction("SETEDITBOXCURSORPOSITION_0_L_L")
  2878. agkSetEditBoxFocus.AGKCommand1029=GetAGKFunction("SETEDITBOXFOCUS_0_L_L")
  2879. agkSetEditBoxActive.AGKCommand1030=GetAGKFunction("SETEDITBOXACTIVE_0_L_L")
  2880. agkSetEditBoxVisible.AGKCommand1031=GetAGKFunction("SETEDITBOXVISIBLE_0_L_L")
  2881. agkSetEditBoxBorderImage.AGKCommand1032=GetAGKFunction("SETEDITBOXBORDERIMAGE_0_L_L")
  2882. agkSetEditBoxBackgroundImage.AGKCommand1033=GetAGKFunction("SETEDITBOXBACKGROUNDIMAGE_0_L_L")
  2883. agkSetEditBoxCursorBlinkTime.AGKCommand1034=GetAGKFunction("SETEDITBOXCURSORBLINKTIME_0_L_F")
  2884. agkSetEditBoxCursorWidth.AGKCommand1035=GetAGKFunction("SETEDITBOXCURSORWIDTH_0_L_F")
  2885. agkSetEditBoxMaxChars.AGKCommand1036=GetAGKFunction("SETEDITBOXMAXCHARS_0_L_L")
  2886. agkSetEditBoxMaxLines.AGKCommand1037=GetAGKFunction("SETEDITBOXMAXLINES_0_L_L")
  2887. agkSetEditBoxMultiLine.AGKCommand1038=GetAGKFunction("SETEDITBOXMULTILINE_0_L_L")
  2888. agkSetEditBoxScissor.AGKCommand1039=GetAGKFunction("SETEDITBOXSCISSOR_0_L_F_F_F_F")
  2889. agkSetEditBoxPasswordMode.AGKCommand1040=GetAGKFunction("SETEDITBOXPASSWORDMODE_0_L_L")
  2890. agkSetEditBoxUseAlternateInput.AGKCommand1041=GetAGKFunction("SETEDITBOXUSEALTERNATEINPUT_0_L_L")
  2891. agkSetEditBoxWrapMode.AGKCommand1042=GetAGKFunction("SETEDITBOXWRAPMODE_0_L_L")
  2892. agkFixEditBoxToScreen.AGKCommand1043=GetAGKFunction("FIXEDITBOXTOSCREEN_0_L_L")
  2893. agkGetEditBoxText.AGKCommand1044=GetAGKFunction("GETEDITBOXTEXT_S_L")
  2894. agkGetEditBoxX.AGKCommand1045=GetAGKFunction("GETEDITBOXX_F_L")
  2895. agkGetEditBoxY.AGKCommand1046=GetAGKFunction("GETEDITBOXY_F_L")
  2896. agkGetEditBoxWidth.AGKCommand1047=GetAGKFunction("GETEDITBOXWIDTH_F_L")
  2897. agkGetEditBoxHeight.AGKCommand1048=GetAGKFunction("GETEDITBOXHEIGHT_F_L")
  2898. agkGetEditBoxChanged.AGKCommand1049=GetAGKFunction("GETEDITBOXCHANGED_L_L")
  2899. agkGetEditBoxActive.AGKCommand1050=GetAGKFunction("GETEDITBOXACTIVE_L_L")
  2900. agkGetEditBoxVisible.AGKCommand1051=GetAGKFunction("GETEDITBOXVISIBLE_L_L")
  2901. agkGetEditBoxLines.AGKCommand1052=GetAGKFunction("GETEDITBOXLINES_L_L")
  2902. agkGetEditBoxCursorPosition.AGKCommand1053=GetAGKFunction("GETEDITBOXCURSORPOSITION_L_L")
  2903. agkGetManagedSpriteDrawnCount.AGKCommand1054=GetAGKFunction("GETMANAGEDSPRITEDRAWNCOUNT_L_0")
  2904. agkGetManagedSpriteCount.AGKCommand1055=GetAGKFunction("GETMANAGEDSPRITECOUNT_L_0")
  2905. agkGetManagedSpriteSortedCount.AGKCommand1056=GetAGKFunction("GETMANAGEDSPRITESORTEDCOUNT_L_0")
  2906. agkGetPixelsDrawn.AGKCommand1057=GetAGKFunction("GETPIXELSDRAWN_L_0")
  2907. agkGetManagedSpriteDrawCalls.AGKCommand1058=GetAGKFunction("GETMANAGEDSPRITEDRAWCALLS_L_0")
  2908. agkGetParticleDrawnPointCount.AGKCommand1059=GetAGKFunction("GETPARTICLEDRAWNPOINTCOUNT_L_0")
  2909. agkGetParticleDrawnQuadCount.AGKCommand1060=GetAGKFunction("GETPARTICLEDRAWNQUADCOUNT_L_0")
  2910. agkGetUpdateTime.AGKCommand1061=GetAGKFunction("GETUPDATETIME_F_0")
  2911. agkGetPhysicsTime.AGKCommand1062=GetAGKFunction("GETPHYSICSTIME_F_0")
  2912. agkGetDrawingSetupTime.AGKCommand1063=GetAGKFunction("GETDRAWINGSETUPTIME_F_0")
  2913. agkGetDrawingTime.AGKCommand1064=GetAGKFunction("GETDRAWINGTIME_F_0")
  2914. agkGetLoadedImages.AGKCommand1065=GetAGKFunction("GETLOADEDIMAGES_L_0")
  2915. agkGetUnassignedImages.AGKCommand1066=GetAGKFunction("GETUNASSIGNEDIMAGES_L_0")
  2916. agkGetUnassignedImageFileName.AGKCommand1067=GetAGKFunction("GETUNASSIGNEDIMAGEFILENAME_S_L")
  2917. agkGetImageMemoryUsage.AGKCommand1068=GetAGKFunction("GETIMAGEMEMORYUSAGE_F_0")
  2918. agkGetLeapYear.AGKCommand1069=GetAGKFunction("GETLEAPYEAR_L_L")
  2919. agkGetUnixFromDate.AGKCommand1070=GetAGKFunction("GETUNIXFROMDATE_L_L_L_L_L_L_L")
  2920. agkGetYearFromUnix.AGKCommand1071=GetAGKFunction("GETYEARFROMUNIX_L_L")
  2921. agkGetMonthFromUnix.AGKCommand1072=GetAGKFunction("GETMONTHFROMUNIX_L_L")
  2922. agkGetDaysFromUnix.AGKCommand1073=GetAGKFunction("GETDAYSFROMUNIX_L_L")
  2923. agkGetHoursFromUnix.AGKCommand1074=GetAGKFunction("GETHOURSFROMUNIX_L_L")
  2924. agkGetMinutesFromUnix.AGKCommand1075=GetAGKFunction("GETMINUTESFROMUNIX_L_L")
  2925. agkGetSecondsFromUnix.AGKCommand1076=GetAGKFunction("GETSECONDSFROMUNIX_L_L")
  2926. agkSetInneractiveDetails.AGKCommand1077=GetAGKFunction("SETINNERACTIVEDETAILS_0_S")
  2927. agkSetAdMobDetails.AGKCommand1078=GetAGKFunction("SETADMOBDETAILS_0_S")
  2928. agkSetAdMobRewardAdDetails.AGKCommand1079=GetAGKFunction("SETADMOBREWARDADDETAILS_0_S")
  2929. agkSetChartboostDetails.AGKCommand1080=GetAGKFunction("SETCHARTBOOSTDETAILS_0_S_S")
  2930. agkSetAmazonAdDetails.AGKCommand1081=GetAGKFunction("SETAMAZONADDETAILS_0_S")
  2931. agkSetAmazonAdTesting.AGKCommand1082=GetAGKFunction("SETAMAZONADTESTING_0_L")
  2932. agkSetAdMobTesting.AGKCommand1083=GetAGKFunction("SETADMOBTESTING_0_L")
  2933. agkShowFullscreenAdvertAdMob.AGKCommand1084=GetAGKFunction("SHOWFULLSCREENADVERTADMOB_0_0")
  2934. agkShowFullscreenAdvertChartboost.AGKCommand1085=GetAGKFunction("SHOWFULLSCREENADVERTCHARTBOOST_0_0")
  2935. agkShowFullscreenAdvertAmazon.AGKCommand1086=GetAGKFunction("SHOWFULLSCREENADVERTAMAZON_0_0")
  2936. agkGetFullscreenAdvertLoadedAdMob.AGKCommand1087=GetAGKFunction("GETFULLSCREENADVERTLOADEDADMOB_L_0")
  2937. agkGetFullscreenAdvertLoadedChartboost.AGKCommand1088=GetAGKFunction("GETFULLSCREENADVERTLOADEDCHARTBOOST_L_0")
  2938. agkGetFullscreenAdvertLoadedAmazon.AGKCommand1089=GetAGKFunction("GETFULLSCREENADVERTLOADEDAMAZON_L_0")
  2939. agkShowRewardAdAdMob.AGKCommand1090=GetAGKFunction("SHOWREWARDADADMOB_0_0")
  2940. agkGetRewardAdLoadedAdMob.AGKCommand1091=GetAGKFunction("GETREWARDADLOADEDADMOB_L_0")
  2941. agkGetRewardAdRewardedAdMob.AGKCommand1092=GetAGKFunction("GETREWARDADREWARDEDADMOB_L_0")
  2942. agkResetRewardAdMob.AGKCommand1093=GetAGKFunction("RESETREWARDADMOB_0_0")
  2943. agkShowRewardAdChartboost.AGKCommand1094=GetAGKFunction("SHOWREWARDADCHARTBOOST_0_0")
  2944. agkCacheRewardAdChartboost.AGKCommand1095=GetAGKFunction("CACHEREWARDADCHARTBOOST_0_0")
  2945. agkGetRewardAdLoadedChartboost.AGKCommand1096=GetAGKFunction("GETREWARDADLOADEDCHARTBOOST_L_0")
  2946. agkGetRewardAdRewardedChartboost.AGKCommand1097=GetAGKFunction("GETREWARDADREWARDEDCHARTBOOST_L_0")
  2947. agkResetRewardChartboost.AGKCommand1098=GetAGKFunction("RESETREWARDCHARTBOOST_0_0")
  2948. agkCreateFullscreenAdvert.AGKCommand1099=GetAGKFunction("CREATEFULLSCREENADVERT_0_0")
  2949. agkCreateAdvert.AGKCommand1100=GetAGKFunction("CREATEADVERT_0_L_L_L_L")
  2950. agkCreateAdvertEx.AGKCommand1101=GetAGKFunction("CREATEADVERTEX_0_L_L_L_L_F_F")
  2951. agkSetAdvertPosition.AGKCommand1102=GetAGKFunction("SETADVERTPOSITION_0_F_F_F")
  2952. agkSetAdvertLocation.AGKCommand1103=GetAGKFunction("SETADVERTLOCATION_0_L_L_F")
  2953. agkSetAdvertLocationEx.AGKCommand1104=GetAGKFunction("SETADVERTLOCATIONEX_0_L_L_F_F_F")
  2954. agkSetAdvertVisible.AGKCommand1105=GetAGKFunction("SETADVERTVISIBLE_0_L")
  2955. agkRequestAdvertRefresh.AGKCommand1106=GetAGKFunction("REQUESTADVERTREFRESH_0_0")
  2956. agkDeleteAdvert.AGKCommand1107=GetAGKFunction("DELETEADVERT_0_0")
  2957. ;-agkCreateZip.AGKCommand1108=GetAGKFunction("CREATEZIP_0_L_S")
  2958. agkCreateZip.AGKCommand1109=GetAGKFunction("CREATEZIP_L_S")
  2959. agkAddZipEntry.AGKCommand1110=GetAGKFunction("ADDZIPENTRY_0_L_S_S")
  2960. agkCloseZip.AGKCommand1111=GetAGKFunction("CLOSEZIP_0_L")
  2961. agkExtractZip.AGKCommand1112=GetAGKFunction("EXTRACTZIP_0_S_S")
  2962. agkLog.AGKCommand1113=GetAGKFunction("LOG_0_S")
  2963. ;-agkRateApp.AGKCommand1114=GetAGKFunction("RATEAPP_0_S")
  2964. ;-agkRateApp.AGKCommand1115=GetAGKFunction("RATEAPP_0_S_S")
  2965. agkRateApp.AGKCommand1116=GetAGKFunction("RATEAPP_0_S_S_S")
  2966. agkRequestAppReview.AGKCommand1117=GetAGKFunction("REQUESTAPPREVIEW_0_0")
  2967. agkInAppPurchaseSetKeys.AGKCommand1118=GetAGKFunction("INAPPPURCHASESETKEYS_0_S_S")
  2968. agkInAppPurchaseSetTitle.AGKCommand1119=GetAGKFunction("INAPPPURCHASESETTITLE_0_S")
  2969. agkInAppPurchaseAddProductID.AGKCommand1120=GetAGKFunction("INAPPPURCHASEADDPRODUCTID_0_S_L")
  2970. agkInAppPurchaseSetup.AGKCommand1121=GetAGKFunction("INAPPPURCHASESETUP_0_0")
  2971. agkGetInAppPurchaseAvailable.AGKCommand1122=GetAGKFunction("GETINAPPPURCHASEAVAILABLE_L_L")
  2972. agkInAppPurchaseActivate.AGKCommand1123=GetAGKFunction("INAPPPURCHASEACTIVATE_0_L")
  2973. agkGetInAppPurchaseLocalPrice.AGKCommand1124=GetAGKFunction("GETINAPPPURCHASELOCALPRICE_S_L")
  2974. agkGetInAppPurchaseDescription.AGKCommand1125=GetAGKFunction("GETINAPPPURCHASEDESCRIPTION_S_L")
  2975. agkGetInAppPurchaseState.AGKCommand1126=GetAGKFunction("GETINAPPPURCHASESTATE_L_0")
  2976. agkInAppPurchaseRestore.AGKCommand1127=GetAGKFunction("INAPPPURCHASERESTORE_0_0")
  2977. agkGetInAppPurchaseSignature.AGKCommand1128=GetAGKFunction("GETINAPPPURCHASESIGNATURE_S_L")
  2978. agkTwitterSetup.AGKCommand1129=GetAGKFunction("TWITTERSETUP_0_S_S")
  2979. agkTwitterMessage.AGKCommand1130=GetAGKFunction("TWITTERMESSAGE_0_S")
  2980. agkFacebookSetup.AGKCommand1131=GetAGKFunction("FACEBOOKSETUP_0_S")
  2981. agkGetFacebookLoggedIn.AGKCommand1132=GetAGKFunction("GETFACEBOOKLOGGEDIN_L_0")
  2982. agkFacebookGetUserID.AGKCommand1133=GetAGKFunction("FACEBOOKGETUSERID_S_0")
  2983. agkFacebookGetUserName.AGKCommand1134=GetAGKFunction("FACEBOOKGETUSERNAME_S_0")
  2984. agkFacebookGetAccessToken.AGKCommand1135=GetAGKFunction("FACEBOOKGETACCESSTOKEN_S_0")
  2985. agkFacebookLogin.AGKCommand1136=GetAGKFunction("FACEBOOKLOGIN_0_0")
  2986. agkFacebookLogout.AGKCommand1137=GetAGKFunction("FACEBOOKLOGOUT_0_0")
  2987. agkFacebookPostOnMyWall.AGKCommand1138=GetAGKFunction("FACEBOOKPOSTONMYWALL_0_S_S_S_S_S")
  2988. agkFacebookPostOnFriendsWall.AGKCommand1139=GetAGKFunction("FACEBOOKPOSTONFRIENDSWALL_0_S_S_S_S_S_S")
  2989. agkFacebookInviteFriend.AGKCommand1140=GetAGKFunction("FACEBOOKINVITEFRIEND_0_S_S")
  2990. agkFacebookShowLikeButton.AGKCommand1141=GetAGKFunction("FACEBOOKSHOWLIKEBUTTON_0_S_L_L_L_L")
  2991. agkFacebookDestroyLikeButton.AGKCommand1142=GetAGKFunction("FACEBOOKDESTROYLIKEBUTTON_0_0")
  2992. agkFacebookGetFriends.AGKCommand1143=GetAGKFunction("FACEBOOKGETFRIENDS_0_0")
  2993. agkFacebookGetFriendsState.AGKCommand1144=GetAGKFunction("FACEBOOKGETFRIENDSSTATE_L_0")
  2994. agkFacebookGetFriendsCount.AGKCommand1145=GetAGKFunction("FACEBOOKGETFRIENDSCOUNT_L_0")
  2995. agkFacebookGetFriendsName.AGKCommand1146=GetAGKFunction("FACEBOOKGETFRIENDSNAME_S_L")
  2996. agkFacebookGetFriendsID.AGKCommand1147=GetAGKFunction("FACEBOOKGETFRIENDSID_S_L")
  2997. agkFacebookDownloadFriendsPhoto.AGKCommand1148=GetAGKFunction("FACEBOOKDOWNLOADFRIENDSPHOTO_0_L")
  2998. agkGetFacebookDownloadState.AGKCommand1149=GetAGKFunction("GETFACEBOOKDOWNLOADSTATE_L_0")
  2999. agkGetFacebookDownloadFile.AGKCommand1150=GetAGKFunction("GETFACEBOOKDOWNLOADFILE_S_0")
  3000. agkNotificationCreate.AGKCommand1151=GetAGKFunction("NOTIFICATIONCREATE_0_S_S_S")
  3001. agkGetNotification.AGKCommand1152=GetAGKFunction("GETNOTIFICATION_L_0")
  3002. agkGetNotificationData.AGKCommand1153=GetAGKFunction("GETNOTIFICATIONDATA_S_0")
  3003. agkNotificationReset.AGKCommand1154=GetAGKFunction("NOTIFICATIONRESET_0_0")
  3004. agkSetLocalNotification.AGKCommand1155=GetAGKFunction("SETLOCALNOTIFICATION_0_L_L_S")
  3005. agkCancelLocalNotification.AGKCommand1156=GetAGKFunction("CANCELLOCALNOTIFICATION_0_L")
  3006. agkGetLocalNotificationExists.AGKCommand1157=GetAGKFunction("GETLOCALNOTIFICATIONEXISTS_L_L")
  3007. agkGetLocalNotificationTime.AGKCommand1158=GetAGKFunction("GETLOCALNOTIFICATIONTIME_L_L")
  3008. agkGetLocalNotificationMessage.AGKCommand1159=GetAGKFunction("GETLOCALNOTIFICATIONMESSAGE_S_L")
  3009. agkMakeColor.AGKCommand1160=GetAGKFunction("MAKECOLOR_L_L_L_L")
  3010. agkGetColorRed.AGKCommand1161=GetAGKFunction("GETCOLORRED_L_L")
  3011. agkGetColorGreen.AGKCommand1162=GetAGKFunction("GETCOLORGREEN_L_L")
  3012. agkGetColorBlue.AGKCommand1163=GetAGKFunction("GETCOLORBLUE_L_L")
  3013. agkDrawLine.AGKCommand1164=GetAGKFunction("DRAWLINE_0_F_F_F_F_L_L_L")
  3014. ;-agkDrawLine.AGKCommand1165=GetAGKFunction("DRAWLINE_0_F_F_F_F_L_L")
  3015. agkDrawBox.AGKCommand1166=GetAGKFunction("DRAWBOX_0_F_F_F_F_L_L_L_L_L")
  3016. agkDrawEllipse.AGKCommand1167=GetAGKFunction("DRAWELLIPSE_0_F_F_F_F_L_L_L")
  3017. agkCreateMemblock.AGKCommand1168=GetAGKFunction("CREATEMEMBLOCK_L_L")
  3018. ;-agkCreateMemblock.AGKCommand1169=GetAGKFunction("CREATEMEMBLOCK_0_L_L")
  3019. agkGetMemblockExists.AGKCommand1170=GetAGKFunction("GETMEMBLOCKEXISTS_L_L")
  3020. agkDeleteMemblock.AGKCommand1171=GetAGKFunction("DELETEMEMBLOCK_0_L")
  3021. agkCopyMemblock.AGKCommand1172=GetAGKFunction("COPYMEMBLOCK_0_L_L_L_L_L")
  3022. agkGetMemblockSize.AGKCommand1173=GetAGKFunction("GETMEMBLOCKSIZE_L_L")
  3023. agkGetMemblockByte.AGKCommand1174=GetAGKFunction("GETMEMBLOCKBYTE_L_L_L")
  3024. agkGetMemblockByteSigned.AGKCommand1175=GetAGKFunction("GETMEMBLOCKBYTESIGNED_L_L_L")
  3025. agkGetMemblockShort.AGKCommand1176=GetAGKFunction("GETMEMBLOCKSHORT_L_L_L")
  3026. agkGetMemblockInt.AGKCommand1177=GetAGKFunction("GETMEMBLOCKINT_L_L_L")
  3027. agkGetMemblockFloat.AGKCommand1178=GetAGKFunction("GETMEMBLOCKFLOAT_F_L_L")
  3028. agkGetMemblockString.AGKCommand1179=GetAGKFunction("GETMEMBLOCKSTRING_S_L_L_L")
  3029. agkSetMemblockByte.AGKCommand1180=GetAGKFunction("SETMEMBLOCKBYTE_0_L_L_L")
  3030. agkSetMemblockByteSigned.AGKCommand1181=GetAGKFunction("SETMEMBLOCKBYTESIGNED_0_L_L_L")
  3031. agkSetMemblockShort.AGKCommand1182=GetAGKFunction("SETMEMBLOCKSHORT_0_L_L_L")
  3032. agkSetMemblockInt.AGKCommand1183=GetAGKFunction("SETMEMBLOCKINT_0_L_L_L")
  3033. agkSetMemblockFloat.AGKCommand1184=GetAGKFunction("SETMEMBLOCKFLOAT_0_L_L_F")
  3034. agkSetMemblockString.AGKCommand1185=GetAGKFunction("SETMEMBLOCKSTRING_0_L_L_S")
  3035. ;-agkCreateMemblockFromImage.AGKCommand1186=GetAGKFunction("CREATEMEMBLOCKFROMIMAGE_0_L_L")
  3036. agkCreateMemblockFromImage.AGKCommand1187=GetAGKFunction("CREATEMEMBLOCKFROMIMAGE_L_L")
  3037. ;-agkCreateImageFromMemblock.AGKCommand1188=GetAGKFunction("CREATEIMAGEFROMMEMBLOCK_0_L_L")
  3038. agkCreateImageFromMemblock.AGKCommand1189=GetAGKFunction("CREATEIMAGEFROMMEMBLOCK_L_L")
  3039. ;-agkCreateMemblockFromSound.AGKCommand1190=GetAGKFunction("CREATEMEMBLOCKFROMSOUND_0_L_L")
  3040. agkCreateMemblockFromSound.AGKCommand1191=GetAGKFunction("CREATEMEMBLOCKFROMSOUND_L_L")
  3041. ;-agkCreateSoundFromMemblock.AGKCommand1192=GetAGKFunction("CREATESOUNDFROMMEMBLOCK_0_L_L")
  3042. agkCreateSoundFromMemblock.AGKCommand1193=GetAGKFunction("CREATESOUNDFROMMEMBLOCK_L_L")
  3043. ;-agkCreateMemblockFromFile.AGKCommand1194=GetAGKFunction("CREATEMEMBLOCKFROMFILE_0_L_S")
  3044. agkCreateMemblockFromFile.AGKCommand1195=GetAGKFunction("CREATEMEMBLOCKFROMFILE_L_S")
  3045. agkCreateFileFromMemblock.AGKCommand1196=GetAGKFunction("CREATEFILEFROMMEMBLOCK_0_S_L")
  3046. ;-agkCreateMemblockFromObjectMesh.AGKCommand1197=GetAGKFunction("CREATEMEMBLOCKFROMOBJECTMESH_0_L_L_L")
  3047. agkCreateMemblockFromObjectMesh.AGKCommand1198=GetAGKFunction("CREATEMEMBLOCKFROMOBJECTMESH_L_L_L")
  3048. ;-agkCreateObjectFromMeshMemblock.AGKCommand1199=GetAGKFunction("CREATEOBJECTFROMMESHMEMBLOCK_0_L_L")
  3049. agkCreateObjectFromMeshMemblock.AGKCommand1200=GetAGKFunction("CREATEOBJECTFROMMESHMEMBLOCK_L_L")
  3050. agkSetObjectMeshFromMemblock.AGKCommand1201=GetAGKFunction("SETOBJECTMESHFROMMEMBLOCK_0_L_L_L")
  3051. agkAddObjectMeshFromMemblock.AGKCommand1202=GetAGKFunction("ADDOBJECTMESHFROMMEMBLOCK_0_L_L")
  3052. agkSetMeshMemblockVertexPosition.AGKCommand1203=GetAGKFunction("SETMESHMEMBLOCKVERTEXPOSITION_0_L_L_F_F_F")
  3053. agkSetMeshMemblockVertexNormal.AGKCommand1204=GetAGKFunction("SETMESHMEMBLOCKVERTEXNORMAL_0_L_L_F_F_F")
  3054. agkSetMeshMemblockVertexUV.AGKCommand1205=GetAGKFunction("SETMESHMEMBLOCKVERTEXUV_0_L_L_F_F")
  3055. agkGetMeshMemblockVertexX.AGKCommand1206=GetAGKFunction("GETMESHMEMBLOCKVERTEXX_F_L_L")
  3056. agkGetMeshMemblockVertexY.AGKCommand1207=GetAGKFunction("GETMESHMEMBLOCKVERTEXY_F_L_L")
  3057. agkGetMeshMemblockVertexZ.AGKCommand1208=GetAGKFunction("GETMESHMEMBLOCKVERTEXZ_F_L_L")
  3058. agkGetMeshMemblockVertexNormalX.AGKCommand1209=GetAGKFunction("GETMESHMEMBLOCKVERTEXNORMALX_F_L_L")
  3059. agkGetMeshMemblockVertexNormalY.AGKCommand1210=GetAGKFunction("GETMESHMEMBLOCKVERTEXNORMALY_F_L_L")
  3060. agkGetMeshMemblockVertexNormalZ.AGKCommand1211=GetAGKFunction("GETMESHMEMBLOCKVERTEXNORMALZ_F_L_L")
  3061. agkGetMeshMemblockVertexU.AGKCommand1212=GetAGKFunction("GETMESHMEMBLOCKVERTEXU_F_L_L")
  3062. agkGetMeshMemblockVertexV.AGKCommand1213=GetAGKFunction("GETMESHMEMBLOCKVERTEXV_F_L_L")
  3063. agkSetGlobal3DDepth.AGKCommand1214=GetAGKFunction("SETGLOBAL3DDEPTH_0_L")
  3064. ;-agkCreateObjectBox.AGKCommand1215=GetAGKFunction("CREATEOBJECTBOX_0_L_F_F_F")
  3065. agkCreateObjectBox.AGKCommand1216=GetAGKFunction("CREATEOBJECTBOX_L_F_F_F")
  3066. ;-agkCreateObjectCapsule.AGKCommand1217=GetAGKFunction("CREATEOBJECTCAPSULE_0_L_F_F_L")
  3067. agkCreateObjectCapsule.AGKCommand1218=GetAGKFunction("CREATEOBJECTCAPSULE_L_F_F_L")
  3068. ;-agkCreateObjectSphere.AGKCommand1219=GetAGKFunction("CREATEOBJECTSPHERE_0_L_F_L_L")
  3069. agkCreateObjectSphere.AGKCommand1220=GetAGKFunction("CREATEOBJECTSPHERE_L_F_L_L")
  3070. ;-agkCreateObjectCone.AGKCommand1221=GetAGKFunction("CREATEOBJECTCONE_0_L_F_F_L")
  3071. agkCreateObjectCone.AGKCommand1222=GetAGKFunction("CREATEOBJECTCONE_L_F_F_L")
  3072. ;-agkCreateObjectCylinder.AGKCommand1223=GetAGKFunction("CREATEOBJECTCYLINDER_0_L_F_F_L")
  3073. agkCreateObjectCylinder.AGKCommand1224=GetAGKFunction("CREATEOBJECTCYLINDER_L_F_F_L")
  3074. ;-agkCreateObjectPlane.AGKCommand1225=GetAGKFunction("CREATEOBJECTPLANE_0_L_F_F")
  3075. agkCreateObjectPlane.AGKCommand1226=GetAGKFunction("CREATEOBJECTPLANE_L_F_F")
  3076. ;-agkCreateObjectQuad.AGKCommand1227=GetAGKFunction("CREATEOBJECTQUAD_0_L")
  3077. agkCreateObjectQuad.AGKCommand1228=GetAGKFunction("CREATEOBJECTQUAD_L_0")
  3078. agkCreateObjectFromHeightMap.AGKCommand1229=GetAGKFunction("CREATEOBJECTFROMHEIGHTMAP_L_S_F_F_F_L_L")
  3079. ;-agkCreateObjectFromHeightMap.AGKCommand1230=GetAGKFunction("CREATEOBJECTFROMHEIGHTMAP_0_L_S_F_F_F_L_L")
  3080. agkCreateObjectFromObjectMesh.AGKCommand1231=GetAGKFunction("CREATEOBJECTFROMOBJECTMESH_L_L_L")
  3081. ;-agkCreateObjectFromObjectMesh.AGKCommand1232=GetAGKFunction("CREATEOBJECTFROMOBJECTMESH_0_L_L_L")
  3082. agkLoadObject.AGKCommand1233=GetAGKFunction("LOADOBJECT_L_S")
  3083. ;-agkLoadObject.AGKCommand1234=GetAGKFunction("LOADOBJECT_L_S_F")
  3084. ;-agkLoadObject.AGKCommand1235=GetAGKFunction("LOADOBJECT_0_L_S")
  3085. ;-agkLoadObject.AGKCommand1236=GetAGKFunction("LOADOBJECT_0_L_S_F")
  3086. agkLoadObjectWithChildren.AGKCommand1237=GetAGKFunction("LOADOBJECTWITHCHILDREN_L_S")
  3087. ;-agkLoadObjectWithChildren.AGKCommand1238=GetAGKFunction("LOADOBJECTWITHCHILDREN_0_L_S")
  3088. agkSaveObject.AGKCommand1239=GetAGKFunction("SAVEOBJECT_0_L_S")
  3089. agkCloneObject.AGKCommand1240=GetAGKFunction("CLONEOBJECT_L_L")
  3090. ;-agkCloneObject.AGKCommand1241=GetAGKFunction("CLONEOBJECT_0_L_L")
  3091. agkInstanceObject.AGKCommand1242=GetAGKFunction("INSTANCEOBJECT_L_L")
  3092. ;-agkInstanceObject.AGKCommand1243=GetAGKFunction("INSTANCEOBJECT_0_L_L")
  3093. agkGetObjectExists.AGKCommand1244=GetAGKFunction("GETOBJECTEXISTS_L_L")
  3094. agkDeleteObject.AGKCommand1245=GetAGKFunction("DELETEOBJECT_0_L")
  3095. agkDeleteObjectWithChildren.AGKCommand1246=GetAGKFunction("DELETEOBJECTWITHCHILDREN_0_L")
  3096. agkDeleteAllObjects.AGKCommand1247=GetAGKFunction("DELETEALLOBJECTS_0_0")
  3097. agkGetObjectNumChildren.AGKCommand1248=GetAGKFunction("GETOBJECTNUMCHILDREN_L_L")
  3098. agkGetObjectChildID.AGKCommand1249=GetAGKFunction("GETOBJECTCHILDID_L_L_L")
  3099. agkGetObjectNumBones.AGKCommand1250=GetAGKFunction("GETOBJECTNUMBONES_L_L")
  3100. agkGetObjectBoneByName.AGKCommand1251=GetAGKFunction("GETOBJECTBONEBYNAME_L_L_S")
  3101. agkGetObjectNumMeshes.AGKCommand1252=GetAGKFunction("GETOBJECTNUMMESHES_L_L")
  3102. agkGetObjectMeshName.AGKCommand1253=GetAGKFunction("GETOBJECTMESHNAME_S_L_L")
  3103. agkSetObjectMeshImage.AGKCommand1254=GetAGKFunction("SETOBJECTMESHIMAGE_0_L_L_L_L")
  3104. agkSetObjectMeshLightMap.AGKCommand1255=GetAGKFunction("SETOBJECTMESHLIGHTMAP_0_L_L_L")
  3105. agkSetObjectMeshShader.AGKCommand1256=GetAGKFunction("SETOBJECTMESHSHADER_0_L_L_L")
  3106. agkGetObjectMeshVSSource.AGKCommand1257=GetAGKFunction("GETOBJECTMESHVSSOURCE_S_L_L")
  3107. agkGetObjectMeshPSSource.AGKCommand1258=GetAGKFunction("GETOBJECTMESHPSSOURCE_S_L_L")
  3108. agkSetObjectMeshUVOffset.AGKCommand1259=GetAGKFunction("SETOBJECTMESHUVOFFSET_0_L_L_L_F_F")
  3109. agkSetObjectMeshUVScale.AGKCommand1260=GetAGKFunction("SETOBJECTMESHUVSCALE_0_L_L_L_F_F")
  3110. agkGetObjectMeshSizeMinX.AGKCommand1261=GetAGKFunction("GETOBJECTMESHSIZEMINX_F_L_L")
  3111. agkGetObjectMeshSizeMaxX.AGKCommand1262=GetAGKFunction("GETOBJECTMESHSIZEMAXX_F_L_L")
  3112. agkGetObjectMeshSizeMinY.AGKCommand1263=GetAGKFunction("GETOBJECTMESHSIZEMINY_F_L_L")
  3113. agkGetObjectMeshSizeMaxY.AGKCommand1264=GetAGKFunction("GETOBJECTMESHSIZEMAXY_F_L_L")
  3114. agkGetObjectMeshSizeMinZ.AGKCommand1265=GetAGKFunction("GETOBJECTMESHSIZEMINZ_F_L_L")
  3115. agkGetObjectMeshSizeMaxZ.AGKCommand1266=GetAGKFunction("GETOBJECTMESHSIZEMAXZ_F_L_L")
  3116. agkFixObjectToObject.AGKCommand1267=GetAGKFunction("FIXOBJECTTOOBJECT_0_L_L")
  3117. agkFixObjectToBone.AGKCommand1268=GetAGKFunction("FIXOBJECTTOBONE_0_L_L_L")
  3118. agkGetObjectNumAnimations.AGKCommand1269=GetAGKFunction("GETOBJECTNUMANIMATIONS_L_L")
  3119. agkGetObjectAnimationName.AGKCommand1270=GetAGKFunction("GETOBJECTANIMATIONNAME_S_L_L")
  3120. agkPlayObjectAnimation.AGKCommand1271=GetAGKFunction("PLAYOBJECTANIMATION_0_L_S_F_F_L_F")
  3121. agkSetObjectAnimationFrame.AGKCommand1272=GetAGKFunction("SETOBJECTANIMATIONFRAME_0_L_S_F_F")
  3122. agkStopObjectAnimation.AGKCommand1273=GetAGKFunction("STOPOBJECTANIMATION_0_L")
  3123. agkResetObjectAnimation.AGKCommand1274=GetAGKFunction("RESETOBJECTANIMATION_0_L")
  3124. agkSetObjectAnimationSpeed.AGKCommand1275=GetAGKFunction("SETOBJECTANIMATIONSPEED_0_L_F")
  3125. agkGetObjectIsAnimating.AGKCommand1276=GetAGKFunction("GETOBJECTISANIMATING_L_L")
  3126. agkGetObjectIsTweening.AGKCommand1277=GetAGKFunction("GETOBJECTISTWEENING_L_L")
  3127. agkGetObjectAnimationTime.AGKCommand1278=GetAGKFunction("GETOBJECTANIMATIONTIME_F_L")
  3128. agkGetObjectAnimationDuration.AGKCommand1279=GetAGKFunction("GETOBJECTANIMATIONDURATION_F_L_S")
  3129. agkSetObjectBonePosition.AGKCommand1280=GetAGKFunction("SETOBJECTBONEPOSITION_0_L_L_F_F_F")
  3130. agkSetObjectBoneRotation.AGKCommand1281=GetAGKFunction("SETOBJECTBONEROTATION_0_L_L_F_F_F")
  3131. agkSetObjectBoneRotationQuat.AGKCommand1282=GetAGKFunction("SETOBJECTBONEROTATIONQUAT_0_L_L_F_F_F_F")
  3132. agkSetObjectBoneLookAt.AGKCommand1283=GetAGKFunction("SETOBJECTBONELOOKAT_0_L_L_F_F_F_F")
  3133. agkSetObjectBoneCanAnimate.AGKCommand1284=GetAGKFunction("SETOBJECTBONECANANIMATE_0_L_L_L")
  3134. agkRotateObjectBoneLocalX.AGKCommand1285=GetAGKFunction("ROTATEOBJECTBONELOCALX_0_L_L_F")
  3135. agkRotateObjectBoneLocalY.AGKCommand1286=GetAGKFunction("ROTATEOBJECTBONELOCALY_0_L_L_F")
  3136. agkRotateObjectBoneLocalZ.AGKCommand1287=GetAGKFunction("ROTATEOBJECTBONELOCALZ_0_L_L_F")
  3137. agkGetObjectBoneName.AGKCommand1288=GetAGKFunction("GETOBJECTBONENAME_S_L_L")
  3138. agkGetObjectBoneX.AGKCommand1289=GetAGKFunction("GETOBJECTBONEX_F_L_L")
  3139. agkGetObjectBoneY.AGKCommand1290=GetAGKFunction("GETOBJECTBONEY_F_L_L")
  3140. agkGetObjectBoneZ.AGKCommand1291=GetAGKFunction("GETOBJECTBONEZ_F_L_L")
  3141. agkGetObjectBoneAngleX.AGKCommand1292=GetAGKFunction("GETOBJECTBONEANGLEX_F_L_L")
  3142. agkGetObjectBoneAngleY.AGKCommand1293=GetAGKFunction("GETOBJECTBONEANGLEY_F_L_L")
  3143. agkGetObjectBoneAngleZ.AGKCommand1294=GetAGKFunction("GETOBJECTBONEANGLEZ_F_L_L")
  3144. agkGetObjectBoneQuatW.AGKCommand1295=GetAGKFunction("GETOBJECTBONEQUATW_F_L_L")
  3145. agkGetObjectBoneQuatX.AGKCommand1296=GetAGKFunction("GETOBJECTBONEQUATX_F_L_L")
  3146. agkGetObjectBoneQuatY.AGKCommand1297=GetAGKFunction("GETOBJECTBONEQUATY_F_L_L")
  3147. agkGetObjectBoneQuatZ.AGKCommand1298=GetAGKFunction("GETOBJECTBONEQUATZ_F_L_L")
  3148. agkGetObjectBoneWorldX.AGKCommand1299=GetAGKFunction("GETOBJECTBONEWORLDX_F_L_L")
  3149. agkGetObjectBoneWorldY.AGKCommand1300=GetAGKFunction("GETOBJECTBONEWORLDY_F_L_L")
  3150. agkGetObjectBoneWorldZ.AGKCommand1301=GetAGKFunction("GETOBJECTBONEWORLDZ_F_L_L")
  3151. agkGetObjectBoneWorldAngleX.AGKCommand1302=GetAGKFunction("GETOBJECTBONEWORLDANGLEX_F_L_L")
  3152. agkGetObjectBoneWorldAngleY.AGKCommand1303=GetAGKFunction("GETOBJECTBONEWORLDANGLEY_F_L_L")
  3153. agkGetObjectBoneWorldAngleZ.AGKCommand1304=GetAGKFunction("GETOBJECTBONEWORLDANGLEZ_F_L_L")
  3154. agkGetObjectBoneWorldQuatW.AGKCommand1305=GetAGKFunction("GETOBJECTBONEWORLDQUATW_F_L_L")
  3155. agkGetObjectBoneWorldQuatX.AGKCommand1306=GetAGKFunction("GETOBJECTBONEWORLDQUATX_F_L_L")
  3156. agkGetObjectBoneWorldQuatY.AGKCommand1307=GetAGKFunction("GETOBJECTBONEWORLDQUATY_F_L_L")
  3157. agkGetObjectBoneWorldQuatZ.AGKCommand1308=GetAGKFunction("GETOBJECTBONEWORLDQUATZ_F_L_L")
  3158. agkSetObjectPosition.AGKCommand1309=GetAGKFunction("SETOBJECTPOSITION_0_L_F_F_F")
  3159. agkSetObjectRotation.AGKCommand1310=GetAGKFunction("SETOBJECTROTATION_0_L_F_F_F")
  3160. agkSetObjectRotationQuat.AGKCommand1311=GetAGKFunction("SETOBJECTROTATIONQUAT_0_L_F_F_F_F")
  3161. agkSetObjectScale.AGKCommand1312=GetAGKFunction("SETOBJECTSCALE_0_L_F_F_F")
  3162. agkSetObjectScalePermanent.AGKCommand1313=GetAGKFunction("SETOBJECTSCALEPERMANENT_0_L_F_F_F")
  3163. agkMoveObjectLocalX.AGKCommand1314=GetAGKFunction("MOVEOBJECTLOCALX_0_L_F")
  3164. agkMoveObjectLocalY.AGKCommand1315=GetAGKFunction("MOVEOBJECTLOCALY_0_L_F")
  3165. agkMoveObjectLocalZ.AGKCommand1316=GetAGKFunction("MOVEOBJECTLOCALZ_0_L_F")
  3166. agkRotateObjectLocalX.AGKCommand1317=GetAGKFunction("ROTATEOBJECTLOCALX_0_L_F")
  3167. agkRotateObjectLocalY.AGKCommand1318=GetAGKFunction("ROTATEOBJECTLOCALY_0_L_F")
  3168. agkRotateObjectLocalZ.AGKCommand1319=GetAGKFunction("ROTATEOBJECTLOCALZ_0_L_F")
  3169. agkRotateObjectGlobalX.AGKCommand1320=GetAGKFunction("ROTATEOBJECTGLOBALX_0_L_F")
  3170. agkRotateObjectGlobalY.AGKCommand1321=GetAGKFunction("ROTATEOBJECTGLOBALY_0_L_F")
  3171. agkRotateObjectGlobalZ.AGKCommand1322=GetAGKFunction("ROTATEOBJECTGLOBALZ_0_L_F")
  3172. agkGetObjectX.AGKCommand1323=GetAGKFunction("GETOBJECTX_F_L")
  3173. agkGetObjectY.AGKCommand1324=GetAGKFunction("GETOBJECTY_F_L")
  3174. agkGetObjectZ.AGKCommand1325=GetAGKFunction("GETOBJECTZ_F_L")
  3175. agkGetObjectAngleX.AGKCommand1326=GetAGKFunction("GETOBJECTANGLEX_F_L")
  3176. agkGetObjectAngleY.AGKCommand1327=GetAGKFunction("GETOBJECTANGLEY_F_L")
  3177. agkGetObjectAngleZ.AGKCommand1328=GetAGKFunction("GETOBJECTANGLEZ_F_L")
  3178. agkGetObjectQuatW.AGKCommand1329=GetAGKFunction("GETOBJECTQUATW_F_L")
  3179. agkGetObjectQuatX.AGKCommand1330=GetAGKFunction("GETOBJECTQUATX_F_L")
  3180. agkGetObjectQuatY.AGKCommand1331=GetAGKFunction("GETOBJECTQUATY_F_L")
  3181. agkGetObjectQuatZ.AGKCommand1332=GetAGKFunction("GETOBJECTQUATZ_F_L")
  3182. agkGetObjectWorldX.AGKCommand1333=GetAGKFunction("GETOBJECTWORLDX_F_L")
  3183. agkGetObjectWorldY.AGKCommand1334=GetAGKFunction("GETOBJECTWORLDY_F_L")
  3184. agkGetObjectWorldZ.AGKCommand1335=GetAGKFunction("GETOBJECTWORLDZ_F_L")
  3185. agkGetObjectWorldAngleX.AGKCommand1336=GetAGKFunction("GETOBJECTWORLDANGLEX_F_L")
  3186. agkGetObjectWorldAngleY.AGKCommand1337=GetAGKFunction("GETOBJECTWORLDANGLEY_F_L")
  3187. agkGetObjectWorldAngleZ.AGKCommand1338=GetAGKFunction("GETOBJECTWORLDANGLEZ_F_L")
  3188. agkGetObjectWorldQuatW.AGKCommand1339=GetAGKFunction("GETOBJECTWORLDQUATW_F_L")
  3189. agkGetObjectWorldQuatX.AGKCommand1340=GetAGKFunction("GETOBJECTWORLDQUATX_F_L")
  3190. agkGetObjectWorldQuatY.AGKCommand1341=GetAGKFunction("GETOBJECTWORLDQUATY_F_L")
  3191. agkGetObjectWorldQuatZ.AGKCommand1342=GetAGKFunction("GETOBJECTWORLDQUATZ_F_L")
  3192. agkGetObjectSizeMinX.AGKCommand1343=GetAGKFunction("GETOBJECTSIZEMINX_F_L")
  3193. agkGetObjectSizeMaxX.AGKCommand1344=GetAGKFunction("GETOBJECTSIZEMAXX_F_L")
  3194. agkGetObjectSizeMinY.AGKCommand1345=GetAGKFunction("GETOBJECTSIZEMINY_F_L")
  3195. agkGetObjectSizeMaxY.AGKCommand1346=GetAGKFunction("GETOBJECTSIZEMAXY_F_L")
  3196. agkGetObjectSizeMinZ.AGKCommand1347=GetAGKFunction("GETOBJECTSIZEMINZ_F_L")
  3197. agkGetObjectSizeMaxZ.AGKCommand1348=GetAGKFunction("GETOBJECTSIZEMAXZ_F_L")
  3198. agkSetObjectLookAt.AGKCommand1349=GetAGKFunction("SETOBJECTLOOKAT_0_L_F_F_F_F")
  3199. agkFixObjectPivot.AGKCommand1350=GetAGKFunction("FIXOBJECTPIVOT_0_L")
  3200. agkGetObjectHeightMapHeight.AGKCommand1351=GetAGKFunction("GETOBJECTHEIGHTMAPHEIGHT_F_L_F_F")
  3201. agkSetObjectImage.AGKCommand1352=GetAGKFunction("SETOBJECTIMAGE_0_L_L_L")
  3202. agkSetObjectLightMap.AGKCommand1353=GetAGKFunction("SETOBJECTLIGHTMAP_0_L_L")
  3203. agkSetObjectShader.AGKCommand1354=GetAGKFunction("SETOBJECTSHADER_0_L_L")
  3204. agkSetObjectColor.AGKCommand1355=GetAGKFunction("SETOBJECTCOLOR_0_L_L_L_L_L")
  3205. agkSetObjectColorEmissive.AGKCommand1356=GetAGKFunction("SETOBJECTCOLOREMISSIVE_0_L_L_L_L")
  3206. agkSetObjectLightMode.AGKCommand1357=GetAGKFunction("SETOBJECTLIGHTMODE_0_L_L")
  3207. agkSetObjectScreenCulling.AGKCommand1358=GetAGKFunction("SETOBJECTSCREENCULLING_0_L_L")
  3208. agkSetObjectUVOffset.AGKCommand1359=GetAGKFunction("SETOBJECTUVOFFSET_0_L_L_F_F")
  3209. agkSetObjectUVScale.AGKCommand1360=GetAGKFunction("SETOBJECTUVSCALE_0_L_L_F_F")
  3210. agkSetObjectFogMode.AGKCommand1361=GetAGKFunction("SETOBJECTFOGMODE_0_L_L")
  3211. agkSetObjectDepthReadMode.AGKCommand1362=GetAGKFunction("SETOBJECTDEPTHREADMODE_0_L_L")
  3212. agkSetObjectDepthWrite.AGKCommand1363=GetAGKFunction("SETOBJECTDEPTHWRITE_0_L_L")
  3213. agkSetObjectDepthBias.AGKCommand1364=GetAGKFunction("SETOBJECTDEPTHBIAS_0_L_F")
  3214. agkSetObjectDepthRange.AGKCommand1365=GetAGKFunction("SETOBJECTDEPTHRANGE_0_L_F_F")
  3215. agkSetObjectTransparency.AGKCommand1366=GetAGKFunction("SETOBJECTTRANSPARENCY_0_L_L")
  3216. agkSetObjectAlphaMask.AGKCommand1367=GetAGKFunction("SETOBJECTALPHAMASK_0_L_L")
  3217. agkSetObjectCullMode.AGKCommand1368=GetAGKFunction("SETOBJECTCULLMODE_0_L_L")
  3218. agkSetObjectVisible.AGKCommand1369=GetAGKFunction("SETOBJECTVISIBLE_0_L_L")
  3219. agkGetObjectDepthReadMode.AGKCommand1370=GetAGKFunction("GETOBJECTDEPTHREADMODE_L_L")
  3220. agkGetObjectDepthWrite.AGKCommand1371=GetAGKFunction("GETOBJECTDEPTHWRITE_L_L")
  3221. agkGetObjectDepthBias.AGKCommand1372=GetAGKFunction("GETOBJECTDEPTHBIAS_F_L")
  3222. agkGetObjectTransparency.AGKCommand1373=GetAGKFunction("GETOBJECTTRANSPARENCY_L_L")
  3223. agkGetObjectCullMode.AGKCommand1374=GetAGKFunction("GETOBJECTCULLMODE_L_L")
  3224. agkGetObjectVisible.AGKCommand1375=GetAGKFunction("GETOBJECTVISIBLE_L_L")
  3225. agkGetObjectInScreen.AGKCommand1376=GetAGKFunction("GETOBJECTINSCREEN_L_L")
  3226. agkGetObjectName.AGKCommand1377=GetAGKFunction("GETOBJECTNAME_S_L")
  3227. agkSetObjectShaderConstantByName.AGKCommand1378=GetAGKFunction("SETOBJECTSHADERCONSTANTBYNAME_0_L_S_F_F_F_F")
  3228. agkSetObjectShaderConstantArrayByName.AGKCommand1379=GetAGKFunction("SETOBJECTSHADERCONSTANTARRAYBYNAME_0_L_S_L_F_F_F_F")
  3229. agkSetObjectShaderConstantDefault.AGKCommand1380=GetAGKFunction("SETOBJECTSHADERCONSTANTDEFAULT_0_L_S")
  3230. agkDrawObject.AGKCommand1381=GetAGKFunction("DRAWOBJECT_0_L")
  3231. agkGetScreenXFrom3D.AGKCommand1382=GetAGKFunction("GETSCREENXFROM3D_F_F_F_F")
  3232. agkGetScreenYFrom3D.AGKCommand1383=GetAGKFunction("GETSCREENYFROM3D_F_F_F_F")
  3233. agkGet3DVectorXFromScreen.AGKCommand1384=GetAGKFunction("GET3DVECTORXFROMSCREEN_F_F_F")
  3234. agkGet3DVectorYFromScreen.AGKCommand1385=GetAGKFunction("GET3DVECTORYFROMSCREEN_F_F_F")
  3235. agkGet3DVectorZFromScreen.AGKCommand1386=GetAGKFunction("GET3DVECTORZFROMSCREEN_F_F_F")
  3236. agkSetObjectCollisionMode.AGKCommand1387=GetAGKFunction("SETOBJECTCOLLISIONMODE_0_L_L")
  3237. agkObjectRayCast.AGKCommand1388=GetAGKFunction("OBJECTRAYCAST_L_L_F_F_F_F_F_F")
  3238. agkObjectSphereCast.AGKCommand1389=GetAGKFunction("OBJECTSPHERECAST_L_L_F_F_F_F_F_F_F")
  3239. agkObjectSphereSlide.AGKCommand1390=GetAGKFunction("OBJECTSPHERESLIDE_L_L_F_F_F_F_F_F_F")
  3240. agkGetObjectRayCastNumHits.AGKCommand1391=GetAGKFunction("GETOBJECTRAYCASTNUMHITS_L_0")
  3241. agkGetObjectRayCastHitID.AGKCommand1392=GetAGKFunction("GETOBJECTRAYCASTHITID_L_L")
  3242. agkGetObjectRayCastX.AGKCommand1393=GetAGKFunction("GETOBJECTRAYCASTX_F_L")
  3243. agkGetObjectRayCastY.AGKCommand1394=GetAGKFunction("GETOBJECTRAYCASTY_F_L")
  3244. agkGetObjectRayCastZ.AGKCommand1395=GetAGKFunction("GETOBJECTRAYCASTZ_F_L")
  3245. agkGetObjectRayCastSlideX.AGKCommand1396=GetAGKFunction("GETOBJECTRAYCASTSLIDEX_F_L")
  3246. agkGetObjectRayCastSlideY.AGKCommand1397=GetAGKFunction("GETOBJECTRAYCASTSLIDEY_F_L")
  3247. agkGetObjectRayCastSlideZ.AGKCommand1398=GetAGKFunction("GETOBJECTRAYCASTSLIDEZ_F_L")
  3248. agkGetObjectRayCastNormalX.AGKCommand1399=GetAGKFunction("GETOBJECTRAYCASTNORMALX_F_L")
  3249. agkGetObjectRayCastNormalY.AGKCommand1400=GetAGKFunction("GETOBJECTRAYCASTNORMALY_F_L")
  3250. agkGetObjectRayCastNormalZ.AGKCommand1401=GetAGKFunction("GETOBJECTRAYCASTNORMALZ_F_L")
  3251. agkGetObjectRayCastBounceX.AGKCommand1402=GetAGKFunction("GETOBJECTRAYCASTBOUNCEX_F_L")
  3252. agkGetObjectRayCastBounceY.AGKCommand1403=GetAGKFunction("GETOBJECTRAYCASTBOUNCEY_F_L")
  3253. agkGetObjectRayCastBounceZ.AGKCommand1404=GetAGKFunction("GETOBJECTRAYCASTBOUNCEZ_F_L")
  3254. agkGetObjectRayCastDistance.AGKCommand1405=GetAGKFunction("GETOBJECTRAYCASTDISTANCE_F_L")
  3255. agkSetFogMode.AGKCommand1406=GetAGKFunction("SETFOGMODE_0_L")
  3256. agkSetFogColor.AGKCommand1407=GetAGKFunction("SETFOGCOLOR_0_L_L_L")
  3257. agkSetFogSunColor.AGKCommand1408=GetAGKFunction("SETFOGSUNCOLOR_0_L_L_L")
  3258. agkSetFogRange.AGKCommand1409=GetAGKFunction("SETFOGRANGE_0_F_F")
  3259. agkGetFogMode.AGKCommand1410=GetAGKFunction("GETFOGMODE_L_0")
  3260. agkSetSkyBoxVisible.AGKCommand1411=GetAGKFunction("SETSKYBOXVISIBLE_0_L")
  3261. agkSetSkyBoxSkyColor.AGKCommand1412=GetAGKFunction("SETSKYBOXSKYCOLOR_0_L_L_L")
  3262. agkSetSkyBoxHorizonColor.AGKCommand1413=GetAGKFunction("SETSKYBOXHORIZONCOLOR_0_L_L_L")
  3263. agkSetSkyBoxSunColor.AGKCommand1414=GetAGKFunction("SETSKYBOXSUNCOLOR_0_L_L_L")
  3264. agkSetSkyBoxHorizonSize.AGKCommand1415=GetAGKFunction("SETSKYBOXHORIZONSIZE_0_F_F")
  3265. agkSetSkyBoxSunVisible.AGKCommand1416=GetAGKFunction("SETSKYBOXSUNVISIBLE_0_L")
  3266. agkSetSkyBoxSunSize.AGKCommand1417=GetAGKFunction("SETSKYBOXSUNSIZE_0_F_F")
  3267. agkLoadShader.AGKCommand1418=GetAGKFunction("LOADSHADER_L_S_S")
  3268. ;-agkLoadShader.AGKCommand1419=GetAGKFunction("LOADSHADER_0_L_S_S")
  3269. agkLoadFullScreenShader.AGKCommand1420=GetAGKFunction("LOADFULLSCREENSHADER_L_S")
  3270. ;-agkLoadFullScreenShader.AGKCommand1421=GetAGKFunction("LOADFULLSCREENSHADER_0_L_S")
  3271. agkLoadSpriteShader.AGKCommand1422=GetAGKFunction("LOADSPRITESHADER_L_S")
  3272. ;-agkLoadSpriteShader.AGKCommand1423=GetAGKFunction("LOADSPRITESHADER_0_L_S")
  3273. agkSetShaderConstantByName.AGKCommand1424=GetAGKFunction("SETSHADERCONSTANTBYNAME_0_L_S_F_F_F_F")
  3274. agkSetShaderConstantArrayByName.AGKCommand1425=GetAGKFunction("SETSHADERCONSTANTARRAYBYNAME_0_L_S_L_F_F_F_F")
  3275. agkSetCameraPosition.AGKCommand1426=GetAGKFunction("SETCAMERAPOSITION_0_L_F_F_F")
  3276. agkSetCameraRotationQuat.AGKCommand1427=GetAGKFunction("SETCAMERAROTATIONQUAT_0_L_F_F_F_F")
  3277. agkSetCameraRotation.AGKCommand1428=GetAGKFunction("SETCAMERAROTATION_0_L_F_F_F")
  3278. agkMoveCameraLocalX.AGKCommand1429=GetAGKFunction("MOVECAMERALOCALX_0_L_F")
  3279. agkMoveCameraLocalY.AGKCommand1430=GetAGKFunction("MOVECAMERALOCALY_0_L_F")
  3280. agkMoveCameraLocalZ.AGKCommand1431=GetAGKFunction("MOVECAMERALOCALZ_0_L_F")
  3281. agkRotateCameraLocalX.AGKCommand1432=GetAGKFunction("ROTATECAMERALOCALX_0_L_F")
  3282. agkRotateCameraLocalY.AGKCommand1433=GetAGKFunction("ROTATECAMERALOCALY_0_L_F")
  3283. agkRotateCameraLocalZ.AGKCommand1434=GetAGKFunction("ROTATECAMERALOCALZ_0_L_F")
  3284. agkRotateCameraGlobalX.AGKCommand1435=GetAGKFunction("ROTATECAMERAGLOBALX_0_L_F")
  3285. agkRotateCameraGlobalY.AGKCommand1436=GetAGKFunction("ROTATECAMERAGLOBALY_0_L_F")
  3286. agkRotateCameraGlobalZ.AGKCommand1437=GetAGKFunction("ROTATECAMERAGLOBALZ_0_L_F")
  3287. agkGetCameraX.AGKCommand1438=GetAGKFunction("GETCAMERAX_F_L")
  3288. agkGetCameraY.AGKCommand1439=GetAGKFunction("GETCAMERAY_F_L")
  3289. agkGetCameraZ.AGKCommand1440=GetAGKFunction("GETCAMERAZ_F_L")
  3290. agkGetCameraAngleX.AGKCommand1441=GetAGKFunction("GETCAMERAANGLEX_F_L")
  3291. agkGetCameraAngleY.AGKCommand1442=GetAGKFunction("GETCAMERAANGLEY_F_L")
  3292. agkGetCameraAngleZ.AGKCommand1443=GetAGKFunction("GETCAMERAANGLEZ_F_L")
  3293. agkGetCameraQuatW.AGKCommand1444=GetAGKFunction("GETCAMERAQUATW_F_L")
  3294. agkGetCameraQuatX.AGKCommand1445=GetAGKFunction("GETCAMERAQUATX_F_L")
  3295. agkGetCameraQuatY.AGKCommand1446=GetAGKFunction("GETCAMERAQUATY_F_L")
  3296. agkGetCameraQuatZ.AGKCommand1447=GetAGKFunction("GETCAMERAQUATZ_F_L")
  3297. agkSetCameraLookAt.AGKCommand1448=GetAGKFunction("SETCAMERALOOKAT_0_L_F_F_F_F")
  3298. agkSetCameraRange.AGKCommand1449=GetAGKFunction("SETCAMERARANGE_0_L_F_F")
  3299. agkSetCameraAspect.AGKCommand1450=GetAGKFunction("SETCAMERAASPECT_0_L_F")
  3300. agkSetCameraFOV.AGKCommand1451=GetAGKFunction("SETCAMERAFOV_0_L_F")
  3301. agkSetCameraOrthoWidth.AGKCommand1452=GetAGKFunction("SETCAMERAORTHOWIDTH_0_L_F")
  3302. agkSetCameraBounds.AGKCommand1453=GetAGKFunction("SETCAMERABOUNDS_0_L_F_F_F_F")
  3303. agkSetCameraOffCenter.AGKCommand1454=GetAGKFunction("SETCAMERAOFFCENTER_0_L_L")
  3304. agkGetCameraFOV.AGKCommand1455=GetAGKFunction("GETCAMERAFOV_F_L")
  3305. agkCreatePointLight.AGKCommand1456=GetAGKFunction("CREATEPOINTLIGHT_0_L_F_F_F_F_L_L_L")
  3306. agkGetPointLightExists.AGKCommand1457=GetAGKFunction("GETPOINTLIGHTEXISTS_L_L")
  3307. agkDeletePointLight.AGKCommand1458=GetAGKFunction("DELETEPOINTLIGHT_0_L")
  3308. agkClearPointLights.AGKCommand1459=GetAGKFunction("CLEARPOINTLIGHTS_0_0")
  3309. agkSetPointLightPosition.AGKCommand1460=GetAGKFunction("SETPOINTLIGHTPOSITION_0_L_F_F_F")
  3310. agkSetPointLightColor.AGKCommand1461=GetAGKFunction("SETPOINTLIGHTCOLOR_0_L_L_L_L")
  3311. agkSetPointLightRadius.AGKCommand1462=GetAGKFunction("SETPOINTLIGHTRADIUS_0_L_F")
  3312. agkSetPointLightMode.AGKCommand1463=GetAGKFunction("SETPOINTLIGHTMODE_0_L_L")
  3313. agkSetSunDirection.AGKCommand1464=GetAGKFunction("SETSUNDIRECTION_0_F_F_F")
  3314. agkSetSunColor.AGKCommand1465=GetAGKFunction("SETSUNCOLOR_0_L_L_L")
  3315. agkSetSunActive.AGKCommand1466=GetAGKFunction("SETSUNACTIVE_0_L")
  3316. agkSetAmbientColor.AGKCommand1467=GetAGKFunction("SETAMBIENTCOLOR_0_L_L_L")
  3317. ;-agkCreate3DPhysicsWorld.AGKCommand1468=GetAGKFunction("CREATE3DPHYSICSWORLD_0_0")
  3318. agkCreate3DPhysicsWorld.AGKCommand1469=GetAGKFunction("CREATE3DPHYSICSWORLD_0_F")
  3319. agkSet3DPhysicsGravity.AGKCommand1470=GetAGKFunction("SET3DPHYSICSGRAVITY_0_F_F_F")
  3320. ;-agkSet3DPhysicsGravity.AGKCommand1471=GetAGKFunction("SET3DPHYSICSGRAVITY_0_L")
  3321. agkStep3DPhysicsWorld.AGKCommand1472=GetAGKFunction("STEP3DPHYSICSWORLD_0_0")
  3322. agkReset3DPhysicsWorld.AGKCommand1473=GetAGKFunction("RESET3DPHYSICSWORLD_0_0")
  3323. agkDelete3DPhysicsWorld.AGKCommand1474=GetAGKFunction("DELETE3DPHYSICSWORLD_0_0")
  3324. agkDebug3DPhysicsWorld.AGKCommand1475=GetAGKFunction("DEBUG3DPHYSICSWORLD_0_0")
  3325. agkGet3DPhysicsTotalObjects.AGKCommand1476=GetAGKFunction("GET3DPHYSICSTOTALOBJECTS_L_0")
  3326. agkGet3DPhysicsActiveObjects.AGKCommand1477=GetAGKFunction("GET3DPHYSICSACTIVEOBJECTS_L_0")
  3327. agkGet3DPhysicsTotalJoints.AGKCommand1478=GetAGKFunction("GET3DPHYSICSTOTALJOINTS_L_0")
  3328. ;-agkSetObjectShapeBox.AGKCommand1479=GetAGKFunction("SETOBJECTSHAPEBOX_0_L")
  3329. agkSetObjectShapeBox.AGKCommand1480=GetAGKFunction("SETOBJECTSHAPEBOX_0_L_F_F_F")
  3330. ;-agkSetObjectShapeBox.AGKCommand1481=GetAGKFunction("SETOBJECTSHAPEBOX_0_L_L")
  3331. ;-agkSetObjectShapeSphere.AGKCommand1482=GetAGKFunction("SETOBJECTSHAPESPHERE_0_L")
  3332. agkSetObjectShapeSphere.AGKCommand1483=GetAGKFunction("SETOBJECTSHAPESPHERE_0_L_F")
  3333. ;-agkSetObjectShapeCylinder.AGKCommand1484=GetAGKFunction("SETOBJECTSHAPECYLINDER_0_L_L")
  3334. agkSetObjectShapeCylinder.AGKCommand1485=GetAGKFunction("SETOBJECTSHAPECYLINDER_0_L_L_F_F")
  3335. ;-agkSetObjectShapeCone.AGKCommand1486=GetAGKFunction("SETOBJECTSHAPECONE_0_L_L")
  3336. agkSetObjectShapeCone.AGKCommand1487=GetAGKFunction("SETOBJECTSHAPECONE_0_L_L_F_F")
  3337. ;-agkSetObjectShapeCapsule.AGKCommand1488=GetAGKFunction("SETOBJECTSHAPECAPSULE_0_L_L")
  3338. agkSetObjectShapeCapsule.AGKCommand1489=GetAGKFunction("SETOBJECTSHAPECAPSULE_0_L_L_F_F_F")
  3339. ;-agkSetObjectShapeCapsule.AGKCommand1490=GetAGKFunction("SETOBJECTSHAPECAPSULE_0_L_L_L")
  3340. agkSetObjectShapeConvexHull.AGKCommand1491=GetAGKFunction("SETOBJECTSHAPECONVEXHULL_0_L")
  3341. agkSetObjectShapeStaticPolygon.AGKCommand1492=GetAGKFunction("SETOBJECTSHAPESTATICPOLYGON_0_L")
  3342. agkSetObjectShapeCompound.AGKCommand1493=GetAGKFunction("SETOBJECTSHAPECOMPOUND_0_L")
  3343. agkCreate3DPhysicsDynamicBody.AGKCommand1494=GetAGKFunction("CREATE3DPHYSICSDYNAMICBODY_0_L")
  3344. agkCreate3DPhysicsStaticBody.AGKCommand1495=GetAGKFunction("CREATE3DPHYSICSSTATICBODY_0_L")
  3345. agkCreate3DPhysicsKinematicBody.AGKCommand1496=GetAGKFunction("CREATE3DPHYSICSKINEMATICBODY_0_L")
  3346. agkDelete3DPhysicsBody.AGKCommand1497=GetAGKFunction("DELETE3DPHYSICSBODY_0_L")
  3347. agkCreate3DPhysicsStaticPlane.AGKCommand1498=GetAGKFunction("CREATE3DPHYSICSSTATICPLANE_L_F_F_F_F")
  3348. agkSet3DPhysicsStaticPlanePosition.AGKCommand1499=GetAGKFunction("SET3DPHYSICSSTATICPLANEPOSITION_0_L_F_F_F")
  3349. agkSet3DPhysicsStaticPlaneRotation.AGKCommand1500=GetAGKFunction("SET3DPHYSICSSTATICPLANEROTATION_0_L_F_F_F")
  3350. agkDelete3DPhysicsStaticPlane.AGKCommand1501=GetAGKFunction("DELETE3DPHYSICSSTATICPLANE_0_L")
  3351. agkSetObject3DPhysicsGroupAndMask.AGKCommand1502=GetAGKFunction("SETOBJECT3DPHYSICSGROUPANDMASK_0_L_L_L")
  3352. agkGetObject3DPhysicsGroup.AGKCommand1503=GetAGKFunction("GETOBJECT3DPHYSICSGROUP_L_L")
  3353. agkGetObject3DPhysicsMask.AGKCommand1504=GetAGKFunction("GETOBJECT3DPHYSICSMASK_L_L")
  3354. agkSetObject3DPhysicsMass.AGKCommand1505=GetAGKFunction("SETOBJECT3DPHYSICSMASS_0_L_F")
  3355. agkGetObject3DPhysicsMass.AGKCommand1506=GetAGKFunction("GETOBJECT3DPHYSICSMASS_F_L")
  3356. agkSetObject3DPhysicsCanSleep.AGKCommand1507=GetAGKFunction("SETOBJECT3DPHYSICSCANSLEEP_0_L_L")
  3357. agkSetObject3DPhysicsFriction.AGKCommand1508=GetAGKFunction("SETOBJECT3DPHYSICSFRICTION_0_L_F")
  3358. agkGetObject3DPhysicsFriction.AGKCommand1509=GetAGKFunction("GETOBJECT3DPHYSICSFRICTION_F_L")
  3359. agkSetObject3DPhysicsRollingFriction.AGKCommand1510=GetAGKFunction("SETOBJECT3DPHYSICSROLLINGFRICTION_0_L_F")
  3360. agkGetObject3DPhysicsRollingFriction.AGKCommand1511=GetAGKFunction("GETOBJECT3DPHYSICSROLLINGFRICTION_F_L")
  3361. agkSetObject3DPhysicsAnisotropicFriction.AGKCommand1512=GetAGKFunction("SETOBJECT3DPHYSICSANISOTROPICFRICTION_0_L_L")
  3362. agkSetObject3DPhysicsMaxLinearVelocity.AGKCommand1513=GetAGKFunction("SETOBJECT3DPHYSICSMAXLINEARVELOCITY_0_L_F")
  3363. agkSetObject3DPhysicsLinearVelocity.AGKCommand1514=GetAGKFunction("SETOBJECT3DPHYSICSLINEARVELOCITY_0_L_F_F_F_F")
  3364. ;-agkSetObject3DPhysicsLinearVelocity.AGKCommand1515=GetAGKFunction("SETOBJECT3DPHYSICSLINEARVELOCITY_0_L_L_F")
  3365. agkGetObject3DPhysicsLinearVelocityX.AGKCommand1516=GetAGKFunction("GETOBJECT3DPHYSICSLINEARVELOCITYX_F_L")
  3366. agkGetObject3DPhysicsLinearVelocityY.AGKCommand1517=GetAGKFunction("GETOBJECT3DPHYSICSLINEARVELOCITYY_F_L")
  3367. agkGetObject3DPhysicsLinearVelocityZ.AGKCommand1518=GetAGKFunction("GETOBJECT3DPHYSICSLINEARVELOCITYZ_F_L")
  3368. agkSetObject3DPhysicsAngularVelocity.AGKCommand1519=GetAGKFunction("SETOBJECT3DPHYSICSANGULARVELOCITY_0_L_F_F_F_F")
  3369. ;-agkSetObject3DPhysicsAngularVelocity.AGKCommand1520=GetAGKFunction("SETOBJECT3DPHYSICSANGULARVELOCITY_0_L_L_F")
  3370. agkGetObject3DPhysicsAngularVelocityX.AGKCommand1521=GetAGKFunction("GETOBJECT3DPHYSICSANGULARVELOCITYX_F_L")
  3371. agkGetObject3DPhysicsAngularVelocityY.AGKCommand1522=GetAGKFunction("GETOBJECT3DPHYSICSANGULARVELOCITYY_F_L")
  3372. agkGetObject3DPhysicsAngularVelocityZ.AGKCommand1523=GetAGKFunction("GETOBJECT3DPHYSICSANGULARVELOCITYZ_F_L")
  3373. agkSetObject3DPhysicsDamping.AGKCommand1524=GetAGKFunction("SETOBJECT3DPHYSICSDAMPING_0_L_F_F")
  3374. agkGetObject3DPhysicsLinearDamp.AGKCommand1525=GetAGKFunction("GETOBJECT3DPHYSICSLINEARDAMP_F_L")
  3375. agkGetObject3DPhysicsAngularDamp.AGKCommand1526=GetAGKFunction("GETOBJECT3DPHYSICSANGULARDAMP_F_L")
  3376. agkSetObject3DPhysicsSleepingThreshold.AGKCommand1527=GetAGKFunction("SETOBJECT3DPHYSICSSLEEPINGTHRESHOLD_0_L_F_F")
  3377. agkGetObject3DPhysicsAngularSleepingThreshold.AGKCommand1528=GetAGKFunction("GETOBJECT3DPHYSICSANGULARSLEEPINGTHRESHOLD_F_L")
  3378. agkGetObject3DPhysicsLinearSleepingThreshold.AGKCommand1529=GetAGKFunction("GETOBJECT3DPHYSICSLINEARSLEEPINGTHRESHOLD_F_L")
  3379. agkSetObject3DPhysicsDeactivationTime.AGKCommand1530=GetAGKFunction("SETOBJECT3DPHYSICSDEACTIVATIONTIME_0_L_F")
  3380. agkSetObject3DPhysicsRestitution.AGKCommand1531=GetAGKFunction("SETOBJECT3DPHYSICSRESTITUTION_0_L_F")
  3381. agkGetObject3DPhysicsRestitution.AGKCommand1532=GetAGKFunction("GETOBJECT3DPHYSICSRESTITUTION_F_L")
  3382. agkGetObject3DPhysicsFirstContact.AGKCommand1533=GetAGKFunction("GETOBJECT3DPHYSICSFIRSTCONTACT_L_L")
  3383. agkGetObject3DPhysicsContactX.AGKCommand1534=GetAGKFunction("GETOBJECT3DPHYSICSCONTACTX_F_0")
  3384. agkGetObject3DPhysicsContactY.AGKCommand1535=GetAGKFunction("GETOBJECT3DPHYSICSCONTACTY_F_0")
  3385. agkGetObject3DPhysicsContactZ.AGKCommand1536=GetAGKFunction("GETOBJECT3DPHYSICSCONTACTZ_F_0")
  3386. agkGetObject3DPhysicsContactVector.AGKCommand1537=GetAGKFunction("GETOBJECT3DPHYSICSCONTACTVECTOR_L_L")
  3387. agkGetObject3DPhysicsContactObjectB.AGKCommand1538=GetAGKFunction("GETOBJECT3DPHYSICSCONTACTOBJECTB_L_0")
  3388. agkGetObject3DPhysicsNextContact.AGKCommand1539=GetAGKFunction("GETOBJECT3DPHYSICSNEXTCONTACT_L_0")
  3389. agkGetObjects3DPhysicsContactPositionVector.AGKCommand1540=GetAGKFunction("GETOBJECTS3DPHYSICSCONTACTPOSITIONVECTOR_L_L_L_L")
  3390. agkCreate3DPhysicsPickJoint.AGKCommand1541=GetAGKFunction("CREATE3DPHYSICSPICKJOINT_L_L_L")
  3391. agkUpdate3DPhysicsPickJoint.AGKCommand1542=GetAGKFunction("UPDATE3DPHYSICSPICKJOINT_0_L_L")
  3392. agkDelete3DPhysicsPickJoint.AGKCommand1543=GetAGKFunction("DELETE3DPHYSICSPICKJOINT_0_L")
  3393. agkCreate3DPhysicsHingeJoint.AGKCommand1544=GetAGKFunction("CREATE3DPHYSICSHINGEJOINT_L_L_L_L_L_L")
  3394. agkCreate3DPhysicsConeTwistJoint.AGKCommand1545=GetAGKFunction("CREATE3DPHYSICSCONETWISTJOINT_L_L_L_L_L_L")
  3395. agkCreate3DPhysicsSliderJoint.AGKCommand1546=GetAGKFunction("CREATE3DPHYSICSSLIDERJOINT_L_L_L_L_L")
  3396. agkCreate3DPhysicsFixedJoint.AGKCommand1547=GetAGKFunction("CREATE3DPHYSICSFIXEDJOINT_L_L_L_L")
  3397. agkCreate3DPhysics6DOFJoint.AGKCommand1548=GetAGKFunction("CREATE3DPHYSICS6DOFJOINT_L_L_L_L_F")
  3398. agkSet3DPhysicsJointSliderAngularLimits.AGKCommand1549=GetAGKFunction("SET3DPHYSICSJOINTSLIDERANGULARLIMITS_0_L_F_F")
  3399. agkSet3DPhysicsJointSliderLinearLimits.AGKCommand1550=GetAGKFunction("SET3DPHYSICSJOINTSLIDERLINEARLIMITS_0_L_F_F")
  3400. agkSet3DPhysicsJointConeTwistLimits.AGKCommand1551=GetAGKFunction("SET3DPHYSICSJOINTCONETWISTLIMITS_0_L_F_F_F")
  3401. agkSet3DPhysicsJointHingeLimits.AGKCommand1552=GetAGKFunction("SET3DPHYSICSJOINTHINGELIMITS_0_L_F_F")
  3402. agkSet3DPhysicsJointBreakingThreshold.AGKCommand1553=GetAGKFunction("SET3DPHYSICSJOINTBREAKINGTHRESHOLD_0_L_F")
  3403. agkSet3DPhysicsJointEnabled.AGKCommand1554=GetAGKFunction("SET3DPHYSICSJOINTENABLED_0_L_L")
  3404. agkGet3DPhysicsJointEnabled.AGKCommand1555=GetAGKFunction("GET3DPHYSICSJOINTENABLED_L_L")
  3405. agkGet3DPhysicsJointPositionVector.AGKCommand1556=GetAGKFunction("GET3DPHYSICSJOINTPOSITIONVECTOR_L_L")
  3406. agkGet3DPhysicsJointRotationVector.AGKCommand1557=GetAGKFunction("GET3DPHYSICSJOINTROTATIONVECTOR_L_L")
  3407. agkDelete3DPhysicsJoint.AGKCommand1558=GetAGKFunction("DELETE3DPHYSICSJOINT_0_L")
  3408. agkSet3DPhysicsHingeJointMotorIsEnabled.AGKCommand1559=GetAGKFunction("SET3DPHYSICSHINGEJOINTMOTORISENABLED_0_L_L")
  3409. agkSet3DPhysicsHingeJointMaxMotorImpluse.AGKCommand1560=GetAGKFunction("SET3DPHYSICSHINGEJOINTMAXMOTORIMPLUSE_0_L_F")
  3410. agkSet3DPhysicsHingeJointMotorVelocity.AGKCommand1561=GetAGKFunction("SET3DPHYSICSHINGEJOINTMOTORVELOCITY_0_L_F")
  3411. agkSet3DPhysicsTwistJointMotorIsEnabled.AGKCommand1562=GetAGKFunction("SET3DPHYSICSTWISTJOINTMOTORISENABLED_0_L_L")
  3412. agkSet3DPhysicsTwistJointMaxMotorImpluse.AGKCommand1563=GetAGKFunction("SET3DPHYSICSTWISTJOINTMAXMOTORIMPLUSE_0_L_F")
  3413. agkSet3DPhysicsTwistJointMotorRotationTarget.AGKCommand1564=GetAGKFunction("SET3DPHYSICSTWISTJOINTMOTORROTATIONTARGET_0_L_L")
  3414. agkSet3DPhysicsSliderJointPoweredLinearMotorIsEnabled.AGKCommand1565=GetAGKFunction("SET3DPHYSICSSLIDERJOINTPOWEREDLINEARMOTORISENABLED_0_L_L")
  3415. agkSet3DPhysicsSliderJointMaxLinearMotorForce.AGKCommand1566=GetAGKFunction("SET3DPHYSICSSLIDERJOINTMAXLINEARMOTORFORCE_0_L_F")
  3416. agkSet3DPhysicsSliderJointTargetLinearMotorVelocity.AGKCommand1567=GetAGKFunction("SET3DPHYSICSSLIDERJOINTTARGETLINEARMOTORVELOCITY_0_L_F")
  3417. agkAddObjectShapeBox.AGKCommand1568=GetAGKFunction("ADDOBJECTSHAPEBOX_0_L_L_L_L")
  3418. agkAddObjectShapeSphere.AGKCommand1569=GetAGKFunction("ADDOBJECTSHAPESPHERE_0_L_L_F")
  3419. agkAddObjectShapeCapsule.AGKCommand1570=GetAGKFunction("ADDOBJECTSHAPECAPSULE_0_L_L_L_L_L")
  3420. agkAddObjectShapeCone.AGKCommand1571=GetAGKFunction("ADDOBJECTSHAPECONE_0_L_L_L_L_L")
  3421. agkAddObjectShapeCylinder.AGKCommand1572=GetAGKFunction("ADDOBJECTSHAPECYLINDER_0_L_L_L_L_L")
  3422. agkSaveObjectShape.AGKCommand1573=GetAGKFunction("SAVEOBJECTSHAPE_L_L_S")
  3423. agkLoadObjectShape.AGKCommand1574=GetAGKFunction("LOADOBJECTSHAPE_L_L_S")
  3424. ;-agkCreateVector3.AGKCommand1575=GetAGKFunction("CREATEVECTOR3_L_0")
  3425. agkCreateVector3.AGKCommand1576=GetAGKFunction("CREATEVECTOR3_L_F_F_F")
  3426. agkSetVector3.AGKCommand1577=GetAGKFunction("SETVECTOR3_0_L_F_F_F")
  3427. agkDeleteVector3.AGKCommand1578=GetAGKFunction("DELETEVECTOR3_0_L")
  3428. agkGetVector3X.AGKCommand1579=GetAGKFunction("GETVECTOR3X_F_L")
  3429. agkGetVector3Y.AGKCommand1580=GetAGKFunction("GETVECTOR3Y_F_L")
  3430. agkGetVector3Z.AGKCommand1581=GetAGKFunction("GETVECTOR3Z_F_L")
  3431. agkGetVector3Distance.AGKCommand1582=GetAGKFunction("GETVECTOR3DISTANCE_F_L_L")
  3432. agkGetVector3Length.AGKCommand1583=GetAGKFunction("GETVECTOR3LENGTH_F_L")
  3433. agkGetVector3Dot.AGKCommand1584=GetAGKFunction("GETVECTOR3DOT_F_L_L")
  3434. agkGetVector3Cross.AGKCommand1585=GetAGKFunction("GETVECTOR3CROSS_0_L_L_L")
  3435. agkGetVector3Multiply.AGKCommand1586=GetAGKFunction("GETVECTOR3MULTIPLY_0_L_F")
  3436. agkGetVector3Add.AGKCommand1587=GetAGKFunction("GETVECTOR3ADD_0_L_L")
  3437. agkCreate3DPhysicsRay.AGKCommand1588=GetAGKFunction("CREATE3DPHYSICSRAY_L_0")
  3438. agkDelete3DPhysicsRay.AGKCommand1589=GetAGKFunction("DELETE3DPHYSICSRAY_0_L")
  3439. agkRay3DPhysicsExist.AGKCommand1590=GetAGKFunction("RAY3DPHYSICSEXIST_L_L")
  3440. agkRayCast3DPhysics.AGKCommand1591=GetAGKFunction("RAYCAST3DPHYSICS_0_L_L_L_L")
  3441. agkRayCast3DPhysicsObject.AGKCommand1592=GetAGKFunction("RAYCAST3DPHYSICSOBJECT_L_L_L_L_L_L")
  3442. agkGet3DPhysicsRayCastObjectHit.AGKCommand1593=GetAGKFunction("GET3DPHYSICSRAYCASTOBJECTHIT_L_L_F")
  3443. agkGet3DPhysicsRayCastClosestObjectHit.AGKCommand1594=GetAGKFunction("GET3DPHYSICSRAYCASTCLOSESTOBJECTHIT_L_L")
  3444. agkGet3DPhysicsRayCastFraction.AGKCommand1595=GetAGKFunction("GET3DPHYSICSRAYCASTFRACTION_F_L")
  3445. agkGet3DPhysicsRayCastContactPosition.AGKCommand1596=GetAGKFunction("GET3DPHYSICSRAYCASTCONTACTPOSITION_L_L_F_L")
  3446. agkGet3DPhysicsRayCastClosestContactPosition.AGKCommand1597=GetAGKFunction("GET3DPHYSICSRAYCASTCLOSESTCONTACTPOSITION_L_L_L")
  3447. agkGet3DPhysicsRayCastNormalVector.AGKCommand1598=GetAGKFunction("GET3DPHYSICSRAYCASTNORMALVECTOR_0_L_L")
  3448. agkGet3DPhysicsRayCastNumHits.AGKCommand1599=GetAGKFunction("GET3DPHYSICSRAYCASTNUMHITS_L_L")
  3449. agkSphereCast3DPhysics.AGKCommand1600=GetAGKFunction("SPHERECAST3DPHYSICS_0_L_L_L_F")
  3450. agkSphereCast3DPhysicsObject.AGKCommand1601=GetAGKFunction("SPHERECAST3DPHYSICSOBJECT_L_L_L_L_L_F")
  3451. agkCreate3DPhysicsRagDoll.AGKCommand1602=GetAGKFunction("CREATE3DPHYSICSRAGDOLL_0_L_F")
  3452. agkAdd3DPhysicsRagDollBone.AGKCommand1603=GetAGKFunction("ADD3DPHYSICSRAGDOLLBONE_L_L_L_F_L_L")
  3453. agkAssignTo3DPhysicsRagDollBoneObjectBone.AGKCommand1604=GetAGKFunction("ASSIGNTO3DPHYSICSRAGDOLLBONEOBJECTBONE_0_L_L")
  3454. agkAdd3DPhysicsRagDollHingeJoint.AGKCommand1605=GetAGKFunction("ADD3DPHYSICSRAGDOLLHINGEJOINT_0_L_L_L_L_F_F")
  3455. agkAdd3DPhysicsRagDollTwistJoint.AGKCommand1606=GetAGKFunction("ADD3DPHYSICSRAGDOLLTWISTJOINT_0_L_L_L_L_L")
  3456. agkFinalize3DPhysicsRagDoll.AGKCommand1607=GetAGKFunction("FINALIZE3DPHYSICSRAGDOLL_0_0")
  3457. agkDelete3DPhysicsRagdoll.AGKCommand1608=GetAGKFunction("DELETE3DPHYSICSRAGDOLL_0_L")
  3458. agkGet3DPhysicsRagdollExist.AGKCommand1609=GetAGKFunction("GET3DPHYSICSRAGDOLLEXIST_L_L")
  3459. agkGet3DPhysicsRagdollFromBoneObject.AGKCommand1610=GetAGKFunction("GET3DPHYSICSRAGDOLLFROMBONEOBJECT_L_L")
  3460. agkIs3dPhysicsRagdollStatic.AGKCommand1611=GetAGKFunction("IS3DPHYSICSRAGDOLLSTATIC_L_L")
  3461. agkSet3DphysicsRagdollStatic.AGKCommand1612=GetAGKFunction("SET3DPHYSICSRAGDOLLSTATIC_0_L_L")
  3462. agkSet3DPhysicsRadollBonesVisible.AGKCommand1613=GetAGKFunction("SET3DPHYSICSRADOLLBONESVISIBLE_0_L_L")
  3463. agkSet3DPhysicsRagdollDamping.AGKCommand1614=GetAGKFunction("SET3DPHYSICSRAGDOLLDAMPING_0_F_F")
  3464. agkSet3DPhysicsRagdollSleepingThresholds.AGKCommand1615=GetAGKFunction("SET3DPHYSICSRAGDOLLSLEEPINGTHRESHOLDS_0_F_F")
  3465. agkSet3DPhysicsRagdollDeactivationTime.AGKCommand1616=GetAGKFunction("SET3DPHYSICSRAGDOLLDEACTIVATIONTIME_0_F")
  3466. agkSet3DPhysicsRagdollDeactivation.AGKCommand1617=GetAGKFunction("SET3DPHYSICSRAGDOLLDEACTIVATION_0_L_L")
  3467. agkCreate3DPhysicsCharacterController.AGKCommand1618=GetAGKFunction("CREATE3DPHYSICSCHARACTERCONTROLLER_0_L_L_L_L_F")
  3468. agkDelete3DPhysicsCharacterController.AGKCommand1619=GetAGKFunction("DELETE3DPHYSICSCHARACTERCONTROLLER_0_L")
  3469. agkGet3DPhysicsCharacterControllerExists.AGKCommand1620=GetAGKFunction("GET3DPHYSICSCHARACTERCONTROLLEREXISTS_L_L")
  3470. agkSet3DPhysicsCharacterControllerGravity.AGKCommand1621=GetAGKFunction("SET3DPHYSICSCHARACTERCONTROLLERGRAVITY_0_L_F")
  3471. agkSet3DPhysicsCharacterControllerFallSpeed.AGKCommand1622=GetAGKFunction("SET3DPHYSICSCHARACTERCONTROLLERFALLSPEED_0_L_F")
  3472. agkSet3DPhysicsCharacterControllerJumpSpeed.AGKCommand1623=GetAGKFunction("SET3DPHYSICSCHARACTERCONTROLLERJUMPSPEED_0_L_F")
  3473. agkSet3DPhysicsCharacterControllerMaxSlope.AGKCommand1624=GetAGKFunction("SET3DPHYSICSCHARACTERCONTROLLERMAXSLOPE_0_L_F")
  3474. agkSet3DPhysicsCharacterControllerStepHeight.AGKCommand1625=GetAGKFunction("SET3DPHYSICSCHARACTERCONTROLLERSTEPHEIGHT_0_L_F")
  3475. agkGet3DPhysicsCharacterControllerMaxSlope.AGKCommand1626=GetAGKFunction("GET3DPHYSICSCHARACTERCONTROLLERMAXSLOPE_F_L")
  3476. agkGet3DPhysicsCharacterControllerGravity.AGKCommand1627=GetAGKFunction("GET3DPHYSICSCHARACTERCONTROLLERGRAVITY_F_L")
  3477. agkMove3DPhysicsCharacterController.AGKCommand1628=GetAGKFunction("MOVE3DPHYSICSCHARACTERCONTROLLER_0_L_L_F")
  3478. agkRotate3DPhysicsCharacterController.AGKCommand1629=GetAGKFunction("ROTATE3DPHYSICSCHARACTERCONTROLLER_0_L_F")
  3479. agkJump3DPhysicsCharacterController.AGKCommand1630=GetAGKFunction("JUMP3DPHYSICSCHARACTERCONTROLLER_0_L")
  3480. agkCrouch3DPhysicsCharacterController.AGKCommand1631=GetAGKFunction("CROUCH3DPHYSICSCHARACTERCONTROLLER_0_L")
  3481. agkStand3DPhysicsCharacterController.AGKCommand1632=GetAGKFunction("STAND3DPHYSICSCHARACTERCONTROLLER_0_L")
  3482. agkDebug3DPhysicsCharacterController.AGKCommand1633=GetAGKFunction("DEBUG3DPHYSICSCHARACTERCONTROLLER_0_L_L")
  3483. agkSet3DPhysicsCharacterControllerPosition.AGKCommand1634=GetAGKFunction("SET3DPHYSICSCHARACTERCONTROLLERPOSITION_0_L_F_F_F")
  3484. agkSetWindowPosition.AGKCommand1635=GetAGKFunction("SETWINDOWPOSITION_0_L_L")
  3485. ;-agkSetWindowSize.AGKCommand1636=GetAGKFunction("SETWINDOWSIZE_0_L_L_L")
  3486. agkSetWindowSize.AGKCommand1637=GetAGKFunction("SETWINDOWSIZE_0_L_L_L_L")
  3487. agkSetWindowAllowResize.AGKCommand1638=GetAGKFunction("SETWINDOWALLOWRESIZE_0_L")
  3488. agkMaximizeWindow.AGKCommand1639=GetAGKFunction("MAXIMIZEWINDOW_0_0")
  3489. agkMinimizeApp.AGKCommand1640=GetAGKFunction("MINIMIZEAPP_0_0")
  3490. agkRestoreApp.AGKCommand1641=GetAGKFunction("RESTOREAPP_0_0")
  3491. agkSetImmersiveMode.AGKCommand1642=GetAGKFunction("SETIMMERSIVEMODE_0_L")
  3492. agkSetScreenResolution.AGKCommand1643=GetAGKFunction("SETSCREENRESOLUTION_0_L_L")
  3493. agkGetDeviceName.AGKCommand1644=GetAGKFunction("GETDEVICENAME_S_0")
  3494. agkGetDeviceBaseName.AGKCommand1645=GetAGKFunction("GETDEVICEBASENAME_S_0")
  3495. agkGetDeviceType.AGKCommand1646=GetAGKFunction("GETDEVICETYPE_S_0")
  3496. agkGetAppName.AGKCommand1647=GetAGKFunction("GETAPPNAME_S_0")
  3497. agkGetDeviceLanguage.AGKCommand1648=GetAGKFunction("GETDEVICELANGUAGE_S_0")
  3498. agkSetSleepMode.AGKCommand1649=GetAGKFunction("SETSLEEPMODE_0_L")
  3499. agkSetExpansionFileKey.AGKCommand1650=GetAGKFunction("SETEXPANSIONFILEKEY_0_S")
  3500. agkSetExpansionFileVersion.AGKCommand1651=GetAGKFunction("SETEXPANSIONFILEVERSION_0_L")
  3501. agkGetExpansionFileState.AGKCommand1652=GetAGKFunction("GETEXPANSIONFILESTATE_L_0")
  3502. agkDownloadExpansionFile.AGKCommand1653=GetAGKFunction("DOWNLOADEXPANSIONFILE_0_0")
  3503. agkGetExpansionFileProgress.AGKCommand1654=GetAGKFunction("GETEXPANSIONFILEPROGRESS_F_0")
  3504. agkSetWindowTitle.AGKCommand1655=GetAGKFunction("SETWINDOWTITLE_0_S")
  3505. agkSleep.AGKCommand1656=GetAGKFunction("SLEEP_0_L")
  3506. agkSetVSync.AGKCommand1657=GetAGKFunction("SETVSYNC_0_L")
  3507. agkGetMaxDeviceWidth.AGKCommand1658=GetAGKFunction("GETMAXDEVICEWIDTH_L_0")
  3508. agkGetMaxDeviceHeight.AGKCommand1659=GetAGKFunction("GETMAXDEVICEHEIGHT_L_0")
  3509. agkGetDeviceDPI.AGKCommand1660=GetAGKFunction("GETDEVICEDPI_L_0")
  3510. agkGetAppPackageName.AGKCommand1661=GetAGKFunction("GETAPPPACKAGENAME_S_0")
  3511. agkGetDevicePlatform.AGKCommand1662=GetAGKFunction("GETDEVICEPLATFORM_L_0")
  3512. agkSin.AGKCommand1663=GetAGKFunction("SIN_F_F")
  3513. agkCos.AGKCommand1664=GetAGKFunction("COS_F_F")
  3514. agkTan.AGKCommand1665=GetAGKFunction("TAN_F_F")
  3515. agkSinRad.AGKCommand1666=GetAGKFunction("SINRAD_F_F")
  3516. agkCosRad.AGKCommand1667=GetAGKFunction("COSRAD_F_F")
  3517. agkTanRad.AGKCommand1668=GetAGKFunction("TANRAD_F_F")
  3518. agkASin.AGKCommand1669=GetAGKFunction("ASIN_F_F")
  3519. agkACos.AGKCommand1670=GetAGKFunction("ACOS_F_F")
  3520. agkATan.AGKCommand1671=GetAGKFunction("ATAN_F_F")
  3521. agkATan2.AGKCommand1672=GetAGKFunction("ATAN2_F_F_F")
  3522. agkASinRad.AGKCommand1673=GetAGKFunction("ASINRAD_F_F")
  3523. agkACosRad.AGKCommand1674=GetAGKFunction("ACOSRAD_F_F")
  3524. agkATanRad.AGKCommand1675=GetAGKFunction("ATANRAD_F_F")
  3525. agkATan2Rad.AGKCommand1676=GetAGKFunction("ATAN2RAD_F_F_F")
  3526. agkTrunc.AGKCommand1677=GetAGKFunction("TRUNC_L_F")
  3527. agkFloor.AGKCommand1678=GetAGKFunction("FLOOR_L_F")
  3528. agkCeil.AGKCommand1679=GetAGKFunction("CEIL_L_F")
  3529. agkRound.AGKCommand1680=GetAGKFunction("ROUND_L_F")
  3530. agkSqrt.AGKCommand1681=GetAGKFunction("SQRT_F_F")
  3531. agkAbs.AGKCommand1682=GetAGKFunction("ABS_F_F")
  3532. agkMod.AGKCommand1683=GetAGKFunction("MOD_L_L_L")
  3533. agkFMod.AGKCommand1684=GetAGKFunction("FMOD_F_F_F")
  3534. agkPow.AGKCommand1685=GetAGKFunction("POW_F_F_F")
  3535. ;-agkLog.AGKCommand1686=GetAGKFunction("LOG_F_F")
  3536. agkGetNumDeviceCameras.AGKCommand1687=GetAGKFunction("GETNUMDEVICECAMERAS_L_0")
  3537. agkSetDeviceCameraToImage.AGKCommand1688=GetAGKFunction("SETDEVICECAMERATOIMAGE_L_L_L")
  3538. agkGetDeviceCameraType.AGKCommand1689=GetAGKFunction("GETDEVICECAMERATYPE_L_L")
  3539. agkVibrateDevice.AGKCommand1690=GetAGKFunction("VIBRATEDEVICE_0_F")
  3540. agkLoadVideo.AGKCommand1691=GetAGKFunction("LOADVIDEO_L_S")
  3541. agkDeleteVideo.AGKCommand1692=GetAGKFunction("DELETEVIDEO_0_0")
  3542. agkSetVideoDimensions.AGKCommand1693=GetAGKFunction("SETVIDEODIMENSIONS_0_F_F_F_F")
  3543. agkPlayVideoToImage.AGKCommand1694=GetAGKFunction("PLAYVIDEOTOIMAGE_0_L")
  3544. agkPlayVideo.AGKCommand1695=GetAGKFunction("PLAYVIDEO_0_0")
  3545. agkPauseVideo.AGKCommand1696=GetAGKFunction("PAUSEVIDEO_0_0")
  3546. agkStopVideo.AGKCommand1697=GetAGKFunction("STOPVIDEO_0_0")
  3547. agkGetVideoPlaying.AGKCommand1698=GetAGKFunction("GETVIDEOPLAYING_L_0")
  3548. agkGetVideoPosition.AGKCommand1699=GetAGKFunction("GETVIDEOPOSITION_F_0")
  3549. agkGetVideoDuration.AGKCommand1700=GetAGKFunction("GETVIDEODURATION_F_0")
  3550. agkSetVideoVolume.AGKCommand1701=GetAGKFunction("SETVIDEOVOLUME_0_F")
  3551. agkGetVideoWidth.AGKCommand1702=GetAGKFunction("GETVIDEOWIDTH_F_0")
  3552. agkGetVideoHeight.AGKCommand1703=GetAGKFunction("GETVIDEOHEIGHT_F_0")
  3553. agkSetVideoPosition.AGKCommand1704=GetAGKFunction("SETVIDEOPOSITION_0_F")
  3554. agkSetRawWritePath.AGKCommand1705=GetAGKFunction("SETRAWWRITEPATH_0_S")
  3555. agkGetWritePath.AGKCommand1706=GetAGKFunction("GETWRITEPATH_S_0")
  3556. agkGetReadPath.AGKCommand1707=GetAGKFunction("GETREADPATH_S_0")
  3557. agkGetDocumentsPath.AGKCommand1708=GetAGKFunction("GETDOCUMENTSPATH_S_0")
  3558. agkSetCurrentDir.AGKCommand1709=GetAGKFunction("SETCURRENTDIR_L_S")
  3559. agkMakeFolder.AGKCommand1710=GetAGKFunction("MAKEFOLDER_L_S")
  3560. agkDeleteFolder.AGKCommand1711=GetAGKFunction("DELETEFOLDER_0_S")
  3561. agkGetMultiTouchExists.AGKCommand1712=GetAGKFunction("GETMULTITOUCHEXISTS_L_0")
  3562. agkGetMouseExists.AGKCommand1713=GetAGKFunction("GETMOUSEEXISTS_L_0")
  3563. agkGetKeyboardExists.AGKCommand1714=GetAGKFunction("GETKEYBOARDEXISTS_L_0")
  3564. agkGetCameraExists.AGKCommand1715=GetAGKFunction("GETCAMERAEXISTS_L_0")
  3565. agkGetGPSSensorExists.AGKCommand1716=GetAGKFunction("GETGPSSENSOREXISTS_L_0")
  3566. agkSetRawMouseVisible.AGKCommand1717=GetAGKFunction("SETRAWMOUSEVISIBLE_0_L")
  3567. agkSetRawMousePosition.AGKCommand1718=GetAGKFunction("SETRAWMOUSEPOSITION_0_F_F")
  3568. agkGetUnixTime.AGKCommand1719=GetAGKFunction("GETUNIXTIME_L_0")
  3569. agkGetDayOfWeek.AGKCommand1720=GetAGKFunction("GETDAYOFWEEK_L_0")
  3570. agkGetCurrentDate.AGKCommand1721=GetAGKFunction("GETCURRENTDATE_S_0")
  3571. agkGetCurrentTime.AGKCommand1722=GetAGKFunction("GETCURRENTTIME_S_0")
  3572. agkOpenBrowser.AGKCommand1723=GetAGKFunction("OPENBROWSER_0_S")
  3573. agkRunApp.AGKCommand1724=GetAGKFunction("RUNAPP_L_S_S")
  3574. agkGetAppRunning.AGKCommand1725=GetAGKFunction("GETAPPRUNNING_L_L")
  3575. agkTerminateApp.AGKCommand1726=GetAGKFunction("TERMINATEAPP_0_L")
  3576. agkViewFile.AGKCommand1727=GetAGKFunction("VIEWFILE_0_S")
  3577. agkShareText.AGKCommand1728=GetAGKFunction("SHARETEXT_0_S")
  3578. agkShareImage.AGKCommand1729=GetAGKFunction("SHAREIMAGE_0_S")
  3579. agkShareImageAndText.AGKCommand1730=GetAGKFunction("SHAREIMAGEANDTEXT_0_S_S")
  3580. agkFacebookActivateAppTracking.AGKCommand1731=GetAGKFunction("FACEBOOKACTIVATEAPPTRACKING_0_0")
  3581. agkGetInternetState.AGKCommand1732=GetAGKFunction("GETINTERNETSTATE_L_0")
  3582. agkSetPushNotificationKeys.AGKCommand1733=GetAGKFunction("SETPUSHNOTIFICATIONKEYS_0_S_S")
  3583. agkPushNotificationSetup.AGKCommand1734=GetAGKFunction("PUSHNOTIFICATIONSETUP_L_0")
  3584. agkGetPushNotificationToken.AGKCommand1735=GetAGKFunction("GETPUSHNOTIFICATIONTOKEN_S_0")
  3585. agkGetNotificationType.AGKCommand1736=GetAGKFunction("GETNOTIFICATIONTYPE_L_0")
  3586. agkSetNotificationImage.AGKCommand1737=GetAGKFunction("SETNOTIFICATIONIMAGE_0_L")
  3587. agkSetNotificationText.AGKCommand1738=GetAGKFunction("SETNOTIFICATIONTEXT_0_S")
  3588. agkGetNFCExists.AGKCommand1739=GetAGKFunction("GETNFCEXISTS_L_0")
  3589. agkStartGPSTracking.AGKCommand1740=GetAGKFunction("STARTGPSTRACKING_0_0")
  3590. agkStopGPSTracking.AGKCommand1741=GetAGKFunction("STOPGPSTRACKING_0_0")
  3591. agkGetRawGPSLatitude.AGKCommand1742=GetAGKFunction("GETRAWGPSLATITUDE_F_0")
  3592. agkGetRawGPSLongitude.AGKCommand1743=GetAGKFunction("GETRAWGPSLONGITUDE_F_0")
  3593. agkGetRawGPSAltitude.AGKCommand1744=GetAGKFunction("GETRAWGPSALTITUDE_F_0")
  3594. agkGetGameCenterExists.AGKCommand1745=GetAGKFunction("GETGAMECENTEREXISTS_L_0")
  3595. agkGameCenterSetup.AGKCommand1746=GetAGKFunction("GAMECENTERSETUP_0_0")
  3596. agkGameCenterLogin.AGKCommand1747=GetAGKFunction("GAMECENTERLOGIN_0_0")
  3597. agkGetGameCenterLoggedIn.AGKCommand1748=GetAGKFunction("GETGAMECENTERLOGGEDIN_L_0")
  3598. agkGetGameCenterPlayerID.AGKCommand1749=GetAGKFunction("GETGAMECENTERPLAYERID_S_0")
  3599. agkGetGameCenterPlayerDisplayName.AGKCommand1750=GetAGKFunction("GETGAMECENTERPLAYERDISPLAYNAME_S_0")
  3600. agkGameCenterSubmitScore.AGKCommand1751=GetAGKFunction("GAMECENTERSUBMITSCORE_0_L_S")
  3601. agkGameCenterShowLeaderBoard.AGKCommand1752=GetAGKFunction("GAMECENTERSHOWLEADERBOARD_0_S")
  3602. agkGameCenterSubmitAchievement.AGKCommand1753=GetAGKFunction("GAMECENTERSUBMITACHIEVEMENT_0_S_L")
  3603. agkGameCenterAchievementsShow.AGKCommand1754=GetAGKFunction("GAMECENTERACHIEVEMENTSSHOW_0_0")
  3604. agkGameCenterAchievementsReset.AGKCommand1755=GetAGKFunction("GAMECENTERACHIEVEMENTSRESET_0_0")
  3605. agkSetSharedVariableAppGroup.AGKCommand1756=GetAGKFunction("SETSHAREDVARIABLEAPPGROUP_0_S")
  3606. agkSaveSharedVariable.AGKCommand1757=GetAGKFunction("SAVESHAREDVARIABLE_0_S_S")
  3607. agkLoadSharedVariable.AGKCommand1758=GetAGKFunction("LOADSHAREDVARIABLE_S_S_S")
  3608. agkDeleteSharedVariable.AGKCommand1759=GetAGKFunction("DELETESHAREDVARIABLE_0_S")
  3609. agkFirebaseSetup.AGKCommand1760=GetAGKFunction("FIREBASESETUP_0_0")
  3610. agkFirebaseLogEvent.AGKCommand1761=GetAGKFunction("FIREBASELOGEVENT_0_S")
  3611. agkIsSupportedDepthTexture.AGKCommand1762=GetAGKFunction("ISSUPPORTEDDEPTHTEXTURE_L_0")
  3612. agkSetAntialiasMode.AGKCommand1763=GetAGKFunction("SETANTIALIASMODE_0_L")
  3613. agkRenderShadowMap.AGKCommand1764=GetAGKFunction("RENDERSHADOWMAP_0_0")
  3614. agkSetNetworkAllowClients.AGKCommand1765=GetAGKFunction("SETNETWORKALLOWCLIENTS_0_L")
  3615. agkKickNetworkClient.AGKCommand1766=GetAGKFunction("KICKNETWORKCLIENT_0_L_L")
  3616. agkSetObjectCastShadow.AGKCommand1767=GetAGKFunction("SETOBJECTCASTSHADOW_0_L_L")
  3617. agkSetObjectReceiveShadow.AGKCommand1768=GetAGKFunction("SETOBJECTRECEIVESHADOW_0_L_L")
  3618. agkGetObjectCastShadowMode.AGKCommand1769=GetAGKFunction("GETOBJECTCASTSHADOWMODE_L_L")
  3619. agkGetObjectReceiveShadowMode.AGKCommand1770=GetAGKFunction("GETOBJECTRECEIVESHADOWMODE_L_L")
  3620. agkGetShadowMappingSupported.AGKCommand1771=GetAGKFunction("GETSHADOWMAPPINGSUPPORTED_L_0")
  3621. agkSetShadowMappingMode.AGKCommand1772=GetAGKFunction("SETSHADOWMAPPINGMODE_0_L")
  3622. agkGetShadowMappingMode.AGKCommand1773=GetAGKFunction("GETSHADOWMAPPINGMODE_L_0")
  3623. agkSetShadowMapSize.AGKCommand1774=GetAGKFunction("SETSHADOWMAPSIZE_0_L_L")
  3624. agkSetShadowRange.AGKCommand1775=GetAGKFunction("SETSHADOWRANGE_0_F")
  3625. agkSetShadowBias.AGKCommand1776=GetAGKFunction("SETSHADOWBIAS_0_F")
  3626. agkSetShadowLightStepSize.AGKCommand1777=GetAGKFunction("SETSHADOWLIGHTSTEPSIZE_0_F")
  3627. agkSetShadowSmoothing.AGKCommand1778=GetAGKFunction("SETSHADOWSMOOTHING_0_L")
  3628. agkGetShadowPolygonsDrawn.AGKCommand1779=GetAGKFunction("GETSHADOWPOLYGONSDRAWN_L_0")
  3629. agkLoadShaderFromString.AGKCommand1780=GetAGKFunction("LOADSHADERFROMSTRING_L_S_S")
  3630. ;-agkLoadShaderFromString.AGKCommand1781=GetAGKFunction("LOADSHADERFROMSTRING_0_L_S_S")
  3631. ;-agkCreate3DParticles.AGKCommand1782=GetAGKFunction("CREATE3DPARTICLES_0_L_F_F_F")
  3632. agkCreate3DParticles.AGKCommand1783=GetAGKFunction("CREATE3DPARTICLES_L_F_F_F")
  3633. agkGet3DParticlesExists.AGKCommand1784=GetAGKFunction("GET3DPARTICLESEXISTS_L_L")
  3634. agkDelete3DParticles.AGKCommand1785=GetAGKFunction("DELETE3DPARTICLES_0_L")
  3635. agkSet3DParticlesPosition.AGKCommand1786=GetAGKFunction("SET3DPARTICLESPOSITION_0_L_F_F_F")
  3636. agkSet3DParticlesFrequency.AGKCommand1787=GetAGKFunction("SET3DPARTICLESFREQUENCY_0_L_F")
  3637. agkSet3DParticlesStartZone.AGKCommand1788=GetAGKFunction("SET3DPARTICLESSTARTZONE_0_L_F_F_F_F_F_F")
  3638. agkSet3DParticlesDirection.AGKCommand1789=GetAGKFunction("SET3DPARTICLESDIRECTION_0_L_F_F_F_F")
  3639. agkSet3DParticlesVelocityRange.AGKCommand1790=GetAGKFunction("SET3DPARTICLESVELOCITYRANGE_0_L_F_F")
  3640. agkSet3DParticlesDirectionRange.AGKCommand1791=GetAGKFunction("SET3DPARTICLESDIRECTIONRANGE_0_L_F_F")
  3641. agkSet3DParticlesSize.AGKCommand1792=GetAGKFunction("SET3DPARTICLESSIZE_0_L_F")
  3642. agkSet3DParticlesLife.AGKCommand1793=GetAGKFunction("SET3DPARTICLESLIFE_0_L_F")
  3643. agkSet3DParticlesMax.AGKCommand1794=GetAGKFunction("SET3DPARTICLESMAX_0_L_L")
  3644. agkReset3DParticleCount.AGKCommand1795=GetAGKFunction("RESET3DPARTICLECOUNT_0_L")
  3645. agkSet3DParticlesImage.AGKCommand1796=GetAGKFunction("SET3DPARTICLESIMAGE_0_L_L")
  3646. agkSet3DParticlesVisible.AGKCommand1797=GetAGKFunction("SET3DPARTICLESVISIBLE_0_L_L")
  3647. agkSet3DParticlesActive.AGKCommand1798=GetAGKFunction("SET3DPARTICLESACTIVE_0_L_L")
  3648. agkSet3DParticlesTransparency.AGKCommand1799=GetAGKFunction("SET3DPARTICLESTRANSPARENCY_0_L_L")
  3649. agkSet3DParticlesColorInterpolation.AGKCommand1800=GetAGKFunction("SET3DPARTICLESCOLORINTERPOLATION_0_L_L")
  3650. agkGet3DParticlesX.AGKCommand1801=GetAGKFunction("GET3DPARTICLESX_F_L")
  3651. agkGet3DParticlesY.AGKCommand1802=GetAGKFunction("GET3DPARTICLESY_F_L")
  3652. agkGet3DParticlesZ.AGKCommand1803=GetAGKFunction("GET3DPARTICLESZ_F_L")
  3653. agkGet3DParticlesVisible.AGKCommand1804=GetAGKFunction("GET3DPARTICLESVISIBLE_L_L")
  3654. agkGet3DParticlesActive.AGKCommand1805=GetAGKFunction("GET3DPARTICLESACTIVE_L_L")
  3655. agkGet3DParticlesFrequency.AGKCommand1806=GetAGKFunction("GET3DPARTICLESFREQUENCY_F_L")
  3656. agkGet3DParticlesDirectionX.AGKCommand1807=GetAGKFunction("GET3DPARTICLESDIRECTIONX_F_L")
  3657. agkGet3DParticlesDirectionY.AGKCommand1808=GetAGKFunction("GET3DPARTICLESDIRECTIONY_F_L")
  3658. agkGet3DParticlesDirectionZ.AGKCommand1809=GetAGKFunction("GET3DPARTICLESDIRECTIONZ_F_L")
  3659. agkGet3DParticlesDirectionRange1.AGKCommand1810=GetAGKFunction("GET3DPARTICLESDIRECTIONRANGE1_F_L")
  3660. agkGet3DParticlesDirectionRange2.AGKCommand1811=GetAGKFunction("GET3DPARTICLESDIRECTIONRANGE2_F_L")
  3661. agkGet3DParticlesSize.AGKCommand1812=GetAGKFunction("GET3DPARTICLESSIZE_F_L")
  3662. agkGet3DParticlesLife.AGKCommand1813=GetAGKFunction("GET3DPARTICLESLIFE_F_L")
  3663. agkGet3DParticlesMaxReached.AGKCommand1814=GetAGKFunction("GET3DPARTICLESMAXREACHED_L_L")
  3664. agkAdd3DParticlesForce.AGKCommand1815=GetAGKFunction("ADD3DPARTICLESFORCE_0_L_F_F_F_F_F")
  3665. agkClear3DParticlesForces.AGKCommand1816=GetAGKFunction("CLEAR3DPARTICLESFORCES_0_L")
  3666. agkAdd3DParticlesColorKeyFrame.AGKCommand1817=GetAGKFunction("ADD3DPARTICLESCOLORKEYFRAME_0_L_F_L_L_L_L")
  3667. agkClear3DParticlesColors.AGKCommand1818=GetAGKFunction("CLEAR3DPARTICLESCOLORS_0_L")
  3668. agkAdd3DParticlesScaleKeyFrame.AGKCommand1819=GetAGKFunction("ADD3DPARTICLESSCALEKEYFRAME_0_L_F_F")
  3669. agkClear3DParticlesScales.AGKCommand1820=GetAGKFunction("CLEAR3DPARTICLESSCALES_0_L")
  3670. agkUpdate3DParticles.AGKCommand1821=GetAGKFunction("UPDATE3DPARTICLES_0_L_F")
  3671. agkOffset3DParticles.AGKCommand1822=GetAGKFunction("OFFSET3DPARTICLES_0_L_F_F_F")
  3672. agkSetMeshMemblockVertexColor.AGKCommand1823=GetAGKFunction("SETMESHMEMBLOCKVERTEXCOLOR_0_L_L_L_L_L_L")
  3673. agkGetMeshMemblockVertexRed.AGKCommand1824=GetAGKFunction("GETMESHMEMBLOCKVERTEXRED_L_L_L")
  3674. agkGetMeshMemblockVertexGreen.AGKCommand1825=GetAGKFunction("GETMESHMEMBLOCKVERTEXGREEN_L_L_L")
  3675. agkGetMeshMemblockVertexBlue.AGKCommand1826=GetAGKFunction("GETMESHMEMBLOCKVERTEXBLUE_L_L_L")
  3676. agkGetMeshMemblockVertexAlpha.AGKCommand1827=GetAGKFunction("GETMESHMEMBLOCKVERTEXALPHA_L_L_L")
  3677. agkSetObjectMeshNormalMap.AGKCommand1828=GetAGKFunction("SETOBJECTMESHNORMALMAP_0_L_L_L")
  3678. agkSetObjectNormalMap.AGKCommand1829=GetAGKFunction("SETOBJECTNORMALMAP_0_L_L")
  3679. agkSetObjectNormalMapScale.AGKCommand1830=GetAGKFunction("SETOBJECTNORMALMAPSCALE_0_L_F_F")
  3680. agkSetObjectMeshNormalMapScale.AGKCommand1831=GetAGKFunction("SETOBJECTMESHNORMALMAPSCALE_0_L_L_F_F")
  3681. agkGetMemblockPtr.AGKCommand1832=GetAGKFunction("GETMEMBLOCKPTR_P_L")
  3682. agkCreateImageFromPNGMemblock.AGKCommand1833=GetAGKFunction("CREATEIMAGEFROMPNGMEMBLOCK_0_L_L")
  3683. ;- agkCreateImageFromPNGMemblock.AGKCommand1834=GetAGKFunction("CREATEIMAGEFROMPNGMEMBLOCK_L_L")
  3684.  
  3685. EndProcedure
  3686.  
  3687. ;- VARIAVEIS GLOBAIS
  3688.  
  3689. Global *StringPtr
  3690.  
  3691. Procedure.s S(in.s)
  3692. ProcedureReturn PeekS(@in, -1, #PB_Ascii)
  3693. EndProcedure
  3694.  
  3695. Procedure agkPushError(String.s)
  3696. Size=StringByteLength(String)
  3697. If Size>0
  3698. *StringPtr=agkCreateString(Size+1)
  3699. If *StringPtr
  3700. PokeS(*StringPtr, String, Size, #PB_UTF8)
  3701. agkPluginError(*StringPtr)
  3702. FreeMemory(*StringPtr)
  3703. EndIf
  3704. EndIf
  3705. EndProcedure
  3706.  
  3707. Procedure agkMakeString(String.s)
  3708.  
  3709. If *StringPtr
  3710. agkDeleteString(*StringPtr)
  3711. FreeMemory(*StringPtr)
  3712. EndIf
  3713.  
  3714. Size=StringByteLength(String)
  3715. If Size>0
  3716. *StringPtr=agkCreateString(Size+1)
  3717. If *StringPtr
  3718. PokeS(*StringPtr, String, Size, #PB_Ascii)
  3719. ProcedureReturn *StringPtr
  3720. EndIf
  3721. EndIf
  3722.  
  3723. EndProcedure
  3724.  
  3725. Procedure _agkMakeString(String.s)
  3726. Size=StringByteLength(String)
  3727. If Size>0
  3728. *Ptr=agkCreateString(Size+1)
  3729. If *Ptr
  3730. PokeS(*Ptr, String, Size, #PB_Ascii)
  3731. ProcedureReturn *Ptr
  3732. EndIf
  3733. EndIf
  3734. EndProcedure
  3735.  
  3736. DeclareCDLL.i LoadImg()
  3737. DeclareCDLL.i LoadImg2(imgid.i)
  3738.  
  3739. ProcedureCDLL.i LoadImg()
  3740.  
  3741.  
  3742. If (FileSize(GetCurrentDirectory()+"media/demo.cbp") > 0)
  3743. ColdBasicPacker::InitPackage("GUI",GetCurrentDirectory()+"media/demo.cbp")
  3744. ColdBasicPacker::PreLoadFiles("GUI")
  3745.  
  3746. *MemBlockVal = ColdBasicPacker::GetImageMemory("GUI", 0, "teste.png")
  3747.  
  3748. memblockimg = agkCreateMemblock(MemorySize(*MemBlockVal))
  3749.  
  3750. agkSetMemblockByte(memblockimg,0,PeekB(*MemBlockVal))
  3751.  
  3752. ProcedureReturn memblockimg
  3753. ; ColdBasicPacker::GetImageMemory("Pack", 1, "teste.png")
  3754. ; ColdBasicPacker::GetImage("GUI", 1, "copyright.png")
  3755. Else
  3756. MessageRequester("Erro 0x04885","Could not find %DIR%/media/demo.cbp")
  3757. EndIf
  3758.  
  3759. If (IsImage(0) = 0)
  3760. MessageRequester("ERRO 0x0374N","(.cbp) ColdBytePackage Invalid !",#PB_MessageRequester_Error)
  3761. EndIf
  3762.  
  3763.  
  3764. EndProcedure
  3765.  
  3766. ProcedureCDLL.i LoadImg2(imgid.i)
  3767.  
  3768. tmpImg.s = ""
  3769.  
  3770. If ReadFile(0, "media/"+Str(imgid)+".png") ; if the file could be read, we continue...
  3771. While Eof(0) = 0 ; loop as long the 'end of file' isn't reached
  3772. tmpImg = tmpImg + ReadString(0) ; display line by line in the debug window
  3773. Wend
  3774. CloseFile(0) ; close the previously opened file
  3775. Else
  3776. MessageRequester("Information","Couldn't open the file!")
  3777. EndIf
  3778.  
  3779. memblockimg = agkCreateMemblock(FileSize("media/"+Str(imgid)+".png")+1)
  3780.  
  3781. agkSetMemblockString(memblockimg,0,tmpImg)
  3782.  
  3783. ProcedureReturn memblockimg
  3784.  
  3785. EndProcedure
  3786.  
  3787.  
  3788.  
  3789. ProcedureCDLL.i LoadImg3(imgid.i)
  3790.  
  3791. ProcedureReturn LoadImage(imgid,"media/"+Str(imgid)+".png")
  3792.  
  3793. EndProcedure
  3794.  
  3795. ProcedureCDLL.i LoadImg4(imgid.i)
  3796.  
  3797. LoadImage(imgid,"media/"+Str(imgid)+".png")
  3798.  
  3799. ProcedureReturn ImageID(imgid)
  3800.  
  3801. EndProcedure
  3802.  
Add Comment
Please, Sign In to add comment