ManiaScript Trackmania 2020  30/10/2024
CEditorMediaTracker Class Reference

Documentation for class CEditorMediaTracker. More...

#include <2024_10_30.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 12286 of file 2024_10_30.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 12291 of file 2024_10_30.h.

12291  {
12292  Ghost,
12293  CameraCustom,
12294  CameraPath,
12295  Time,
12296  FxColors,
12297  Sound,
12298  Fog,
12302  Stereo3d,
12303  DOF,
12304  ToneMapping,
12305  BloomHdr,
12306  DirtyLens,
12307  ColorGrading,
12308  FxCameraBlend,
12309  MusicEffect,
12310  TimeSpeed,
12311  TextBlock,
12312  Image,
12314  ColoringBase,
12315  CameraGame,
12316  Trails,
12317  Manialink,
12318  EditingCut,
12320  VehicleLight,
12321  Interface,
12322  Triangles2D,
12323  Triangles3D,
12324  CameraOrbital,
12326  Spectators,
12327  };

◆ EMediaTrackerCopyType

Enumerator
None 
Key 
Block 

Definition at line 12331 of file 2024_10_30.h.

12331  {
12332  None,
12333  Key,
12334  Block,
12335  };

◆ EMediaTrackerGhostRef

Enumerator
Author 
Ghost1 
Ghost2 
Ghost3 

Definition at line 12349 of file 2024_10_30.h.

12349  {
12350  Author,
12351  Ghost1,
12352  Ghost2,
12353  Ghost3,
12354  };

◆ EMediaTrackerPasteType

Enumerator
None 
KeyInfo 
NewKey 
BlockCurrentTrack 
BlockNewTrack 

Definition at line 12339 of file 2024_10_30.h.

12339  {
12340  None,
12341  KeyInfo,
12342  NewKey,
12344  BlockNewTrack,
12345  };

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 12378 of file 2024_10_30.h.

◆ CanUseClipCam

Boolean CEditorMediaTracker::CanUseClipCam

Definition at line 12370 of file 2024_10_30.h.

◆ Clip

CMediaTrackerClip* const CEditorMediaTracker::Clip

Definition at line 12522 of file 2024_10_30.h.

◆ ClipConditionValue

Real CEditorMediaTracker::ClipConditionValue

Definition at line 12382 of file 2024_10_30.h.

◆ ClipGroup

CMediaTrackerClipGroup* const CEditorMediaTracker::ClipGroup

Definition at line 12526 of file 2024_10_30.h.

◆ CurrentTimer

Real CEditorMediaTracker::CurrentTimer

Definition at line 12358 of file 2024_10_30.h.

◆ EditMode

CEditorMediaTracker::EMediaTrackerBlockType const CEditorMediaTracker::EditMode

Definition at line 12538 of file 2024_10_30.h.

◆ PendingEvents

Array<CEditorEvent* const > CEditorMediaTracker::PendingEvents

Definition at line 12530 of file 2024_10_30.h.

◆ PlaySpeed

Real CEditorMediaTracker::PlaySpeed

Definition at line 12374 of file 2024_10_30.h.

◆ PopUpMessage

Text const CEditorMediaTracker::PopUpMessage

Definition at line 12534 of file 2024_10_30.h.

◆ UseClipCamWhenAvailable

Boolean CEditorMediaTracker::UseClipCamWhenAvailable

Definition at line 12366 of file 2024_10_30.h.

◆ UseOrbitalInsteadOfFreeCam

Boolean CEditorMediaTracker::UseOrbitalInsteadOfFreeCam

Definition at line 12362 of file 2024_10_30.h.


