![]() |
Trackmania ManiaScript Reference 2025.6.19.2137
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CVideoManager. More...
#include <doc.h>
Public Member Functions | |
| CVideo | CreateVideo (Text Url, Boolean IsLooping, Boolean AutoProcessing) |
| CVideo | CreateVideo (Text Url, Boolean IsLooping, Boolean AutoProcessing, Boolean UseMipMap) |
| Void | DestroyVideo (CVideo Video) |
Public Attributes | |
| Array< CVideo *const > | Videos |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CVideoManager.
| CVideo CVideoManager::CreateVideo | ( | Text | Url, |
| Boolean | IsLooping, | ||
| Boolean | AutoProcessing, | ||
| Boolean | UseMipMap ) |