Difference between revisions of "SKSE Wish List"

388 bytes added ,  12:18, 4 February 2015
imported>Jaxonz
imported>Jaxonz
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==
Anonymous user