-
Notifications
You must be signed in to change notification settings - Fork 20
Library Rangers Resources
Gabriel edited this page Sep 26, 2023
·
1 revision
Provides methods for manipulating resource data.
Functions;
-
void AddResourceNotifyAction(TResourceNotifyAction in_action)
- registers a function of theTResourceNotifyAction
type into the event handler for when a resource is loaded. -
void RemoveResourceNotifyAction(TResourceNotifyAction in_action)
- removes a function of theTResourceNotifyAction
type. -
void AddResourceDataAction(TResourceDataAction in_action)
- registers a function of theTResourceDataAction
type into the event handler for when a resource's data is loaded. -
void RemoveResourceDataAction(TResourceDataAction in_action)
- removes a function of theTResourceDataAction
type.
- Home
- Codes
-
Libraries
- Getting started
- Features
-
Usage
- Static reference
- Include reference
- Global
- Sonic Frontiers
- Sonic Origins