The GetGameParameter function is now obsolete.
It has been replaced with the following functions and properties:
Game.SpriteWidth (was GP_SPRITEWIDTH)
Game.SpriteHeight (was GP_SPRITEHEIGHT)
Game.GetLoopCountForView (was GP_NUMLOOPS)
Game.GetFrameCountForLoop (was GP_NUMFRAMES)
Game.GetRunNextSettingForLoop (was GP_ISRUNNEXTLOOP)
Game.GetViewFrame (was GP_FRAMExxx, GP_ISFRAMEFLIPPED)
Game.GUICount (was GP_NUMGUIS)
Room.ObjectCount (was GP_NUMOBJECTS)
Game.CharacterCount (was GP_NUMCHARACTERS)
Game.InventoryItemCount(was GP_NUMINVITEMS)
|