The following MArgList methods differ from their C++ counterparts.
index, status=None) |
MStatus get(unsigned int index, bool& ret)
method. The function returns a boolean value and takes an optional
MStatus object as input.
index, status=None) |
MStatus get(unsigned int index, int& ret)
method. The function returns an integer value and takes an optional
MStatus object as input.
index, status=None) |
MStatus get(unsigned int index, double& ret)
method. The function returns a float value and takes an optional
MStatus object as input.