Difference between revisions of "SetEventObject"
From Dragon Age Toolset Wiki
(Generated by Sunjammer's Dragon Age Script Paser) |
BryanDerksen (Talk | contribs) (looks alright, removing tag) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
− | |||
{{dafunction | {{dafunction | ||
|name=SetEventObject | |name=SetEventObject |
Latest revision as of 22:48, 9 February 2010
Sets the specified object on the event.
- Parameters:
- evEvent
- The event to set the object on
- nIndex
- The index of the object to set
- oValue
- The value of the object to set
- Returns:
- Returns the modified event, returns an invalid event on error.
- Source:
- script.ldf
Description
Sets the specified object on the event.
Remarks
It should be noted that there is no maximum number of values on an event, as the array of values on the event expands as needed.