Difference between revisions of "UT OpenDoor"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Created page with '{{dafunction |name = UT_OpenDoor |brief = Opens a door away from the user and sends the door an EVENT_TYPE_OPENED event. |param1type = object |param1name = oDoor |param1desc ...')
 
(Category:Placeable object functions)
Line 27: Line 27:
 
<!-- == 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]]

Revision as of 23:41, 10 February 2010

Opens a door away from the user and sends the door an EVENT_TYPE_OPENED event.

void UT_OpenDoor(
object oDoor,
object oUser
);
Parameters:
oDoor
the door to open
oUser
the creature opening the door
Returns:

Nothing.

Source:

Core Resources.utility_h