Difference between revisions of "Find - StringUtil"
Jump to navigation
Jump to search
m
→Return Value
imported>JohnB (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' StringUtil Script Returns the index of the first occurence of specified phrase inside ...") |
imported>JohnB m (→Return Value) |
||
Line 18: | Line 18: | ||
== Return Value == | == Return Value == | ||
Index of the first occurence of the specified string, or -1 if nothing was found. | Index of the first occurence of the specified string, or -1 if nothing was found.<br/> | ||
Also returns -1 if the given startIndex was invalid. | Also returns -1 if the given startIndex was invalid. | ||