IParamBlock Class Reference
For internal use only. Use ParameterBlock instead.
|
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
|
tuple | NumRefs = _swig_property(GetNumRefs) |
| |
|
tuple | Refs = _swig_property(lambda self: (self.GetReference(i) for i in xrange(self.GetNumRefs()))) |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
|
tuple | AnimHandle = _swig_property(GetAnimHandle) |
| |
|
tuple | ClassID = _swig_property(GetClassID) |
| |
|
tuple | ClearFlagInAllAnimatables = staticmethod(ClearFlagInAllAnimatables) |
| |
|
tuple | GetAnimByHandle = staticmethod(GetAnimByHandle) |
| |
|
tuple | KeyTimes = _swig_property(lambda self: (self.GetKeyTime(i) for i in xrange(self.GetNumKeys()))) |
| |
|
tuple | NodeName = _swig_property(GetNodeName) |
| |
|
tuple | NumSubAnims = _swig_property(GetNumSubAnims) |
| |
|
tuple | ParameterBlock = _swig_property(GetParameterBlock) |
| |
|
tuple | SubAnimNames = _swig_property(lambda self: (self.GetSubAnimName(i) for i in xrange(self.GetNumSubAnims()))) |
| |
|
tuple | SubAnims = _swig_property(lambda self: (self.GetSubAnim(i) for i in xrange(self.GetNumSubAnims()))) |
| |
|
tuple | SuperClassID = _swig_property(GetSuperClassID) |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
|
tuple | thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') |
| |
| def AnimNumToParamNum |
( |
|
self, |
|
|
|
args |
|
) |
| |
AnimNumToParamNum(IParamBlock self, int animNum) -> int
| def GetAnimNum |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetAnimNum(IParamBlock self, int paramNum) -> int
| def GetAnimParamControlType |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetAnimParamControlType(IParamBlock self, int anim) -> SClass_ID
| def GetColor |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetColor(IParamBlock self, int i, TimeValue t=0) -> Color
GetColor(IParamBlock self, int i) -> Color
| def GetController |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetController(IParamBlock self, int i) -> Control
| def GetFloat |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetFloat(IParamBlock self, int i, TimeValue t=0) -> float
GetFloat(IParamBlock self, int i) -> float
| def GetInt |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetInt(IParamBlock self, int i, TimeValue t=0) -> int
GetInt(IParamBlock self, int i) -> int
| def GetParamBlock |
( |
|
self | ) |
|
GetParamBlock(IParamBlock self) -> IParamBlock
| def GetParameterType |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetParameterType(IParamBlock self, int i) -> int
| def GetPoint3 |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetPoint3(IParamBlock self, int i, TimeValue t=0) -> Point3
GetPoint3(IParamBlock self, int i) -> Point3
| def GetRefNum |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetRefNum(IParamBlock self, int paramNum) -> int
| def GetValue |
( |
|
self, |
|
|
|
args |
|
) |
| |
GetValue(IParamBlock self, int i, TimeValue t, float & v, Interval ivalid) -> BOOL
GetValue(IParamBlock self, int i, TimeValue t, int & v, Interval ivalid) -> BOOL
GetValue(IParamBlock self, int i, TimeValue t, Point3 v, Interval ivalid) -> BOOL
GetValue(IParamBlock self, int i, TimeValue t, Color v, Interval ivalid) -> BOOL
GetVersion(IParamBlock self) -> DWORD
| def LastNotifyParamNum |
( |
|
self | ) |
|
LastNotifyParamNum(IParamBlock self) -> int
NumParams(IParamBlock self) -> int
| def RemoveController |
( |
|
self, |
|
|
|
args |
|
) |
| |
RemoveController(IParamBlock self, int i)
| def RescaleParam |
( |
|
self, |
|
|
|
args |
|
) |
| |
RescaleParam(IParamBlock self, int paramNum, float f)
| def SetController |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetController(IParamBlock self, int i, Control c, BOOL preserveFrame0Value=TRUE)
SetController(IParamBlock self, int i, Control c)
| def SetValue |
( |
|
self, |
|
|
|
args |
|
) |
| |
SetValue(IParamBlock self, int i, TimeValue t, float v) -> BOOL
SetValue(IParamBlock self, int i, TimeValue t, int v) -> BOOL
SetValue(IParamBlock self, int i, TimeValue t, Point3 v) -> BOOL
SetValue(IParamBlock self, int i, TimeValue t, Color v) -> BOOL
| def SwapControllers |
( |
|
self, |
|
|
|
args |
|
) |
| |
SwapControllers(IParamBlock self, int j, int k)