Expand description
This module provides the main traits for creating FFGL plugins Use simplified for a simpler way to create plugins
Modules§
- simplified
- This module provides a simplified way to implement a plugin
Traits§
- FFGL
Handler - This type is created once per plugin load. You can use it to store static state and create instances
- FFGL
Instance - This type is created once per instance of a plugin