Difference between revisions of "CommandUnsheatheWeapons"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=CommandUnsheatheWeapons
 
|name=CommandUnsheatheWeapons
Line 13: Line 12:
 
Makes the creature executing this command draw its weapons.
 
Makes the creature executing this command draw its weapons.
  
<!-- == Remarks == -->
+
== Remarks ==
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 +
This command doesn't seem to work. It is not used in the OC or core scripts.
  
 
<!-- == Examples == -->
 
<!-- == Examples == -->

Latest revision as of 13:35, 20 May 2011

This function is an unsheathe weapons command constructor.

command CommandUnsheatheWeapons(
);
Parameters:
None
Returns:

a valid command

Source:

script.ldf

Description

Makes the creature executing this command draw its weapons.

Remarks

This command doesn't seem to work. It is not used in the OC or core scripts.