Not all functions in API digest?

Hello,

I noticed not all of the functions we can use are in the API, like GetMaxHealth() and SetMaxHealth() for example.

Is there a full list of every function we can get access to or any way we can access the librarys like {/Verse.org/Simulation} ? :slightly_smiling_face:

Where are you looking for the API? The functions are not tied to the player. They are tied to the fort_character. You have to first GetFortCharacter off the player, then access the functions from the character. You can see all API methods in the digests. So this is in the Fortnite.digest.verse file:

2 Likes

I was looking at the verse API page in the docs Epic Games - this page does not include any of the fort_character information

Thank you for pointing out that the up to date api methods are in the code file :slight_smile: