Difference between revisions of "MWLLFlowNodes:StringConcat"

From MechWarrior: Living Legends Wiki
Jump to: navigation, search
m
m
 
Line 1: Line 1:
 
{| class="wikitable" style="border:1px solid #250b2d; text-align:left; width:500px;" cellpadding="1" cellspacing="0" rules="all" align="right"
 
{| 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" | StringConcat
 
! colspan="3" style="background:#2a2a2a; text-align:center; font-size:12pt" | StringConcat
 +
|-
 
| '''Name''' || '''Type''' || '''Description'''
 
| '''Name''' || '''Type''' || '''Description'''
 
|-
 
|-

Latest revision as of 04:16, 15 August 2017

StringConcat
Name Type Description
Start Any Input that will trigger the merge of strings
String1 String String to merge with others
String2 String String to merge with others
String3 String String to merge with others
String4 String String to merge with others
String5 String String to merge with others
String6 String String to merge with others
StringContact.png


StringContact is the MWLL Flowgraph Node merging multiple strings into a single one. Strings are merged from first to last, with spacebar added in between.

Example

Pick random temperature, set it on the map, and after one second display message in console: Temperature for today: XXX degrees

StringContact Example1.png