Difference between revisions of "SKSE Wish List"
→Misc
imported>Jaxonz (→Forms) |
imported>Jaxonz (→Misc) |
||
Line 102: | Line 102: | ||
===Misc=== | ===Misc=== | ||
*'''IIf''' - Simple in-line If statement. A concise way to replace 5 lines of code with one statement. | |||
IIf (expr, truepart, falsepart) | |||
:May have to implement as IffString, IffFloat, etc. since Papyrus has no overloading. | |||
String Function IIfString (bool bTestExpr, String sValIfTrue, String sValIfFalse) | |||
Float Function IIfFloat (bool bTestExpr, Float fValIfTrue, Float fValIfFalse) | |||
==Questionable Requests== | ==Questionable Requests== |