Action-Context

The action context is used whenever any actions (except scene related actions) are executed. Besides some basic methods it must also implement all native-functions that the user wants to call via the interface.

Required Methods

There are some required methods that need to be implemented in the Action-Context by default.

ProcessMessage

Handles messages that are meant to be sent to the CGI application from the Interface-Buffer.

Argument Name Type Description
message
Courier::Message* Messages to be sent by the method.


Revision #2
Created 2024-10-07 05:17:59 UTC by Kanai Tomoaki
Updated 2025-04-14 03:35:33 UTC by Kanai Tomoaki