Difference between revisions of "EnableWeaponTrail"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m (looks alright, removing tag)
 
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=EnableWeaponTrail
 
|name=EnableWeaponTrail

Latest revision as of 22:28, 9 February 2010

Enables/Disables the weapon trail for a creature

void EnableWeaponTrail(
object oCreature,
int bEnable
);
Parameters:
oCreature
the creature
bEnable
TRUE/FALSE
Returns:

Nothing.

Source:

script.ldf

Description

Enables/Disables the weapon trail for a creature.