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 theEnumTutorialUse
is used (see section Enums and Structures)Component Type (Enum)
— specifies the type of action fromGameJoltEnum
(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 theUsa Type (Enum)
, the action specified in theComponent Type (Enum)
is performed