GameJolt Component (EN) - Crucial-Experiment/HelloNeighborGamesRemake GitHub Wiki

GameJolt Component

The component is responsible for integration with the GameJolt platform and allows you to work with trophies. You can use it to reward players with achievements. Additional information about the GameJoltAPI plugin can be found here.

Public variables

  • Use Type (Enum) — the action required to receive the reward. An enumeration from the EnumTutorialUse is used (see section Enums and Structures)
  • Component Type (Enum) — specifies the type of action from GameJoltEnum (see section Enums and Structures)
  • Trophy ID (Int) — unique trophy identifier in GameJolt

Functions

  • Check Use Type — checks the type of action. If it matches the value from the Usa Type (Enum), the action specified in the Component Type (Enum) is performed