3ds Max C++ API Reference
Parameter Wire Menu Flags

These flags determine the action taken when calling ParamWireMenu. More...

Macros

#define PWMF_LEFT_TARGET   0x001
 
#define PWMF_RIGHT_TARGET   0x002
 
#define PWMF_HAS_MENU   0x004
 
#define PWMF_OPEN_EDITOR   0x008
 

Detailed Description

These flags determine the action taken when calling ParamWireMenu.


Use these flags to specify the target type and the options.

See also
IParamWireMgr::ParamWireMenu

Macro Definition Documentation

◆ PWMF_LEFT_TARGET

#define PWMF_LEFT_TARGET   0x001
Remarks
Specifies that the Target will be displayed on the left side of the parameter wiring dialog. This is typically the first target picked.

◆ PWMF_RIGHT_TARGET

#define PWMF_RIGHT_TARGET   0x002
Remarks
Specifies that the Target will be displayed on the right side of the parameter wiring dialog. This is typically the second target picked.

◆ PWMF_HAS_MENU

#define PWMF_HAS_MENU   0x004
Remarks
Can be used to test if a context menu will be displayed or not with the specified target. If a menu can be displayed, the target will be returned by the method. If not, NULL is returned

◆ PWMF_OPEN_EDITOR

#define PWMF_OPEN_EDITOR   0x008
Remarks
Specifies whether the parameter wiring dialog should open once the user has selected an item from the context menu. This is typically used in conjunction with PWMF_RIGHT_TARGET.