IsStringEmpty

From Dragon Age Toolset Wiki
Revision as of 23:07, 5 October 2009 by BryanDerksen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.