Difference between revisions of "SetResult - ConstructibleObject"
Jump to navigation
Jump to search
m
no edit summary
imported>Seigneur Voland (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' ConstructibleObject Script Changes the Form created by a ConstructibleObject. (This fu...") |
imported>Seigneur Voland m |
||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
<source lang="papyrus"> | <source lang="papyrus"> | ||
Function SetResult(Form | Function SetResult(Form Result) native | ||
</source> | </source> | ||
== Parameters == | == Parameters == | ||
* | *Result : the new Form created by the ContructibleObject | ||
== Return Value == | == Return Value == |