![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CEditorMediaTracker. More...
#include <doc.h>
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 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 |
Documentation for class CEditorMediaTracker.
| CEditorMediaTracker::EMediaTrackerCopyType CEditorMediaTracker::CanCopy | ( | ) |
| Boolean CEditorMediaTracker::CanCreateTrack | ( | CEditorMediaTracker::EMediaTrackerBlockType | Type | ) |
| CEditorMediaTracker::EMediaTrackerCopyType CEditorMediaTracker::CanCut | ( | ) |
| CEditorMediaTracker::EMediaTrackerPasteType CEditorMediaTracker::CanPaste | ( | ) |
| Boolean CEditorMediaTracker::CanRemoveAllCameraTracks | ( | ) |
| Boolean CEditorMediaTracker::CanRemoveAllGhostTracks | ( | ) |
| Void CEditorMediaTracker::ComputeShadows | ( | ) |
| Void CEditorMediaTracker::Copy | ( | ) |
| Void CEditorMediaTracker::CreateBlock | ( | ) |
| Void CEditorMediaTracker::CreateClip | ( | ) |
| Void CEditorMediaTracker::CreateKey | ( | ) |
| Void CEditorMediaTracker::CreateTrack | ( | CEditorMediaTracker::EMediaTrackerBlockType | Type | ) |
| Void CEditorMediaTracker::Cut | ( | ) |
| Void CEditorMediaTracker::DeleteGhostRef | ( | CEditorMediaTracker::EMediaTrackerGhostRef | Type | ) |
| Void CEditorMediaTracker::DuplicateTrack | ( | ) |
| Void CEditorMediaTracker::ExportClip | ( | ) |
| Text CEditorMediaTracker::GetClipConditionName | ( | ) |
| Text CEditorMediaTracker::GetGhostRefName | ( | ) |
| Integer CEditorMediaTracker::GetProfileTheme | ( | ) |
| Integer CEditorMediaTracker::GetSelectedBlock | ( | ) |
| Integer CEditorMediaTracker::GetSelectedClip | ( | ) |
| CEditorMediaTracker::EMediaTrackerGhostRef CEditorMediaTracker::GetSelectedGhostRef | ( | ) |
| Integer CEditorMediaTracker::GetSelectedKey | ( | ) |
| Integer CEditorMediaTracker::GetSelectedTrack | ( | ) |
| Real CEditorMediaTracker::GetStartIsCycling | ( | CMediaTrackerTrack | Track | ) |
| Real CEditorMediaTracker::GetStopIsCycling | ( | CMediaTrackerTrack | Track | ) |
| Real CEditorMediaTracker::GetTimeLimit | ( | ) |
| Boolean CEditorMediaTracker::GetTrackIsCycling | ( | CMediaTrackerTrack | Track | ) |
| Boolean CEditorMediaTracker::GetTrackIsKeepPlaying | ( | CMediaTrackerTrack | Track | ) |
| Boolean CEditorMediaTracker::GhostRefExists | ( | CEditorMediaTracker::EMediaTrackerGhostRef | Type | ) |
| Boolean CEditorMediaTracker::HasClipCondition | ( | ) |
| Boolean CEditorMediaTracker::HasCopiedItem | ( | ) |
| Void CEditorMediaTracker::ImportClip | ( | ) |
| Void CEditorMediaTracker::ImportGhosts | ( | ) |
| Void CEditorMediaTracker::InformInterfaceIsHidden | ( | ) |
| Boolean CEditorMediaTracker::IsDevMode | ( | ) |
| Boolean CEditorMediaTracker::IsGhostRefPreview | ( | ) |
| Boolean CEditorMediaTracker::IsPlaying | ( | ) |
| Boolean CEditorMediaTracker::IsPropertyListReadOnlyAndVisible | ( | ) |
| Boolean CEditorMediaTracker::IsRecordGhostModeOn | ( | ) |
| Boolean CEditorMediaTracker::IsTriggersModeOn | ( | ) |
| Void CEditorMediaTracker::MergeTracks | ( | ) |
| Void CEditorMediaTracker::Paste | ( | ) |
| Void CEditorMediaTracker::Quit | ( | ) |
| Void CEditorMediaTracker::RecordGhostRef | ( | CEditorMediaTracker::EMediaTrackerGhostRef | Type | ) |
| Void CEditorMediaTracker::Redo | ( | ) |
| Void CEditorMediaTracker::RemoveAllTracks | ( | ) |
| Void CEditorMediaTracker::RemoveClip | ( | ) |
| Void CEditorMediaTracker::ResetTriggerZone | ( | ) |
| Void CEditorMediaTracker::Rewind | ( | ) |
| Void CEditorMediaTracker::SelectGhostRef | ( | CEditorMediaTracker::EMediaTrackerGhostRef | Type | ) |
| Void CEditorMediaTracker::SetClip | ( | CMediaTrackerClip | Clip | ) |
| Void CEditorMediaTracker::SetStartIsCycling | ( | CMediaTrackerTrack | Track | ) |
| Void CEditorMediaTracker::SetStopIsCycling | ( | CMediaTrackerTrack | Track | ) |
| Void CEditorMediaTracker::SetTrackIsCycling | ( | CMediaTrackerTrack | Track, |
| Boolean | IsCycling ) |
| Void CEditorMediaTracker::SetTrackIsKeepPlaying | ( | CMediaTrackerTrack | Track, |
| Boolean | IsKeepPlaying ) |
| Void CEditorMediaTracker::ShootScreen | ( | ) |
| Void CEditorMediaTracker::ShootVideo | ( | ) |
| Void CEditorMediaTracker::SplitBlock | ( | ) |
| Void CEditorMediaTracker::StartGhostRefPreview | ( | CEditorMediaTracker::EMediaTrackerGhostRef | Type | ) |
| Void CEditorMediaTracker::StopGhostRefPreview | ( | ) |
| Void CEditorMediaTracker::TimePlay | ( | ) |
| Void CEditorMediaTracker::TimeStop | ( | ) |
| Void CEditorMediaTracker::TimeToggle | ( | ) |
| Void CEditorMediaTracker::ToggleAlwaysShowTriggerZone | ( | ) |
| Void CEditorMediaTracker::ToggleClipCondition | ( | ) |
| Void CEditorMediaTracker::ToggleDisplayPlayerNames | ( | ) |
| Void CEditorMediaTracker::ToggleGhostRef | ( | ) |
| Void CEditorMediaTracker::ToggleRecordGhostMode | ( | ) |
| Void CEditorMediaTracker::ToggleTriggersMode | ( | ) |
| Void CEditorMediaTracker::Undo | ( | ) |
| Void CEditorMediaTracker::UpdatePropertyListReadOnly | ( | ) |
| Real CEditorMediaTracker::CameraSpeed |
| Boolean CEditorMediaTracker::CanUseClipCam |
| CMediaTrackerClip* const CEditorMediaTracker::Clip |
| Real CEditorMediaTracker::ClipConditionValue |
| CMediaTrackerClipGroup* const CEditorMediaTracker::ClipGroup |
| Real CEditorMediaTracker::CurrentTimer |
| CEditorMediaTracker::EMediaTrackerBlockType const CEditorMediaTracker::EditMode |
| Array<CEditorEvent* const > CEditorMediaTracker::PendingEvents |
| Real CEditorMediaTracker::PlaySpeed |
| Text const CEditorMediaTracker::PopUpMessage |
| Boolean CEditorMediaTracker::UseClipCamWhenAvailable |
| Boolean CEditorMediaTracker::UseOrbitalInsteadOfFreeCam |