Ext.ShellHasProp()

Determines if Shell has a specified property.

Function Signature

 bool Ext.ShellHasProp( propName )

Parameters

Parameter Type Description

propName

string

The name of the property to check.

Return

Type Description

bool

Returns true if the string is the name of an existing shell property; false otherwise.

Technical Details

SBM ModScript version: 11.3.

Notes

None.

Related Topics

Extension Functions