IsStringEmpty

From Dragon Age Toolset Wiki
Jump to: navigation, search

Determines if a string is empty.

int IsStringEmpty(
string sString
);
Parameters:
sString
The string which may be empty
Returns:

Returns TRUE if the string is an empty string, FALSE otherwise.

Source:

script.ldf

Description

Returns TRUE if the string sString is an empty string.