Skip to content

Library Rangers Resources

Gabriel edited this page Sep 26, 2023 · 1 revision

Resources

Provides methods for manipulating resource data.

Functions;

  • void AddResourceNotifyAction(TResourceNotifyAction in_action) - registers a function of the TResourceNotifyAction type into the event handler for when a resource is loaded.
  • void RemoveResourceNotifyAction(TResourceNotifyAction in_action) - removes a function of the TResourceNotifyAction type.
  • void AddResourceDataAction(TResourceDataAction in_action) - registers a function of the TResourceDataAction type into the event handler for when a resource's data is loaded.
  • void RemoveResourceDataAction(TResourceDataAction in_action) - removes a function of the TResourceDataAction type.
Clone this wiki locally