Updated changelog and other documents

This commit is contained in:
NovaRain
2023-08-21 14:24:44 +08:00
parent ff53d2515d
commit 59eacce6be
4 changed files with 46 additions and 8 deletions
+1 -1
View File
@@ -306,7 +306,7 @@ DataLoadOrderPatch=1
;Set to 2 to also load subtitle files from text\<language>\cuts_female\ for female PC
FemaleDialogMsgs=0
;Set to 1 to allow using the caret character '^' in dialog msg files to specify the alternative text based on the player's gender
;Set to 1 to allow using the caret character '^' in dialog msg files to specify alternative text in dialogue based on the player's gender
;The text must be enclosed in angle brackets (example: <MaleText^FemaleText>)
DialogGenderWords=0
+1 -1
View File
@@ -1102,7 +1102,7 @@ sfall_funcX metarule functions
----
#### string_find
`int sfall_func2("string_find", string haystack, string needle)`
`int sfall_func2("string_find", string haystack, string needle)`\
`int sfall_func3("string_find", string haystack, string needle, int pos)`
- Returns the position of the first occurrence of a `needle` string in a `haystack` string, or -1 if not found. The first character position is 0 (zero)