Difference between revisions of "GetStealthEnabled"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m
 
Line 1: Line 1:
{{Generated with errors}}
 
 
{{dafunction
 
{{dafunction
 
|name=GetStealthEnabled
 
|name=GetStealthEnabled
Line 7: Line 6:
 
|param1desc=oid of creature of interest
 
|param1desc=oid of creature of interest
 
|returntype=int
 
|returntype=int
|returndesc=
+
|returndesc=Whether the creature is stealthed
 
|sourcefile=script.ldf
 
|sourcefile=script.ldf
 
|sourcemodule=
 
|sourcemodule=

Latest revision as of 22:50, 11 February 2010

Returns creature's stealth state

int GetStealthEnabled(
object oCreature
);
Parameters:
oCreature
oid of creature of interest
Returns:

Whether the creature is stealthed

Source:

script.ldf