05-28-2012, 06:56
(05-27-2012, 18:03)AZUMIKKEL Wrote:(05-27-2012, 17:56)Bloodfocus Wrote: 1 more quest , whats a strtok?
http://theanswertoeveryquestionever.com/strtok
Splits a string into a array (or list) according to the delimiter (or the string to search for when splitting).
Example:
Code:
// Split the first string by the 2nd one.
mapList = strTok("mp_afghan;mp_estate;mp_favela", ";");
// Now mapList contains the following:
// mp_afghan
// mp_estate
// mp_favela
A casual conversation between barata and I about Nukem.