HAPI Methods
The HAPI class has multiple methods to save you time and enhance your workflow.
Finding an object by name near a position
Sometimes there's multiple objects with the same name so if you have your object position you can use this method to find it more accurately.
Finding an object by its hierarchy path
This is probably the most accurate way of finding buildings or static objects if you want to interact with them.
Saving the game
This one is pretty simple as you just call it to save the game.
Teleporting a player somewhere
HAPI gives you an extension method for the Player class so you can teleport an user wherever you want.
Kicking a player
Kicking a player can be done through the Kick extension method.
Banning a player
Banning a player can also be done using HAPI with the Ban extension method.
Last updated