The documentation for this class was generated from the following file:
CEditorMediaTracker::Manialink
@ Manialink
Definition: 2024_10_30.h:12317
CEditorMediaTracker::Stereo3d
@ Stereo3d
Definition: 2024_10_30.h:12302
CEditorMediaTracker::TimeSpeed
@ TimeSpeed
Definition: 2024_10_30.h:12310
CEditorMediaTracker::Spectators
@ Spectators
Definition: 2024_10_30.h:12326
CEditorMediaTracker::ColorGrading
@ ColorGrading
Definition: 2024_10_30.h:12307
CEditorMediaTracker::BloomHdr
@ BloomHdr
Definition: 2024_10_30.h:12305
CEditorMediaTracker::Ghost2
@ Ghost2
Definition: 2024_10_30.h:12352
CEditorMediaTracker::CameraEffectScript
@ CameraEffectScript
Definition: 2024_10_30.h:12301
CEditorMediaTracker::Image
@ Image
Definition: 2024_10_30.h:12312
CEditorMediaTracker::Ghost
@ Ghost
Definition: 2024_10_30.h:12292
CEditorMediaTracker::ToneMapping
@ ToneMapping
Definition: 2024_10_30.h:12304
CEditorMediaTracker::Author
@ Author
Definition: 2024_10_30.h:12350
CEditorMediaTracker::Time
@ Time
Definition: 2024_10_30.h:12295
CEditorMediaTracker::CameraOrbital
@ CameraOrbital
Definition: 2024_10_30.h:12324
CEditorMediaTracker::CameraCustom
@ CameraCustom
Definition: 2024_10_30.h:12293
CEditorMediaTracker::Trails
@ Trails
Definition: 2024_10_30.h:12316
CEditorMediaTracker::CamFxInertialTracking
@ CamFxInertialTracking
Definition: 2024_10_30.h:12319
CEditorMediaTracker::Triangles3D
@ Triangles3D
Definition: 2024_10_30.h:12323
CEditorMediaTracker::Ghost3
@ Ghost3
Definition: 2024_10_30.h:12353
CEditorMediaTracker::ColoringCapturable
@ ColoringCapturable
Definition: 2024_10_30.h:12313
CEditorMediaTracker::Triangles2D
@ Triangles2D
Definition: 2024_10_30.h:12322
CEditorMediaTracker::BlockNewTrack
@ BlockNewTrack
Definition: 2024_10_30.h:12344
CEditorMediaTracker::CameraPath
@ CameraPath
Definition: 2024_10_30.h:12294
CEditorMediaTracker::MusicEffect
@ MusicEffect
Definition: 2024_10_30.h:12309
CEditorMediaTracker::ColoringBase
@ ColoringBase
Definition: 2024_10_30.h:12314
CEditorMediaTracker::BlockCurrentTrack
@ BlockCurrentTrack
Definition: 2024_10_30.h:12343
CEditorMediaTracker::DOF
@ DOF
Definition: 2024_10_30.h:12303
CEditorMediaTracker::Interface
@ Interface
Definition: 2024_10_30.h:12321
CEditorMediaTracker::CameraGame
@ CameraGame
Definition: 2024_10_30.h:12315
CEditorMediaTracker::EditingCut
@ EditingCut
Definition: 2024_10_30.h:12318
CEditorMediaTracker::FxCameraBlend
@ FxCameraBlend
Definition: 2024_10_30.h:12308
CEditorMediaTracker::Ghost1
@ Ghost1
Definition: 2024_10_30.h:12351
CEditorMediaTracker::CameraEffectShake
@ CameraEffectShake
Definition: 2024_10_30.h:12300
CEditorMediaTracker::DirtyLens
@ DirtyLens
Definition: 2024_10_30.h:12306
CEditorMediaTracker::FxColors
@ FxColors
Definition: 2024_10_30.h:12296
CEditorMediaTracker::KeyInfo
@ KeyInfo
Definition: 2024_10_30.h:12341
CEditorMediaTracker::Sound
@ Sound
Definition: 2024_10_30.h:12297
CEditorMediaTracker::TransitionFade
@ TransitionFade
Definition: 2024_10_30.h:12299
CEditorMediaTracker::None
@ None
Definition: 2024_10_30.h:12332
CEditorMediaTracker::Key
@ Key
Definition: 2024_10_30.h:12333
CEditorMediaTracker::NewKey
@ NewKey
Definition: 2024_10_30.h:12342
CEditorMediaTracker::VehicleLight
@ VehicleLight
Definition: 2024_10_30.h:12320
CEditorMediaTracker::Block
@ Block
Definition: 2024_10_30.h:12334
CEditorMediaTracker::Fog
@ Fog
Definition: 2024_10_30.h:12298
CEditorMediaTracker::TextBlock
@ TextBlock
Definition: 2024_10_30.h:12311
CEditorMediaTracker::OpponentVisibility
@ OpponentVisibility
Definition: 2024_10_30.h:12325