![]() |
ManiaScript
2019-10-10
The script language used in ManiaPlanet gaming system
|
#include <big.h>
Public Types | |
| enum | ETextureFilter { Default, Point } |
Public Member Functions | |
| Void | BeginProcessing () |
| Void | EndProcessing () |
| Void | Play () |
| Void | Pause () |
| Void | Stop () |
Public Attributes | |
| const CImage | Image |
| Boolean | IsLooping |
| const Boolean | DownloadInProgress |
| const Real | PlayLength |
| const Boolean | IsProcessing |
| Boolean | AutoProcessing |
| const Boolean | IsPlaying |
| Real | PlayCursor |
| ETextureFilter | TextureFilter |
Public Attributes inherited from CNod | |
| const Ident | 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.
| const Boolean CVideo::DownloadInProgress |
| const CImage CVideo::Image |
| Boolean CVideo::IsLooping |
| const Boolean CVideo::IsPlaying |
| const Boolean CVideo::IsProcessing |
| Real CVideo::PlayCursor |
| const Real CVideo::PlayLength |
| ETextureFilter CVideo::TextureFilter |
1.8.15