Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Next page


You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

MsgObject is a prototype (template) used to create objects with methods and properties for handling events. The methods and properties of MsgObject allow receiving the information about objects that send or receive events, generating actions, changing object states, etc.

The methods and properties of the MsgObject prototype can be called via its instance objects or the Event static object.

Event is a static object used to call events in Axxon PSIM. The Event object represents the system event that launched the script. All MsgObject methods and properties are available for the Event object.

The CreateMsg method of the Core object is used to create instances based on the MsgObject prototype.

  • No labels