![]() |
Trackmania ManiaScript Reference 2026.2.2.1751
A ManiaScript Reference of the new Trackmania.
|
Documentation for class CEditorSkin. More...
#include <doc.h>
Public Types | |
| enum | EPainterMode { NoOp , Fill , Brush , Sticker , Layer , BadgeSlots , Team } |
| enum | EPainterSolidType { Other , CarWithPilot , Pilot_Male , Pilot_Female , Helmet } |
| enum | EEditorSkin_IconType { Stickers , Brushs , Layers , SubObjects } |
| Public Types inherited from CEditorPluginAPI | |
| enum | EEditorFileToolBar_QuadType { Quit , New , Open , SaveAs , Save , Import , Export , Close , Help } |
Documentation for class CEditorSkin.
| Void CEditorSkin::AddAndEditLayer | ( | ) |
| Void CEditorSkin::AlignBrushSticker | ( | ) |
| Void CEditorSkin::AskSwitchEditedNodType | ( | ) |
| Void CEditorSkin::CloseEditSelectedLayer | ( | ) |
| Void CEditorSkin::DeleteSelectedLayer | ( | ) |
| Void CEditorSkin::EditCurrentLayerSelected | ( | ) |
| Void CEditorSkin::ExportLayerEdition | ( | ) |
| Void CEditorSkin::ExportSkin | ( | ) |
| CImage CEditorSkin::GetAllIconFromId | ( | Integer | Index, |
| CEditorSkin::EEditorSkin_IconType | IconType ) |
| Text CEditorSkin::GetFolderNameFromScriptIndex | ( | Integer | ScriptIndex, |
| CEditorSkin::EEditorSkin_IconType | IconType ) |
| CImage CEditorSkin::GetSubFolderIconFromId | ( | Integer | FolderIndex, |
| Integer | ElemIndex, | ||
| CEditorSkin::EEditorSkin_IconType | IconType ) |
| Void CEditorSkin::ImportLayerEdition | ( | ) |
| Boolean CEditorSkin::IsCtrlDown | ( | ) |
| Boolean CEditorSkin::IsElemAtScriptIndexFolder | ( | Integer | ScriptIndex, |
| CEditorSkin::EEditorSkin_IconType | IconType ) |
| Void CEditorSkin::MoveSelectedLayerDown | ( | ) |
| Void CEditorSkin::MoveSelectedLayerUp | ( | ) |
| Void CEditorSkin::Redo | ( | ) |
| Boolean CEditorSkin::SetPainterMode | ( | CEditorSkin::EPainterMode | Mode | ) |
| Void CEditorSkin::SetSubObjectIndexForLayer | ( | Integer | SubObjectIndex, |
| Integer | LayerIndex, | ||
| Boolean | ResetFirst ) |
| Void CEditorSkin::ToggleHelper | ( | ) |
| Void CEditorSkin::ToggleIsPickingColor | ( | ) |
| Void CEditorSkin::ToggleIsTextEnabled | ( | ) |
| Void CEditorSkin::ToggleLight | ( | ) |
| Void CEditorSkin::TogglePaintSymMode | ( | ) |
| Void CEditorSkin::Undo | ( | ) |
| Integer CEditorSkin::BrushsCount |
| Boolean CEditorSkin::CanRedo |
| Boolean CEditorSkin::CanUndo |
| Vec3 CEditorSkin::Color |
| Integer CEditorSkin::CurSubFolderElemCount |
| Integer CEditorSkin::EditionLayersCount |
| Integer CEditorSkin::EditionLayerSelected |
| Boolean CEditorSkin::IsBrushNormal |
| Boolean CEditorSkin::IsCameraButtonOn |
| Boolean CEditorSkin::IsEditingLayer |
| Boolean CEditorSkin::IsErasing |
| Boolean CEditorSkin::IsFillWithReplacement |
| Boolean CEditorSkin::IsPickingColor |
| Boolean CEditorSkin::IsTextEnabled |
| Boolean CEditorSkin::IsTextSymmetry |
| Boolean CEditorSkin::IsUsingShininessOnly |
| Integer CEditorSkin::LayersCount |
| Real CEditorSkin::Metal |
| CEditorSkin::EPainterMode CEditorSkin::PainterMode |
| CEditorSkin::EPainterSolidType CEditorSkin::PainterSolidType |
| Array<CEditorEvent*> CEditorSkin::PendingEvents |
| Real CEditorSkin::Rough |
| Real CEditorSkin::Scale |
| Text CEditorSkin::SkinName |
| Integer CEditorSkin::StickersCount |
| Integer CEditorSkin::SubObjectHovered |
| Integer CEditorSkin::SubObjectsCount |
| Text CEditorSkin::TextToCreateBitmap |
| Real CEditorSkin::Transparency |