![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
This is a video playback handle. More...
#include <doc.h>
Public Types | |
| enum | ETextureFilter { Default , Point } |
Public Member Functions | |
| Void | BeginProcessing () |
| Void | EndProcessing () |
| Void | Play () |
| Void | Pause () |
| Void | Stop () |
Public Attributes | |
| CImage *const | Image |
| Boolean | IsLooping |
| Boolean const | DownloadInProgress |
| Real const | PlayLength |
| Boolean const | IsProcessing |
| Boolean | AutoProcessing |
| Boolean const | IsPlaying |
| Real | PlayCursor |
| CVideo::ETextureFilter | TextureFilter |
Public Attributes inherited from CNod | |
| Ident const | Id |
This is a video playback handle.
| Void CVideo::BeginProcessing | ( | ) |
| Void CVideo::EndProcessing | ( | ) |
| Void CVideo::Pause | ( | ) |
| Void CVideo::Play | ( | ) |
| Void CVideo::Stop | ( | ) |
| Boolean CVideo::AutoProcessing |
Automatically begin processing when the layer becomes visible and end when hidden.
| Boolean const CVideo::DownloadInProgress |
| CImage* const CVideo::Image |
| Boolean CVideo::IsLooping |
| Boolean const CVideo::IsPlaying |
| Boolean const CVideo::IsProcessing |
| Real CVideo::PlayCursor |
note: seeking not implemented, setting a value is ignored.
| Real const CVideo::PlayLength |
| CVideo::ETextureFilter CVideo::TextureFilter |