Black Ops III

GetSubStr

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

Example:

name = getSubStr( playerwarp_string, 8 )

Parameters

ParameterSummary
*stringThe input string
*start indexThe start index of the substring
[end index]The end index of the substring

* = mandatory