Difference between revisions of "SetLocalEffect"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
m (1 revision: Importing auto-generated function articles)
(No difference)

Revision as of 17:11, 29 July 2009

This page was generated by Sunjammer's Dragon Age Script Parser.

The parser was able to extract and/or match all the information required, however it has flagged this page as containing one or more joins. A join occurs when the parser encounters a single line entry (such as parameter descriptions or remarks) which has been split over multiple lines. The parser joins these lines together to prevent the information being omitted, however any original formatting will have been lost.

This page must be reviewed by a knowledgeable scripter as it will probably require updating. If the join occurred in a parameter description it will probably be necessary to move the additional information to the Description section below. Once identified, the issue in the source file should be reported to BioWare.

Please remove the {{Generated with joins}} tag once the page has been corrected.

Sets a local effect variable on an object.

void SetLocalEffect(
object oObject,
string sVarName,
effect eEffect
);
Parameters:
oObject
Object to set the variable on
sVarName
The name of the variable to set
eEffect
The value of the effect variable to set
Returns:

Nothing.

Source:

script.ldf

Description

Sets a local effect variable sVarName on the specified object.

Remarks

It should be noted that effects taken from current effects on an object are just copies of those effects, not references to them.


See also

GetLocalEffect