ManiaScript Trackmania 2020  14/07/2025
CEditorMediaTracker Class Reference

Documentation for class CEditorMediaTracker. More...

#include <2025_07_14.h>

Inheritance diagram for CEditorMediaTracker:
CEditorPluginAPI CNod

Public Types

enum  EMediaTrackerBlockType {
  Ghost, CameraCustom, CameraPath, Time,
  FxColors, Sound, Fog, TransitionFade,
  CameraEffectShake, CameraEffectScript, Stereo3d, DOF,
  ToneMapping, BloomHdr, DirtyLens, ColorGrading,
  FxCameraBlend, MusicEffect, TimeSpeed, TextBlock,
  Image, ColoringCapturable, ColoringBase, CameraGame,
  Trails, Manialink, EditingCut, CamFxInertialTracking,
  VehicleLight, Interface, Triangles2D, Triangles3D,
  CameraOrbital, OpponentVisibility, Spectators
}
 
enum  EMediaTrackerCopyType { None, Key, Block }
 
enum  EMediaTrackerPasteType {
  None, KeyInfo, NewKey, BlockCurrentTrack,
  BlockNewTrack
}
 
enum  EMediaTrackerGhostRef { Author, Ghost1, Ghost2, Ghost3 }
 
- Public Types inherited from CEditorPluginAPI
enum  EEditorFileToolBar_QuadType {
  Quit, New, Open, SaveAs,
  Save, Import, Export, Close,
  Help
}
 

Public Member Functions

Void TimePlay ()
 
Void TimeStop ()
 
Void TimeToggle ()
 
Void Rewind ()
 
Void Quit ()
 
Void UpdatePropertyListReadOnly ()
 
Void CreateBlock ()
 
Void CreateKey ()
 
Void ToggleTriggersMode ()
 
Void CreateClip ()
 
Void RemoveClip ()
 
Void Undo ()
 
Void Redo ()
 
Void ImportClip ()
 
Void ExportClip ()
 
Void ImportGhosts ()
 
Void ToggleRecordGhostMode ()
 
Void ShootVideo ()
 
Void ShootScreen ()
 
Void ComputeShadows ()
 
Void ToggleDisplayPlayerNames ()
 
Void InformInterfaceIsHidden ()
 
Void ToggleGhostRef ()
 
Void StopGhostRefPreview ()
 
Void ToggleClipCondition ()
 
Void Copy ()
 
Void Paste ()
 
Void Cut ()
 
Void DuplicateTrack ()
 
Void SplitBlock ()
 
Void MergeTracks ()
 
Void ToggleAlwaysShowTriggerZone ()
 
Void ResetTriggerZone ()
 
Void RemoveAllTracks ()
 
Void SetClip (CMediaTrackerClip Clip)
 
Boolean IsPlaying ()
 
Boolean IsDevMode ()
 
Void SetCameraDrawRect (Vec2 Pos, Vec2 Size)
 
Integer GetSelectedClip ()
 
Integer GetSelectedTrack ()
 
Integer GetSelectedBlock ()
 
Integer GetSelectedKey ()
 
Void SelectItem (Integer Track, Integer Block, Integer Key)
 
Void CreateTrack (CEditorMediaTracker::EMediaTrackerBlockType Type)
 
Boolean CanCreateTrack (CEditorMediaTracker::EMediaTrackerBlockType Type)
 
Boolean IsKeyStartEnd (Integer Track, Integer Block, Integer Key)
 
Void RemoveTrack (Integer Track)
 
Void RemoveBlock (Integer Track, Integer Block)
 
Void RemoveKey (Integer Track, Integer Block, Integer Key)
 
Boolean CanRemoveAllKeys (Integer Track, Integer Block)
 
Void RemoveAllKeys (Integer Track, Integer Block)
 
Void SetProcessCamInputs (Boolean ProcessCamInputs)
 
Void ToolBarSetVisible (Boolean Visible)
 
