Template:Infobox-MSFS-Script-Element: Difference between revisions
From FSDeveloper Wiki
Jump to navigationJump to search
m (Changed colors for readability) |
m (Changed colors for readability) |
||
| Line 14: | Line 14: | ||
|WhiteSmoke | |WhiteSmoke | ||
}} | }} | ||
solid 4px; border-radius: 10px; margin:1em; background-color:# | solid 4px; border-radius: 10px; margin:1em; background-color:#909090; font-family: monospace; color: white;"> | ||
<div style="font-size: 120%; font-weight: bold; text-align: center; background-color:#242424; border-radius: 6px 6px 0 0; padding: 0.2em 0.5em;">{{{title|{{{name|{{PAGENAME}}}}}}}} | <div style="font-size: 120%; font-weight: bold; text-align: center; background-color:#242424; border-radius: 6px 6px 0 0; padding: 0.2em 0.5em;">{{{title|{{{name|{{PAGENAME}}}}}}}} | ||
| Line 27: | Line 27: | ||
| | | | ||
|- | |- | ||
| | !MDLGuid | ||
|The GUID of the scenery object you want to add. | |||
|- | |||
!Scale | |||
|Scale of the object. | |||
|- | |||
!Effect | |||
|Attach an effect to the object. | |||
|- | |||
!ModelAnimation | |||
|Unknown usage. | |||
|- | |||
!FileName | |||
|Unknown usage. | |||
|- | |||
!WorldPosition | |||
|[[World_position_(MSFS)|The location and orientation]]. | |||
|- | |||
!The other location stuff | |||
|Only there for FSX compatibility. Use the new world postion stuff; [[World_position_(MSFS)|AttachedWorldPosition, AttachedWorldObject, or InitRelativeToWorldObject]]. | |||
{{Infobox-MSFS-Script-Element-End}} | |||
Revision as of 16:15, 13 November 2021
Infobox-MSFS-Script-Element
| MDLGuid | The GUID of the scenery object you want to add. |
|---|---|
| Scale | Scale of the object. |
| Effect | Attach an effect to the object. |
| ModelAnimation | Unknown usage. |
| FileName | Unknown usage. |
| WorldPosition | The location and orientation. |
| The other location stuff | Only there for FSX compatibility. Use the new world postion stuff; AttachedWorldPosition, AttachedWorldObject, or InitRelativeToWorldObject. |