Called from C++.
1173 {
1175
1176 int pos_end = 0;
1177 int pos_cur = 0;
1178
1179 while (pos_cur != -1)
1180 {
1181 pos_end = pos_cur;
1183 }
1184
1186 }
string m_MissionFolderPath
proto string Substring(int start, int len)
Substring of 'str' from 'start' position 'len' number of characters.
proto native int IndexOfFrom(int start, string sample)
Finds 'sample' in 'str' from 'start' position. Returns -1 when not found.