FPStatus values
 
 
 
FPStatus values

This reference page is linked to from the following overview topics: Action Interfaces, Published Functions and MAXScript.



Module description

One of the following values are returned from the various FPInterface methods.

See also:
Class FPInterface, Function Publishing System

Defines

#define  FPS_FAIL   0
  Indicates a failure.
#define  FPS_NO_SUCH_FUNCTION   -1
  The function called does not exist.
#define  FPS_ACTION_DISABLED   -2
  The action is disabled.
#define  FPS_OK   1
  Indicates a success.

Define Documentation

#define FPS_FAIL   0

Indicates a failure.

#define FPS_NO_SUCH_FUNCTION   -1

The function called does not exist.

#define FPS_ACTION_DISABLED   -2

The action is disabled.

#define FPS_OK   1

Indicates a success.