Torque3D Documentation / _generateds / ResourceRegisterLoadSignal

ResourceRegisterLoadSignal

Engine/source/core/resource.h

This template may be used to register a load signal as follows: static ResourceRegisterLoadSignal sgAuto( staticLoadFunction );.

More...

Public Functions

Detailed Description

This template may be used to register a load signal as follows: static ResourceRegisterLoadSignal sgAuto( staticLoadFunction );.

Public Functions

ResourceRegisterLoadSignal(Delegate< bool(const Torque::Path &, void **)> func)