Difference between revisions of "MWLLFlowNodes:ResetAmbientTemp"
From MechWarrior: Living Legends Wiki
(Created page with "{{MWLLFlowNode| | Image = File:ResetAmbientTemp.png | Name =ResetAmbientTemp | {{FlowIn|ResetAmbientTemperature|Bool|On true resets the temperature}} |}} '''ResetAmbientT...") |
m (derp) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {| class="wikitable" style="border:1px solid #250b2d; text-align:left; width:500px;" cellpadding="1" cellspacing="0" rules="all" align="right" |
− | + | ! colspan="3" style="background:#2a2a2a; text-align:center; font-size:12pt" | ResetAmbientTemp | |
− | | Name | + | |- |
− | | | + | | '''Name''' || '''Type''' || '''Description''' |
− | + | |- | |
− | | | + | |ResetAmbientTemperature |
+ | |Bool | ||
+ | |On True, resets the temperature | ||
+ | |- | ||
+ | !colspan="3" style="text-align:center" | [[File:ResetAmbientTemp.png]] | ||
+ | |- | ||
+ | |} | ||
'''ResetAmbientTemp''' is the [[MWLL Flowgraph Nodes|MWLL Flowgraph Node]] resetting the temperature set by [[MWLLFlowNodes:SetAmbientTemp|SetAmbientTemp]] to the one set by [[MWLLFlowNodes:SetGlobalAmbientTemp|SetGlobalAmbientTemp]] or the default one (20 degrees). | '''ResetAmbientTemp''' is the [[MWLL Flowgraph Nodes|MWLL Flowgraph Node]] resetting the temperature set by [[MWLLFlowNodes:SetAmbientTemp|SetAmbientTemp]] to the one set by [[MWLLFlowNodes:SetGlobalAmbientTemp|SetGlobalAmbientTemp]] or the default one (20 degrees). | ||
Line 10: | Line 16: | ||
[[File:SetAmbientTemp Example1b.png]]<br> | [[File:SetAmbientTemp Example1b.png]]<br> | ||
For details see [[MWLLFlowNodes:SetAmbientTemp|SetAmbientTemp]]. Note: This Flow Graph will make temperature raise very fast till the destruction of vehicle. | For details see [[MWLLFlowNodes:SetAmbientTemp|SetAmbientTemp]]. Note: This Flow Graph will make temperature raise very fast till the destruction of vehicle. | ||
+ | |||
+ | {{Navbox FlowNodes}} | ||
[[Category:FlowNodes]] | [[Category:FlowNodes]] |
Latest revision as of 03:09, 15 August 2017
ResetAmbientTemp | ||
---|---|---|
Name | Type | Description |
ResetAmbientTemperature | Bool | On True, resets the temperature |
ResetAmbientTemp is the MWLL Flowgraph Node resetting the temperature set by SetAmbientTemp to the one set by SetGlobalAmbientTemp or the default one (20 degrees).
Examples
For details see SetAmbientTemp. Note: This Flow Graph will make temperature raise very fast till the destruction of vehicle.