Difference between revisions of "MWLLFlowNodes:SetGlobalAmbientTemp"

From MechWarrior: Living Legends Wiki
Jump to: navigation, search
(Created page with "{{MWLLFlowNode| | Image = File:SetGlobalAmbientTemp.png | Name =SetGlobalAmbientTemp | {{FlowIn|AmbientTemperature|Float|Temperature which will be set on unit}} {{FlowIn|L...")
 
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{MWLLFlowNode|
+
{| class="wikitable" style="border:1px solid #250b2d; text-align:left; width:500px;" cellpadding="1" cellspacing="0" rules="all" align="right"
| Image = [[File:SetGlobalAmbientTemp.png]]
+
! colspan="3" style="background:#2a2a2a; text-align:center; font-size:12pt" | SetGlobalAmbientTemp
| Name =SetGlobalAmbientTemp
+
|-
|
+
| '''Name''' || '''Type''' || '''Description'''
{{FlowIn|AmbientTemperature|Float|Temperature which will be set on unit}}
+
|-
{{FlowIn|LocalConductivityFactor|Float|Speed in which temperature will change (affects weapons cooldown)}}
+
|AmbientTemperature
|}}
+
|Float
 +
|Temperature which will be set on unit
 +
|-
 +
|LocalConductivityFactor
 +
|Float
 +
|Speed in which temperature will change (affects weapons cooldown)
 +
|-
 +
!colspan="3" style="text-align:center" | [[File:SetGlobalAmbientTemp.png]]
 +
|-
 +
|}
  
 
'''SetGlobalAmbientTemp''' is the [[MWLL Flowgraph Nodes|MWLL Flowgraph Node]] setting up map temperature (visible as "ext" (''external'') in HUD)
 
'''SetGlobalAmbientTemp''' is the [[MWLL Flowgraph Nodes|MWLL Flowgraph Node]] setting up map temperature (visible as "ext" (''external'') in HUD)
Line 11: Line 20:
 
==Examples==
 
==Examples==
 
===Basic===
 
===Basic===
[[File:SetGlobalAmbientTemp Example1.png]]
+
[[File:SetGlobalAmbientTemp_Example1.png]]
 
===Real map, random temperature===
 
===Real map, random temperature===
[[File:SetGlobalAmbientTemp Example2.png]]
+
[[File:SetGlobalAmbientTemp_Example2.png]]
 +
 
 +
{{Navbox FlowNodes}}
  
 
[[Category:FlowNodes]]
 
[[Category:FlowNodes]]

Latest revision as of 03:10, 15 August 2017

SetGlobalAmbientTemp
Name Type Description
AmbientTemperature Float Temperature which will be set on unit
LocalConductivityFactor Float Speed in which temperature will change (affects weapons cooldown)
SetGlobalAmbientTemp.png

SetGlobalAmbientTemp is the MWLL Flowgraph Node setting up map temperature (visible as "ext" (external) in HUD)

Examples

Basic

SetGlobalAmbientTemp Example1.png

Real map, random temperature

SetGlobalAmbientTemp Example2.png