Ambient OverrideBehaviour

From Dragon Age Toolset Wiki
Revision as of 13:20, 31 January 2011 by LukaCrosszeria (Talk | contribs)

Jump to: navigation, search

Overrides a creature's predefined ambient behaviour.

[[ keyword|]] Ambient_OverrideBehaviour(
object oCreature,
[[ keyword|]] nAnimPattern,
float fAnimFreq,
float fAnimFreq
);
Parameters:
oCreature
The creature performing the ambient behaviour.
nAnimPattern
The override animation pattern (index into ambient_ai.xls).
fAnimFreq
The override animation frequency.
fAnimFreq
The number of times the override animation pattern is to be played (-1 for infinite).
Returns:

[Undocumented]

Source:

sys_ambient_h

Description

Overrides the ambient behaviour animation pattern and animation frequency defined by the creature template. -1.0 to play all animations in order

Remarks

See also