FBProperty Class Reference
#include <mobu-python-api.h>
Python Docstring:
Raises an exception
This class cannot be instantiated from Python
Python Docstring:
AllowsLocking( (FBProperty)arg1) -> bool
Python Docstring:
AsString( (FBProperty)arg1 [, (FBDataAsStringFlag)arg2]) -> str
Python Docstring:
EnumList( (FBProperty)arg1, (object)arg2) -> str
Python Docstring:
GetEnumStringList( (FBProperty)arg1 [, (object)arg2]) -> FBStringList
Python Docstring:
GetMax( (FBProperty)arg1) -> float
Python Docstring:
GetMin( (FBProperty)arg1) -> float
Python Docstring:
GetName( (FBProperty)arg1) -> str
Python Docstring:
GetPropertyFlag( (FBProperty)arg1, (FBPropertyFlag)arg2) -> bool
Python Docstring:
GetPropertyFlags( (FBProperty)arg1) -> int
Python Docstring:
GetPropertyType( (FBProperty)arg1) -> FBPropertyType
Python Docstring:
GetPropertyTypeName( (FBProperty)arg1) -> str
Python Docstring:
GetSubMemberCount( (FBProperty)arg1) -> int
Python Docstring:
HasSomethingLocked( (FBProperty)arg1) -> bool
Python Docstring:
IsAnimatable( (FBProperty)arg1) -> bool
Python Docstring:
IsInternal( (FBProperty)arg1) -> bool
Python Docstring:
IsList( (FBProperty)arg1) -> bool
Python Docstring:
IsLocked( (FBProperty)arg1) -> bool
Python Docstring:
IsMaxClamp( (FBProperty)arg1) -> bool
Python Docstring:
IsMemberLocked( (FBProperty)arg1, (object)arg2) -> bool
Python Docstring:
IsMinClamp( (FBProperty)arg1) -> bool
Python Docstring:
IsObjectList( (FBProperty)arg1) -> bool
Python Docstring:
IsReadOnly( (FBProperty)arg1) -> bool
Python Docstring:
IsReferenceProperty( (FBProperty)arg1) -> bool
IsTextureConnectableProperty |
( |
| ) |
|
Python Docstring:
IsTextureConnectableProperty( (FBProperty)arg1) -> bool
Python Docstring:
IsUserProperty( (FBProperty)arg1) -> bool
Python Docstring:
ModifyPropertyFlag( (FBProperty)arg1, (FBPropertyFlag)arg2, (object)arg3) -> None
NotifyEnumStringListChanged |
( |
| ) |
|
Python Docstring:
NotifyEnumStringListChanged( (FBProperty)arg1) -> None
Python Docstring:
OriValueAsString( (FBProperty)arg1) -> str
Python Docstring:
SetLocked( (FBProperty)arg1, (object)arg2) -> None
Python Docstring:
SetMax( (FBProperty)arg1, (object)arg2 [, (object)arg3]) -> None
Python Docstring:
SetMemberLocked( (FBProperty)arg1, (object)arg2, (object)arg3) -> None
Python Docstring:
SetMin( (FBProperty)arg1, (object)arg2 [, (object)arg3]) -> None
Python Docstring:
SetName( (FBProperty)arg1, (str)arg2) -> None
Python Docstring:
SetString( (FBProperty)arg1, (str)arg2) -> bool
Read Write Property: The property data value. Type of this depends on the subclass of FBProperty (ex: in a FBPropertyInt, Data is of type int).
Read Property: (str) The property's name.