Menu

List of GPC Keywords

 
      These words have special meaning in GPC. Some of them represent things which look like functions, some look like constants, and so on. However they are language constructs. You cannot use any of the following words as constants, variables, combo or function names.
 
  1. abs                  -- Math Functions
  2. block                -- I/O Functions
  3. block_rumble         -- Rumble
  4. break                -- Flow Control
  5. call                 -- Combos
  6. check_slot           -- Misc Functions and Constants
  7. clear_bit            -- Bit Operations
  8. combo                -- Combos
  9. combo_restart       -- Combos
  10. combo_run            -- Combos
  11. combo_running       -- Combos
  12. combo_stop          -- Combos
  13. data                -- Data Segment
  14. dbyte               -- Data Segment
  15. dchar               -- Data Segment
  16. deadzone            -- I/O Functions
  17. define             -- Basic Syntax
  18. dword               -- Data Segment
  19. else               -- Flow Control
  20. event_press         -- I/O Functions
  21. event_release     -- I/O Functions
  22. get_bits            -- Bit Operations
  23. get_battery         -- Misc Functions and Constants
  24. get_console         -- Misc Functions and Constants
  25. get_controller      -- Misc Functions and Constants
  26. get_ctrlbutton      -- Misc Functions and Constants
  27. get_led             -- LEDs
  28. get_ledx            -- LEDs
  29. get_lval            -- I/O Functions
  30. get_ptime           -- I/O Functions
  31. get_pvar            -- Persistent Variables
  32. get_rtime           -- Misc Functions and Constants
  33. get_rumble          -- Rumble
  34. get_slot            -- Misc Functions and Constants
  35. get_val             -- I/O Functions
  36. if                 -- Flow Control
  37. init               -- Initialization
  38. int                -- Variables, Types and Arrays
  39. inv                 -- Math Functions
  40. isqrt               -- Math Functions
  41. irand               -- Math Functions
  42. load_slot           -- Misc Functions and Constants
  43. main                -- A Simple Tutorial
  44. output_protocol     -- Misc Functions and Constants
  45. output_reconnection -- Misc Functions and Constants
  46. pow                 -- Math Functions
  47. ps4_authtimeout    -- Misc Functions and Constants
  48. ps4_set_touchpad    -- Misc Functions and Constants
  49. ps4_touchpad        -- Misc Functions and Constants
  50. remap               -- Remapping
  51. reset_leds          -- LEDs
  52. reset_rumble        -- Rumble
  53. sensitivity         -- I/O Functions
  54. stickize            -- I/O Functions
  55. set_bit             -- Bit Operations
  56. set_bits            -- Bit Operations
  57. set_led             -- LEDs
  58. set_ledx            -- LEDs
  59. set_pvar            -- Persistent Variables
  60. set_rumble          -- Rumble
  61. set_val             -- I/O Functions
  62. swap                -- I/O Functions
  63. test_bit            -- Bit Operations
  64. turn_off            -- Misc Functions and Constants
  65. unmap             -- Remapping
  66. vm_tctrl           -- Misc Functions and Constants
  67. wait                -- Combos
  68. while              -- Flow Control
  69. wiir_offscreen      -- Misc Functions and Constants