Call of Duty Script Documentation

getsubstr( <string>, <start index>, <end index> )


Module
String


Summary


Returns the substring of characters >= <start index> and < <end index>. <end index> is optional.

Minimum Number of arguments: 0


Number of optional arguments: 0



Return to Function List