Difference between revisions of "GetTrapDisarmDifficulty"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (Fixing category)
 
Line 1: Line 1:
 
{{dafunction
 
{{dafunction
|name=GetTrapDisarmDifficulty
+
|name         = GetTrapDisarmDifficulty
|brief=Gets the difficulty value of detecting a particular trap object
+
|brief       = Gets the difficulty value of detecting a particular trap object
|param1type=object
+
|param1type   = object
|param1name=oTrap
+
|param1name   = oTrap
|param1desc=A trap placeable
+
|param1desc   = A trap placeable
|returntype=int
+
|returntype   = int
|returndesc=the difficulty value of disarming the trap
+
|returndesc   = the difficulty value of disarming the trap
|sourcefile=script.ldf
+
|sourcefile   = script.ldf
|sourcemodule=
+
|sourcemodule =
 
}}
 
}}
 
 
<!-- == Description == -->
 
<!-- == Description == -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
<!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. -->
 
 
<!-- == Remarks == -->
 
<!-- == Remarks == -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
<!-- This section contains additional comments, observations and known issues. -->
 
 
<!-- == Examples == -->
 
<!-- == Examples == -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
<!-- This section contains examples transcluded from the snippet library. -->
 
 
<!-- == See also == -->
 
<!-- == See also == -->
 
<!-- This section contains links to articles, functions or constant groups. -->
 
<!-- This section contains links to articles, functions or constant groups. -->
  
[[Category:Placeable object functions]]
+
[[Category:Placeable functions]]
 +
[[Category:Trap functions]]

Latest revision as of 18:05, 11 March 2012

Gets the difficulty value of detecting a particular trap object

int GetTrapDisarmDifficulty(
object oTrap
);
Parameters:
oTrap
A trap placeable
Returns:

the difficulty value of disarming the trap

Source:

script.ldf