HowTo/Scenery/mesh-table/effects
From TrainzOnline
< HowTo | Scenery | mesh-table(Difference between revisions)
(→effects) |
(→effects) |
||
| Line 2: | Line 2: | ||
== effects == | == effects == | ||
| − | This is a container tag. As such it contains further tags within the container. There are numerous sub tags for the container. | + | This is a container tag. As such it contains further tags within the container and sub containers. There are numerous sub tags for the container. each sub container will start with a number starting a 0. |
| + | |||
| + | example | ||
| + | |||
| + | effects | ||
| + | { | ||
| + | |||
| + | 0 | ||
| + | { | ||
| + | tag data | ||
| + | tag data | ||
| + | } | ||
| + | } | ||
| + | |||
| + | { | ||
| + | |||
| + | 1 | ||
| + | { | ||
| + | tag data | ||
| + | tag data | ||
| + | } | ||
| + | } | ||
Latest revision as of 21:07, 5 February 2022
[edit] effects
This is a container tag. As such it contains further tags within the container and sub containers. There are numerous sub tags for the container. each sub container will start with a number starting a 0.
example
effects {
0
{
tag data
tag data
}
}
{
1
{
tag data
tag data
}
}