ManiaScript Trackmania 2020  30/10/2024
CBaseConstEvent Class Reference

An event. More...

#include <2024_10_30.h>

Inheritance diagram for CBaseConstEvent:
CNod CBaseEvent CManiaAppEvent CMlScriptEvent CServerPluginEvent CSmActionEvent CXmlRpcEvent CSmModeEvent CUIConfigEvent CEditorEvent CEditorPluginModuleEvent CManiaAppPlaygroundEvent CMapEditorPluginEvent

Public Attributes

Boolean HasBeenProcessed
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

An event.

Supported declare modes :

  • Local

Definition at line 13719 of file 2024_10_30.h.

Member Data Documentation

◆ HasBeenProcessed

Boolean CBaseConstEvent::HasBeenProcessed

Use this flag to solve issues where some events are interpreted twice by different script librairies.
Discard events if the flag is set. Set the flag after handling the event.

Definition at line 13724 of file 2024_10_30.h.


The documentation for this class was generated from the following file: