Difference between revisions of "SKSE Wish List"

369 bytes removed ,  16:50, 8 February 2015
→‎StringUtils: Removed function that already exists because I am a dunce and didn't check for it first
imported>DavidJCobb
(→‎StringUtils: Prettier formatting, and added StringFind)
imported>DavidJCobb
(→‎StringUtils: Removed function that already exists because I am a dunce and didn't check for it first)
Line 111: Line 111:
:*Flags for case sensitivity, etc.
:*Flags for case sensitivity, etc.
:*Easy enough to do this in Papyrus, but could be more efficient in C++.
:*Easy enough to do this in Papyrus, but could be more efficient in C++.
*'''StringFind''' - Find the index of a substring.
:<source lang="papyrus">StringFind(String asContaining, String asSubstring, Int aiStartFrom = 0, Int aiFlags = 0)</source>
:*Flags for case-sensitivity, and perhaps for starting the search from the end of the string.
:*Ability to start from a certain index using aiStartFrom.
:*Would likely be more efficient in C++.


===Misc===
===Misc===
Anonymous user