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
def GetVersion
(
self
)
GetVersion(IParamBlock self) -> DWORD
def LastNotifyParamNum
(
self
)
LastNotifyParamNum(IParamBlock self) -> int
def NumParams
(
self
)
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