Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 578 Bytes

File metadata and controls

41 lines (31 loc) · 578 Bytes

vstSetHelpString

Description

Places helpMessage in the mode bar to the right of any other mode objects.

PROCEDURE vstSetHelpString(inHelpStr : STRING);
def vs.vstSetHelpString(inHelpStr):
    return None

Parameters

Name Type Description
inHelpStr STRING

Examples

==== VectorScript ====

PROCEDURE Example;
BEGIN
   vstSetHelpString('Test Message');
END;
RUN(Example);

==== Python ====

Version

Availability: from All Versions

This is drop-in function.

Category

  • Tool Events