Skip to content
Simón Olivo (Sarturo) edited this page Aug 3, 2020 · 9 revisions

Documentation - Home

Welcome to the GameJoltAPI Plugin V 1.0 documentation.

This Plugin for Godot 3.2 allows you to integrate your game with the Game Jolt API.

By installing the Plugin you will be able to use the global scene called GameJoltAPI. GameJoltAPI's functions can be grouped as follows:

Calling the GameJoltAPI's functions

Once the plugin has successfully installed, you can get its variables and functions by using the following syntax:

#Using a GameJoltAPI variable:
var my_var = GameJoltAPI.var_name

#Calling a GameJoltAPI function: 
  GameJoltAPI.function_name()

For more information about how to install the Plugin, check the Get Started section.

Clone this wiki locally