Boolean IsTriggersModeOn ()
 
Boolean IsRecordGhostModeOn ()
 
Void SetTempHidePropertyList (Boolean TempHide)
 
Void SetClipName (Integer Index, Text Name)
 
Void SetTrackName (Integer Index, Text Name)
 
Void SetTrackIsCycling (CMediaTrackerTrack Track, Boolean IsCycling)
 
Void SetTrackIsKeepPlaying (CMediaTrackerTrack Track, Boolean IsKeepPlaying)
 
Boolean GetTrackIsCycling (CMediaTrackerTrack Track)
 
Boolean GetTrackIsKeepPlaying (CMediaTrackerTrack Track)
 
Void SetStartIsCycling (CMediaTrackerTrack Track)
 
Void SetStopIsCycling (CMediaTrackerTrack Track)
 
Real GetStartIsCycling (CMediaTrackerTrack Track)
 
Real GetStopIsCycling (CMediaTrackerTrack Track)
 
Text GetGhostRefName ()
 
Text GetClipConditionName ()
 
Boolean HasClipCondition ()
 
Real GetTimeLimit ()
 
Void SetTimer (Text Time)
 
Void SetCurrentBlockStart (Text Start)
 
Void SetCurrentBlockEnd (Text End)
 
CEditorMediaTracker::EMediaTrackerCopyType CanCopy ()
 
CEditorMediaTracker::EMediaTrackerCopyType CanCut ()
 
CEditorMediaTracker::EMediaTrackerPasteType CanPaste ()
 
Boolean HasCopiedItem ()
 
Boolean IsPropertyListReadOnlyAndVisible ()
 
Void SelectGhostRef (CEditorMediaTracker::EMediaTrackerGhostRef Type)
 
Void DeleteGhostRef (CEditorMediaTracker::EMediaTrackerGhostRef Type)
 
Void RecordGhostRef (CEditorMediaTracker::EMediaTrackerGhostRef Type)
 
Boolean GhostRefExists (CEditorMediaTracker::EMediaTrackerGhostRef Type)
 
CEditorMediaTracker::EMediaTrackerGhostRef GetSelectedGhostRef ()
 
Void StartGhostRefPreview (CEditorMediaTracker::EMediaTrackerGhostRef Type)
 
Void RemoveAllGhostTracksExcept (Integer Track)
 
Void RemoveAllCameraTracksExcept (Integer Track)
 
Boolean CanRemoveAllGhostTracks ()
 
Boolean CanRemoveAllCameraTracks ()
 
Boolean IsGhostRefPreview ()
 
Void SetProfileTheme (Integer Theme)
 
Integer GetProfileTheme ()
 
- Public Member Functions inherited from CEditorPluginAPI
Void NewFile ()
 
Void Undo ()
 
Void Redo ()
 
Void FileToolBarSendCmd (Text CmdName)
 
Boolean SetToolBarButtonVisible (CEditorPluginAPI::EEditorFileToolBar_QuadType Type)
 

Public Attributes

Real CurrentTimer
 
Boolean UseOrbitalInsteadOfFreeCam
 
Boolean UseClipCamWhenAvailable
 
Boolean CanUseClipCam
 
Real PlaySpeed
 
Real CameraSpeed
 
Real ClipConditionValue
 
CMediaTrackerClip *const Clip
 
CMediaTrackerClipGroup *const ClipGroup
 
Array< CEditorEvent *const > PendingEvents
 
Text const PopUpMessage
 
CEditorMediaTracker::EMediaTrackerBlockType const EditMode
 
- Public Attributes inherited from CNod
Ident const Id
 

Detailed Description

Documentation for class CEditorMediaTracker.

Definition at line 12314 of file 2025_07_14.h.

Member Enumeration Documentation

◆ EMediaTrackerBlockType

