Called from C++.
1162 {
1164
1165 int pos_end = 0;
1166 int pos_cur = 0;
1167
1168 while (pos_cur != -1)
1169 {
1170 pos_end = pos_cur;
1172 }
1173
1175 }
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.