SetBrushState Data Member Function

Sets the state (enabled or disabled) of a brush.

Prototype

int32 SetBrushState( int32 p_nBrushIndex, int32 p_bEnabled )

Parameters

Parameter Type Parameter Name Documentation
int32p_nBrushIndexThe index of the brush to set the state of.
int32p_bEnabledA flag specifying whether or not the brush is enabled.

Examples

Copy Text To Clipboard

None published. Please look for an example in the Scenome Scripting Language code base.