AppRecordList empty() Method

Returns true if the list is empty.

Function Signature

 bool empty()

Parameters

Parameter Type Description

None

Return

Type Description

bool

Returns true if the list is empty; false if there are items in the list.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

AppRecordList