Page MenuHomeFeedback Tracker

Class with: [BaseContainerProps()] can't be called by ScriptInvoker
Assigned, NormalPublic

Description

When a class is created with the decorator [BaseContainerProps()] subscribing to ScriptInvoker, a method can be inserted inside the Invoker, but when an event is triggered, nothing happen.

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 7
Category
General
Steps To Reproduce
  1. Create or use existing ScriptInvoker
  2. Create a class with the decorator [BaseContainerProps()]
  3. Assign any invoker to a method of the class
  4. Create a config file using the decorator.
  5. Find a place for creating the class from the config file with BaseContainerTools
  6. Launch the game and try the ScriptInvoker
Additional Information

Complete test project with Debug Print

Event Timeline

Geez changed the task status from New to Assigned.Jun 1 2022, 6:03 PM