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 ...')
(No difference)

Revision as of 21:56, 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