3ds Max C++ API Reference
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Actions performed by the behavior

The following are flags which can be combined and returned from the Perform function. More...

Macros

#define BHVR_SETS_FORCE   0x00000001
 flag indicating that a behavior sets a force
 
#define BHVR_SETS_GOAL   0x00000002
 flag indicating that a behavior sets a goal
 
#define BHVR_SETS_SPEED   0x00000004
 flag indicating that a behavior sets the speed
 

Detailed Description

The following are flags which can be combined and returned from the Perform function.

Macro Definition Documentation

◆ BHVR_SETS_FORCE

#define BHVR_SETS_FORCE   0x00000001

flag indicating that a behavior sets a force

◆ BHVR_SETS_GOAL

#define BHVR_SETS_GOAL   0x00000002

flag indicating that a behavior sets a goal

◆ BHVR_SETS_SPEED

#define BHVR_SETS_SPEED   0x00000004

flag indicating that a behavior sets the speed