Folder Contains() Method

Used to determine whether a given item is in the current folder.

Function Signature

 bool Contains( tableId, recId )

Parameters

Parameter Type Description

tableId

int

Table ID of the item to search for.

recId

int

TS_ID of the item to search for.

Return

Type Description

bool

Returns true if this folder contains the item; false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

Folder