Enumerator
Ghost 
CameraCustom 
CameraPath 
Time 
FxColors 
Sound 
Fog 
TransitionFade 
CameraEffectShake 
CameraEffectScript 
Stereo3d 
DOF 
ToneMapping 
BloomHdr 
DirtyLens 
ColorGrading 
FxCameraBlend 
MusicEffect 
TimeSpeed 
TextBlock 
Image 
ColoringCapturable 
ColoringBase 
CameraGame 
Trails 
Manialink 
EditingCut 
CamFxInertialTracking 
VehicleLight 
Interface 
Triangles2D 
Triangles3D 
CameraOrbital 
OpponentVisibility 
Spectators 

Definition at line 12319 of file 2025_07_14.h.

12319  {
12320  Ghost,
12321  CameraCustom,
12322  CameraPath,
12323  Time,
12324  FxColors,
12325  Sound,
12326  Fog,
12330  Stereo3d,
12331  DOF,
12332  ToneMapping,
12333  BloomHdr,
12334  DirtyLens,
12335  ColorGrading,
12336  FxCameraBlend,
12337  MusicEffect,
12338  TimeSpeed,
12339  TextBlock,
12340  Image,
12342  ColoringBase,
12343  CameraGame,
12344  Trails,
12345  Manialink,
12346  EditingCut,
12348  VehicleLight,
12349  Interface,
12350  Triangles2D,
12351  Triangles3D,
12352  CameraOrbital,
12354  Spectators,
12355  };

◆ EMediaTrackerCopyType

Enumerator
None 
Key 
Block 

Definition at line 12359 of file 2025_07_14.h.

12359  {
12360  None,
12361  Key,
12362  Block,
12363  };

◆ EMediaTrackerGhostRef

Enumerator
Author 
Ghost1 
Ghost2 
Ghost3 

Definition at line 12377 of file 2025_07_14.h.

12377  {
12378  Author,
12379  Ghost1,
12380  Ghost2,
12381  Ghost3,
12382  };

◆ EMediaTrackerPasteType

Enumerator
None 
KeyInfo 
NewKey 
BlockCurrentTrack 
BlockNewTrack 

Definition at line 12367 of file 2025_07_14.h.

12367  {
12368  None,
12369  KeyInfo,
12370  NewKey,
12372  BlockNewTrack,
12373  };

Member Function Documentation

◆ CanCopy()

CEditorMediaTracker::EMediaTrackerCopyType CEditorMediaTracker::CanCopy ( )

◆ CanCreateTrack()

Boolean CEditorMediaTracker::CanCreateTrack ( CEditorMediaTracker::EMediaTrackerBlockType  Type)

◆ CanCut()

CEditorMediaTracker::EMediaTrackerCopyType CEditorMediaTracker::CanCut ( )

◆ CanPaste()

CEditorMediaTracker::EMediaTrackerPasteType CEditorMediaTracker::CanPaste ( )

◆ CanRemoveAllCameraTracks()

Boolean CEditorMediaTracker::CanRemoveAllCameraTracks ( )

◆ CanRemoveAllGhostTracks()

Boolean CEditorMediaTracker::CanRemoveAllGhostTracks ( )

◆ CanRemoveAllKeys()

Boolean CEditorMediaTracker::CanRemoveAllKeys ( Integer  Track,
Integer  Block 
)

◆ ComputeShadows()

Void CEditorMediaTracker::ComputeShadows ( )

◆ Copy()

Void CEditorMediaTracker::Copy ( )

◆ CreateBlock()

Void CEditorMediaTracker::CreateBlock ( )

◆ CreateClip()

Void CEditorMediaTracker::CreateClip ( )

◆ CreateKey()

Void CEditorMediaTracker::CreateKey ( )

◆ CreateTrack()

Void CEditorMediaTracker::CreateTrack ( CEditorMediaTracker::EMediaTrackerBlockType  Type)

◆ Cut()

Void CEditorMediaTracker::Cut ( )

◆ DeleteGhostRef()

Void CEditorMediaTracker::DeleteGhostRef ( CEditorMediaTracker::EMediaTrackerGhostRef  Type)

◆ DuplicateTrack()

Void CEditorMediaTracker::DuplicateTrack ( )

◆ ExportClip()

Void CEditorMediaTracker::ExportClip ( )

◆ GetClipConditionName()

Text CEditorMediaTracker::GetClipConditionName ( )

◆ GetGhostRefName()

Text CEditorMediaTracker::GetGhostRefName ( )

◆ GetProfileTheme()

Integer CEditorMediaTracker::GetProfileTheme ( )

◆ GetSelectedBlock()

Integer CEditorMediaTracker::GetSelectedBlock ( )

◆ GetSelectedClip()

Integer CEditorMediaTracker::GetSelectedClip ( )

◆ GetSelectedGhostRef()

CEditorMediaTracker::EMediaTrackerGhostRef CEditorMediaTracker::GetSelectedGhostRef ( )

◆ GetSelectedKey()

Integer CEditorMediaTracker::GetSelectedKey ( )

◆ GetSelectedTrack()

Integer CEditorMediaTracker::GetSelectedTrack ( )

◆ GetStartIsCycling()

Real CEditorMediaTracker::GetStartIsCycling ( CMediaTrackerTrack  Track)

◆ GetStopIsCycling()

Real CEditorMediaTracker::GetStopIsCycling ( CMediaTrackerTrack  Track)

◆ GetTimeLimit()

Real CEditorMediaTracker::GetTimeLimit ( )

◆ GetTrackIsCycling()

Boolean CEditorMediaTracker::GetTrackIsCycling ( CMediaTrackerTrack  Track)

◆ GetTrackIsKeepPlaying()

Boolean CEditorMediaTracker::GetTrackIsKeepPlaying ( CMediaTrackerTrack  Track)

◆ GhostRefExists()

Boolean CEditorMediaTracker::GhostRefExists ( CEditorMediaTracker::EMediaTrackerGhostRef  Type)

◆ HasClipCondition()

Boolean CEditorMediaTracker::HasClipCondition ( )

◆ HasCopiedItem()

Boolean CEditorMediaTracker::HasCopiedItem ( )

◆ ImportClip()

Void CEditorMediaTracker::ImportClip ( )

◆ ImportGhosts()

Void CEditorMediaTracker::ImportGhosts ( )

◆ InformInterfaceIsHidden()

Void CEditorMediaTracker::InformInterfaceIsHidden ( )

◆ IsDevMode()

Boolean CEditorMediaTracker::IsDevMode ( )

◆ IsGhostRefPreview()

Boolean CEditorMediaTracker::IsGhostRefPreview ( )

◆ IsKeyStartEnd()

Boolean CEditorMediaTracker::IsKeyStartEnd ( Integer  Track,
Integer  Block,
Integer  Key 
)

◆ IsPlaying()

Boolean CEditorMediaTracker::IsPlaying ( )

◆ IsPropertyListReadOnlyAndVisible()

Boolean CEditorMediaTracker::IsPropertyListReadOnlyAndVisible ( )

◆ IsRecordGhostModeOn()

Boolean CEditorMediaTracker::IsRecordGhostModeOn ( )

◆ IsTriggersModeOn()

Boolean CEditorMediaTracker::IsTriggersModeOn ( )

◆ MergeTracks()

Void CEditorMediaTracker::MergeTracks ( )

◆ Paste()

Void CEditorMediaTracker::Paste ( )

◆ Quit()

Void CEditorMediaTracker::Quit ( )

◆ RecordGhostRef()

Void CEditorMediaTracker::RecordGhostRef ( CEditorMediaTracker::EMediaTrackerGhostRef  Type)

◆ Redo()

Void CEditorMediaTracker::Redo ( )

◆ RemoveAllCameraTracksExcept()

Void CEditorMediaTracker::RemoveAllCameraTracksExcept ( Integer  Track)

◆ RemoveAllGhostTracksExcept()

Void CEditorMediaTracker::RemoveAllGhostTracksExcept ( Integer  Track)

◆ RemoveAllKeys()

Void CEditorMediaTracker::RemoveAllKeys ( Integer  Track,
Integer  Block 
)

◆ RemoveAllTracks()

Void CEditorMediaTracker::RemoveAllTracks ( )

◆ RemoveBlock()

Void CEditorMediaTracker::RemoveBlock ( Integer  Track,
Integer  Block 
)

◆ RemoveClip()

Void CEditorMediaTracker::RemoveClip ( )

◆ RemoveKey()

Void CEditorMediaTracker::RemoveKey ( Integer  Track,
Integer  Block,
Integer  Key 
)

◆ RemoveTrack()

Void CEditorMediaTracker::RemoveTrack ( Integer  Track)

◆ ResetTriggerZone()

Void CEditorMediaTracker::ResetTriggerZone ( )

◆ Rewind()

Void CEditorMediaTracker::Rewind ( )

◆ SelectGhostRef()

Void CEditorMediaTracker::SelectGhostRef ( CEditorMediaTracker::EMediaTrackerGhostRef  Type)

◆ SelectItem()

Void CEditorMediaTracker::SelectItem ( Integer  Track,
Integer  Block,
Integer  Key 
)

◆ SetCameraDrawRect()

Void CEditorMediaTracker::SetCameraDrawRect ( Vec2  Pos,
Vec2  Size 
)

◆ SetClip()

Void CEditorMediaTracker::SetClip ( CMediaTrackerClip  Clip)

◆ SetClipName()

Void CEditorMediaTracker::SetClipName ( Integer  Index,
Text  Name 
)

◆ SetCurrentBlockEnd()

Void CEditorMediaTracker::SetCurrentBlockEnd ( Text  End)

◆ SetCurrentBlockStart()

Void CEditorMediaTracker::SetCurrentBlockStart ( Text  Start)

◆ SetProcessCamInputs()

Void CEditorMediaTracker::SetProcessCamInputs ( Boolean  ProcessCamInputs)

◆ SetProfileTheme()

Void CEditorMediaTracker::SetProfileTheme ( Integer  Theme)

◆ SetStartIsCycling()

Void CEditorMediaTracker::SetStartIsCycling ( CMediaTrackerTrack  Track)

◆ SetStopIsCycling()

Void CEditorMediaTracker::SetStopIsCycling ( CMediaTrackerTrack  Track)

◆ SetTempHidePropertyList()

Void CEditorMediaTracker::SetTempHidePropertyList ( Boolean  TempHide)

◆ SetTimer()

Void CEditorMediaTracker::SetTimer ( Text  Time)

◆ SetTrackIsCycling()

Void CEditorMediaTracker::SetTrackIsCycling ( CMediaTrackerTrack  Track,
Boolean  IsCycling 
)

◆ SetTrackIsKeepPlaying()

Void CEditorMediaTracker::SetTrackIsKeepPlaying ( CMediaTrackerTrack  Track,
Boolean  IsKeepPlaying 
)

◆ SetTrackName()

Void CEditorMediaTracker::SetTrackName ( Integer  Index,
Text  Name 
)

◆ ShootScreen()

Void CEditorMediaTracker::ShootScreen ( )

◆ ShootVideo()

Void CEditorMediaTracker::ShootVideo ( )

◆ SplitBlock()

Void CEditorMediaTracker::SplitBlock ( )

◆ StartGhostRefPreview()

Void CEditorMediaTracker::StartGhostRefPreview ( CEditorMediaTracker::EMediaTrackerGhostRef  Type)

◆ StopGhostRefPreview()

Void CEditorMediaTracker::StopGhostRefPreview ( )

◆ TimePlay()

Void CEditorMediaTracker::TimePlay ( )

◆ TimeStop()

Void CEditorMediaTracker::TimeStop ( )

◆ TimeToggle()

Void CEditorMediaTracker::TimeToggle ( )

◆ ToggleAlwaysShowTriggerZone()

Void CEditorMediaTracker::ToggleAlwaysShowTriggerZone ( )

◆ ToggleClipCondition()

Void CEditorMediaTracker::ToggleClipCondition ( )

◆ ToggleDisplayPlayerNames()

Void CEditorMediaTracker::ToggleDisplayPlayerNames ( )

◆ ToggleGhostRef()

Void CEditorMediaTracker::ToggleGhostRef ( )

◆ ToggleRecordGhostMode()

Void CEditorMediaTracker::ToggleRecordGhostMode ( )

◆ ToggleTriggersMode()

Void CEditorMediaTracker::ToggleTriggersMode ( )

◆ ToolBarSetVisible()

Void CEditorMediaTracker::ToolBarSetVisible ( Boolean  Visible)

◆ Undo()

Void CEditorMediaTracker::Undo ( )

◆ UpdatePropertyListReadOnly()

Void CEditorMediaTracker::UpdatePropertyListReadOnly ( )

Member Data Documentation

◆ CameraSpeed

Real CEditorMediaTracker::CameraSpeed

Definition at line 12406 of file 2025_07_14.h.

◆ CanUseClipCam

Boolean CEditorMediaTracker::CanUseClipCam

Definition at line 12398 of file 2025_07_14.h.

◆ Clip

CMediaTrackerClip* const CEditorMediaTracker::Clip

Definition at line 12550 of file 2025_07_14.h.

◆ ClipConditionValue

Real CEditorMediaTracker::ClipConditionValue

Definition at line 12410 of file 2025_07_14.h.

◆ ClipGroup

CMediaTrackerClipGroup* const CEditorMediaTracker::ClipGroup

Definition at line 12554 of file 2025_07_14.h.

◆ CurrentTimer

Real CEditorMediaTracker::CurrentTimer

Definition at line 12386 of file 2025_07_14.h.

◆ EditMode

CEditorMediaTracker::EMediaTrackerBlockType const CEditorMediaTracker::EditMode

Definition at line 12566 of file 2025_07_14.h.

◆ PendingEvents

Array<CEditorEvent* const > CEditorMediaTracker::PendingEvents

Definition at line 12558 of file 2025_07_14.h.

◆ PlaySpeed

Real CEditorMediaTracker::PlaySpeed

Definition at line 12402 of file 2025_07_14.h.

◆ PopUpMessage

Text const CEditorMediaTracker::PopUpMessage

Definition at line 12562 of file 2025_07_14.h.

◆ UseClipCamWhenAvailable

Boolean CEditorMediaTracker::UseClipCamWhenAvailable

Definition at line 12394 of file 2025_07_14.h.

◆ UseOrbitalInsteadOfFreeCam

Boolean CEditorMediaTracker::UseOrbitalInsteadOfFreeCam

Definition at line 12390 of file 2025_07_14.h.


The documentation for this class was generated from the following file:
CEditorMediaTracker::Manialink
@ Manialink
Definition: 2025_07_14.h:12345
CEditorMediaTracker::Stereo3d
@ Stereo3d
Definition: 2025_07_14.h:12330
CEditorMediaTracker::TimeSpeed
@ TimeSpeed
Definition: 2025_07_14.h:12338
CEditorMediaTracker::Spectators
@ Spectators
Definition: 2025_07_14.h:12354
CEditorMediaTracker::ColorGrading
@ ColorGrading
Definition: 2025_07_14.h:12335
CEditorMediaTracker::BloomHdr
@ BloomHdr
Definition: 2025_07_14.h:12333
CEditorMediaTracker::Ghost2
@ Ghost2
Definition: 2025_07_14.h:12380
CEditorMediaTracker::CameraEffectScript
@ CameraEffectScript
Definition: 2025_07_14.h:12329
CEditorMediaTracker::Image
@ Image
Definition: 2025_07_14.h:12340
CEditorMediaTracker::Ghost
@ Ghost
Definition: 2025_07_14.h:12320
CEditorMediaTracker::ToneMapping
@ ToneMapping
Definition: 2025_07_14.h:12332
CEditorMediaTracker::Author
@ Author
Definition: 2025_07_14.h:12378
CEditorMediaTracker::Time
@ Time
Definition: 2025_07_14.h:12323
CEditorMediaTracker::CameraOrbital
@ CameraOrbital
Definition: 2025_07_14.h:12352
CEditorMediaTracker::CameraCustom
@ CameraCustom
Definition: 2025_07_14.h:12321
CEditorMediaTracker::Trails
@ Trails
Definition: 2025_07_14.h:12344
CEditorMediaTracker::CamFxInertialTracking
@ CamFxInertialTracking
Definition: 2025_07_14.h:12347
CEditorMediaTracker::Triangles3D
@ Triangles3D
Definition: 2025_07_14.h:12351
CEditorMediaTracker::Ghost3
@ Ghost3
Definition: 2025_07_14.h:12381
CEditorMediaTracker::ColoringCapturable
@ ColoringCapturable
Definition: 2025_07_14.h:12341
CEditorMediaTracker::Triangles2D
@ Triangles2D
Definition: 2025_07_14.h:12350
CEditorMediaTracker::BlockNewTrack
@ BlockNewTrack
Definition: 2025_07_14.h:12372
CEditorMediaTracker::CameraPath
@ CameraPath
Definition: 2025_07_14.h:12322
CEditorMediaTracker::MusicEffect
@ MusicEffect
Definition: 2025_07_14.h:12337
CEditorMediaTracker::ColoringBase
@ ColoringBase
Definition: 2025_07_14.h:12342
CEditorMediaTracker::BlockCurrentTrack
@ BlockCurrentTrack
Definition: 2025_07_14.h:12371
CEditorMediaTracker::DOF
@ DOF
Definition: 2025_07_14.h:12331
CEditorMediaTracker::Interface
@ Interface
Definition: 2025_07_14.h:12349
CEditorMediaTracker::CameraGame
@ CameraGame
Definition: 2025_07_14.h:12343
CEditorMediaTracker::EditingCut
@ EditingCut
Definition: 2025_07_14.h:12346
CEditorMediaTracker::FxCameraBlend
@ FxCameraBlend
Definition: 2025_07_14.h:12336
CEditorMediaTracker::Ghost1
@ Ghost1
Definition: 2025_07_14.h:12379
CEditorMediaTracker::CameraEffectShake
@ CameraEffectShake
Definition: 2025_07_14.h:12328
CEditorMediaTracker::DirtyLens
@ DirtyLens
Definition: 2025_07_14.h:12334
CEditorMediaTracker::FxColors
@ FxColors
Definition: 2025_07_14.h:12324
CEditorMediaTracker::KeyInfo
@ KeyInfo
Definition: 2025_07_14.h:12369
CEditorMediaTracker::Sound
@ Sound
Definition: 2025_07_14.h:12325
CEditorMediaTracker::TransitionFade
@ TransitionFade
Definition: 2025_07_14.h:12327
CEditorMediaTracker::None
@ None
Definition: 2025_07_14.h:12360
CEditorMediaTracker::Key
@ Key
Definition: 2025_07_14.h:12361
CEditorMediaTracker::NewKey
@ NewKey
Definition: 2025_07_14.h:12370
CEditorMediaTracker::VehicleLight
@ VehicleLight
Definition: 2025_07_14.h:12348
CEditorMediaTracker::Block
@ Block
Definition: 2025_07_14.h:12362
CEditorMediaTracker::Fog
@ Fog
Definition: 2025_07_14.h:12326
CEditorMediaTracker::TextBlock
@ TextBlock
Definition: 2025_07_14.h:12339
CEditorMediaTracker::OpponentVisibility
@ OpponentVisibility
Definition: 2025_07_14.h:12353