Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
Loading...
Searching...
No Matches
CManiaAppPlaygroundEvent Class Reference

GameMode ManaiApp event. More...

#include <doc.h>

Inheritance diagram for CManiaAppPlaygroundEvent:
[legend]

Public Types

enum  Type {
  LayerCustomEvent , KeyPress , MenuNavigation , PlaygroundScriptEvent ,
  GhostAdded , RecordUpdated , RecordsUpdated , OnPlayerTriggerSpecial ,
  OnPlayerTriggerWaypoint
}
enum  GameplaySpecialType {
  None , Turbo , Turbo2 , TurboRoulette ,
  FreeWheeling , NoGrip , NoSteering , ForceAcceleration ,
  Reset , SlowMotion , Bumper , Bumper2 ,
  ReactorBoost_Legacy , Fragile , ReactorBoost2_Legacy , Bouncy ,
  NoBrakes , Cruise , ReactorBoost_Oriented , ReactorBoost2_Oriented ,
  VehicleTransform_Reset , VehicleTransform_CarSnow , VehicleTransform_CarRally , VehicleTransform_CarDesert ,
  Null
}
enum  GameplayTurboRoulette { TurboRoulette_None , TurboRoulette_1 , TurboRoulette_2 , TurboRoulette_3 }
Public Types inherited from CManiaAppEvent
enum  EType { LayerCustomEvent , KeyPress , ExternalCustomEvent , MenuNavigation }
enum  EMenuNavAction {
  Up , Right , Left , Down ,
  Select , Cancel , PageUp , PageDown ,
  AppMenu , Action1 , Action2 , Action3 ,
  Action4 , ScrollUp , ScrollDown
}

Public Attributes

CManiaAppPlaygroundEvent::Type const PlaygroundType
Text const PlaygroundScriptEventType
Array< TextPlaygroundScriptEventData
CGhost *const Ghost
CManiaAppPlaygroundEvent::GameplaySpecialType const GameplaySpecialType
CManiaAppPlaygroundEvent::GameplayTurboRoulette const GameplayTurboRoulette
Boolean const IsBoostUpElseDown
Integer const WaypointLandmarkIndex
Integer const RaceWaypointTime
Integer const DiffWithBestRace
Boolean const DiffWithBestRace_IsValid
Integer const LapWaypointTime
Integer const DiffWithBestLap
Boolean const DiffWithBestLap_IsValid
Boolean const IsFinish
Boolean const IsNewLap
Integer const RaceWaypointCount
Integer const LapWaypointCount
Public Attributes inherited from CManiaAppEvent
CManiaAppEvent::EType const Type
CUILayer *const CustomEventLayer
Text const CustomEventType
Array< TextCustomEventData
Text const ExternalEventType
Array< TextExternalEventData
CManiaAppEvent::EMenuNavAction const MenuNavAction
Boolean const IsActionAutoRepeat
Integer const KeyCode
Text const KeyName
Public Attributes inherited from CBaseConstEvent
Boolean HasBeenProcessed
Public Attributes inherited from CNod
Ident const Id

Detailed Description

GameMode ManaiApp event.

Supported declare modes :

  • Local

Member Enumeration Documentation

◆ GameplaySpecialType

Enumerator
None 
Turbo 
Turbo2 
TurboRoulette 
FreeWheeling 
NoGrip 
NoSteering 
ForceAcceleration 
Reset 
SlowMotion 
Bumper 
Bumper2 
ReactorBoost_Legacy 
Fragile 
ReactorBoost2_Legacy 
Bouncy 
NoBrakes 
Cruise 
ReactorBoost_Oriented 
ReactorBoost2_Oriented 
VehicleTransform_Reset 
VehicleTransform_CarSnow 
VehicleTransform_CarRally 
VehicleTransform_CarDesert 
Null 

◆ GameplayTurboRoulette

Enumerator
TurboRoulette_None 
TurboRoulette_1 
TurboRoulette_2 
TurboRoulette_3 

◆ Type

Enumerator
LayerCustomEvent 
KeyPress 
MenuNavigation 
PlaygroundScriptEvent 
GhostAdded 
RecordUpdated 
RecordsUpdated 
OnPlayerTriggerSpecial 
OnPlayerTriggerWaypoint 

Member Data Documentation

◆ DiffWithBestLap

Integer const CManiaAppPlaygroundEvent::DiffWithBestLap

◆ DiffWithBestLap_IsValid

Boolean const CManiaAppPlaygroundEvent::DiffWithBestLap_IsValid

◆ DiffWithBestRace

Integer const CManiaAppPlaygroundEvent::DiffWithBestRace

◆ DiffWithBestRace_IsValid

Boolean const CManiaAppPlaygroundEvent::DiffWithBestRace_IsValid

◆ GameplaySpecialType

◆ GameplayTurboRoulette

◆ Ghost

CGhost* const CManiaAppPlaygroundEvent::Ghost

◆ IsBoostUpElseDown

Boolean const CManiaAppPlaygroundEvent::IsBoostUpElseDown

◆ IsFinish

Boolean const CManiaAppPlaygroundEvent::IsFinish

◆ IsNewLap

Boolean const CManiaAppPlaygroundEvent::IsNewLap

◆ LapWaypointCount

Integer const CManiaAppPlaygroundEvent::LapWaypointCount

◆ LapWaypointTime

Integer const CManiaAppPlaygroundEvent::LapWaypointTime

◆ PlaygroundScriptEventData

Array<Text> CManiaAppPlaygroundEvent::PlaygroundScriptEventData

◆ PlaygroundScriptEventType

Text const CManiaAppPlaygroundEvent::PlaygroundScriptEventType

◆ PlaygroundType

CManiaAppPlaygroundEvent::Type const CManiaAppPlaygroundEvent::PlaygroundType

◆ RaceWaypointCount

Integer const CManiaAppPlaygroundEvent::RaceWaypointCount

◆ RaceWaypointTime

Integer const CManiaAppPlaygroundEvent::RaceWaypointTime

◆ WaypointLandmarkIndex

Integer const CManiaAppPlaygroundEvent::WaypointLandmarkIndex

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