4.3.1 MArgList

The following MArgList methods differ from their C++ counterparts.

getBool( index, status=None)
This is the wrapper for the MStatus get(unsigned int index, bool& ret) method. The function returns a boolean value and takes an optional MStatus object as input.

getInt( index, status=None)
This is the wrapper for the MStatus get(unsigned int index, int& ret) method. The function returns an integer value and takes an optional MStatus object as input.

getDouble( index, status=None)
This is the wrapper for the MStatus get(unsigned int index, double& ret) method. The function returns a float value and takes an optional MStatus object as input.