Difference between revisions of "ShowFloatyIcon"

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

Latest revision as of 18:01, 24 February 2010

Shows or hides a floating icon above a creature.

void ShowFloatyIcon(
object oCreature,
string sIconName
);
Parameters:
oCreature
The creature
sIconName
The texture to use (or empty string to hide the icon)
Returns:

Nothing.

Source:

script.ldf

Description

Shows or hides a floating icon above a creature.