Sarbian changed the topic of #kspmodding to: Welcome to #kspmodding - the channel for discussing, and learning about, modding Kerbal Space Program. Code of Conduct: https://git.io/vSQh6 | Always provide logs. | *** PSA: https://kerbalspaceprogram.com/api/index.htm | Someone is writting a Phd dissertation on KSP modding please fill out this survey https://goo.gl/forms/1vrkPYH4az8l32sb2 - I have met him and it s legit
Orum has quit [Ping timeout: 383 seconds]
Orum has joined #kspmodding
ferram4 has quit [Read error: Connection reset by peer]
ferram4 has joined #kspmodding
SirKeplan is now known as SirKeplan|ZZZ
hashashin has quit [Read error: Connection reset by peer]
hashashin has joined #kspmodding
Orum has quit [Ping timeout: 186 seconds]
Asymptote has joined #kspmodding
Rokker has quit [Quit: Connection closed for inactivity]
ferram4 has quit [Ping timeout: 195 seconds]
ferram4 has joined #kspmodding
<Sigma88> if a have a List<whatevers>
<Sigma88> how can I get a list of the names of all whatevers?
<Sigma88> I think there was a way, something like
<Sigma88> myList.Where(o => o.name == "banana");
<Sigma88> but I can't remember the syntax
<Sigma88> list.Select() maybe?
<Sigma88> yup, it was select
SirKeplan|ZZZ is now known as SirKeplan
Rokker has joined #kspmodding
<xShadowx> 1) select 2) ew linq
<oren> xShadowx: I like linq
<oren> it could use a better interface tho
<xShadowx> linq is cancer
<xShadowx> i quit installing mods that use linq due to the effects on GC ;/
<Sigma88> I have an issue
<Sigma88> I want to distribute a plugin in more of my mods
<Sigma88> but I want to make sure that if I release an update, and an user has 2 different versions, the most recent one gets used
<Sigma88> how do I do that?
<Sigma88> it would seem to me that only the first one in alphabetical order gets loaded
<JPLRepo> Linq is cancer under Unity/Mono. Linq itself is a good thing.
Asymptote has quit [Read error: Connection reset by peer]
Orum has joined #kspmodding