![]() |
ManiaScript Trackmania 2020
14/07/2025
|
Documentation for class CBlockClipList. More...
#include <2025_07_14.h>
Public Member Functions | |
| Boolean | SetClipListFromMacroblock (CMacroblockModel MacroBlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir) |
| Boolean | SetClipListFromMacroblock (CMacroblockModel MacroBlockModel) |
| Boolean | SetClipListFromBlock (CBlockModel BlockModel, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir) |
| Boolean | SetClipListFromBlock (CBlockModel BlockModel) |
| Void | CreateAndAddClip (Text Name, Int3 Coord, Int3 Offset, CMapEditorPlugin::CardinalDirections Dir, Integer ClipId) |
| Boolean | SetFromClipList (CBlockClipList ClipList, Int3 Coord, CMapEditorPlugin::CardinalDirections Dir) |
| Void | RemoveClip (CBlockClip Clip) |
| Void | ClearClips () |
| Void | Destroy () |
Public Attributes | |
| Array< CBlockClip *const > | Clips |
| Int3 const | Size |
Public Attributes inherited from CNod | |
| Ident const | Id |
Documentation for class CBlockClipList.
Definition at line 16762 of file 2025_07_14.h.
| Void CBlockClipList::ClearClips | ( | ) |
| Void CBlockClipList::CreateAndAddClip | ( | Text | Name, |
| Int3 | Coord, | ||
| Int3 | Offset, | ||
| CMapEditorPlugin::CardinalDirections | Dir, | ||
| Integer | ClipId | ||
| ) |
| Void CBlockClipList::Destroy | ( | ) |
| Void CBlockClipList::RemoveClip | ( | CBlockClip | Clip | ) |
| Boolean CBlockClipList::SetClipListFromBlock | ( | CBlockModel | BlockModel | ) |
| Boolean CBlockClipList::SetClipListFromBlock | ( | CBlockModel | BlockModel, |
| Int3 | Coord, | ||
| CMapEditorPlugin::CardinalDirections | Dir | ||
| ) |
| Boolean CBlockClipList::SetClipListFromMacroblock | ( | CMacroblockModel | MacroBlockModel | ) |
| Boolean CBlockClipList::SetClipListFromMacroblock | ( | CMacroblockModel | MacroBlockModel, |
| Int3 | Coord, | ||
| CMapEditorPlugin::CardinalDirections | Dir | ||
| ) |
| Boolean CBlockClipList::SetFromClipList | ( | CBlockClipList | ClipList, |
| Int3 | Coord, | ||
| CMapEditorPlugin::CardinalDirections | Dir | ||
| ) |
| Array<CBlockClip* const > CBlockClipList::Clips |
Definition at line 16767 of file 2025_07_14.h.
| Int3 const CBlockClipList::Size |
Definition at line 16771 of file 2025_07_14.h.