TreeItem HasChild() Method

Find out if another TreeItem is a descendent of this one.

Function Signature

 bool HasChild( id )

Parameters

Parameter Type Description

id

int

TS_ID of the TreeItem to test for descendent status.

Return

Type Description

bool

Returns true if the given TreeItem is a descendent of this one; false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

TreeItem