![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
An action event. More...
#include <doc.h>
Public Attributes | |
| CSmActionEvent::EType const | Type |
| Ident const | ProjectileModelId |
| Integer const | ProjectileStartDate |
| Integer const | Damage |
| Integer const | ContextId |
| Vec3 const | Position |
| Vec3 const | Direction |
| Vec3 const | Normal |
| CEntity *const | Victim |
| Integer const | Shield |
| CSmActionEvent::EInputChange const | Input |
| Integer const | ScrollDelta |
Public Attributes inherited from CBaseConstEvent | |
| Boolean | HasBeenProcessed |
Public Attributes inherited from CNod | |
| Ident const | Id |
An action event.
Supported declare modes :
| Integer const CSmActionEvent::ContextId |
| Integer const CSmActionEvent::Damage |
| Vec3 const CSmActionEvent::Direction |
| CSmActionEvent::EInputChange const CSmActionEvent::Input |
| Vec3 const CSmActionEvent::Normal |
| Vec3 const CSmActionEvent::Position |
| Ident const CSmActionEvent::ProjectileModelId |
| Integer const CSmActionEvent::ProjectileStartDate |
| Integer const CSmActionEvent::ScrollDelta |
| Integer const CSmActionEvent::Shield |
| CSmActionEvent::EType const CSmActionEvent::Type |
Type.
| CEntity* const CSmActionEvent::Victim |