mirror of
https://github.com/sfall-team/sfall.git
synced 2026-07-27 16:52:34 -07:00
Updated changelog and other documents
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user