Class ApplicationModule

Inheritance Relationships

Base Type

Class Documentation

class legion::application::ApplicationModule : public legion::core::Module

Public Functions

inline virtual void setup() override
inline virtual priority_type priority() override

determines the execution priority of this module LEGION_IMPURE_RETURN

Return

priority_type signed int8 higher is higher priority and get called first

Note

default priority of the engine is 0.

Note

call order for modules with the same priority is undefined.