🟧StartsWith
Returns whether or not the first string starts with the second.
string.StartsWith( string inputStr, string startStr ) -> boolean
Completely identical to the original function, exists because some branches of the game don't have it.
Last updated