-
Notifications
You must be signed in to change notification settings - Fork 19
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 aGameServiceStaticClass
struct to the user pointers list of game services to load. -
void RemoveUserService(long in_ptr)
- removes a pointer to aGameServiceStaticClass
struct.
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 theName
member.
-
- Members;
- Home
- Codes
-
Libraries
- Getting started
- Features
-
Usage
- Static reference
- Include reference
- Global
- Sonic Frontiers
- Sonic Origins