-
Notifications
You must be signed in to change notification settings - Fork 25
Library Rangers GameService
Gabriel edited this page Sep 26, 2023
·
2 revisions
Provides access to hh::game::GameService from Sonic Frontiers.
Functions;
-
void AddUserService(long in_ptr)- adds a pointer to aGameServiceStaticClassstruct to the user pointers list of game services to load. -
void RemoveUserService(long in_ptr)- removes a pointer to aGameServiceStaticClassstruct.
Types;
-
struct Data- a struct representation ofhh::game::GameService.- Members;
-
GameDocument.Data* pGameDocument- a pointer to an instance ofapp::GameDocument. -
GameServiceStaticClass* pStaticClass- a pointer to an instance ofGameServiceStaticClass.
-
- Members;
-
struct GameServiceStaticClass- a struct representation of the static class for storing information about a game service.- Members;
-
Helpers.UnmanagedString Name- the name of this game service.
-
- Functions;
-
string ToString()- returns theNamemember.
-
- Members;
- Home
- Codes
-
Libraries
- Getting started
- Features
-
Usage
- Static reference
- Include reference
- Global
- Sonic Frontiers
- Sonic Origins