|
|
|
|
FifeClass
|
__init__(self,
*args)
__init__(self, Object object, Location location, string identifier =
"") -> Instance __init__(self, Object object, Location
location) -> Instance |
source code
|
|
|
string
|
|
|
|
setId(self,
identifier="")
setId(self, string identifier = "") setId(self) |
source code
|
|
|
Object
|
|
|
|
setLocation(self,
*args)
setLocation(self, Location loc) |
source code
|
|
|
Location
|
|
|
Location
|
|
|
Location
|
|
|
|
setRotation(self,
*args)
setRotation(self, int arg0) |
source code
|
|
|
int
|
|
|
|
setBlocking(self,
*args)
setBlocking(self, bool blocking) |
source code
|
|
|
bool
|
|
|
|
setOverrideBlocking(self,
*args)
setOverrideBlocking(self, bool overblock) |
source code
|
|
|
bool
|
|
|
|
addActionListener(self,
*args)
addActionListener(self, InstanceActionListener listener) |
source code
|
|
|
|
removeActionListener(self,
*args)
removeActionListener(self, InstanceActionListener listener) |
source code
|
|
|
|
addChangeListener(self,
*args)
addChangeListener(self, InstanceChangeListener listener) |
source code
|
|
|
|
removeChangeListener(self,
*args)
removeChangeListener(self, InstanceChangeListener listener) |
source code
|
|
|
Action
|
|
|
double
|
|
|
|
setFacingLocation(self,
*args)
setFacingLocation(self, Location loc) |
source code
|
|
|
Location
|
|
|
Location
|
|
|
unsigned int
|
|
|
|
setActionRuntime(self,
*args)
setActionRuntime(self, unsigned int time_offset) |
source code
|
|
|
|
move(self,
*args)
move(self, string action_name, Location target, double speed) |
source code
|
|
|
|
act(self,
*args)
act(self, string action_name, Location direction, bool repeating =
False) act(self, string action_name, Location direction) |
source code
|
|
|
|
follow(self,
*args)
follow(self, string action_name, Instance leader, double speed) |
source code
|
|
|
|
say(self,
*args)
say(self, string text, unsigned int duration = 0) say(self, string
text) |
source code
|
|
|
|
setTimeMultiplier(self,
*args)
setTimeMultiplier(self, float multip) |
source code
|
|
|
float
|
|
|
unsigned int
|
|
|
|
|
|
InstanceChangeInfo
|
|
|
|
setVisual(self,
*args)
setVisual(self, AbstractVisual visual) |
source code
|
|
|
InstanceVisual
|
|
|
Inherited from FifeClass:
addRef,
decRef,
getFifeId,
getRefCount
|