Black Ops III

StrIsInt

Check if a string is an int.

Example:

StrIsInt( "1" ); // true

Parameters

ParameterSummary
*string: The string to check.

* = mandatory