Scripting surface transform types: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br />
This list is purely for values that can be used in script. More information on these values can be found [[Scripting#Variables|here]].<br />
The following surface transform types can be used in script:
It is advised to use the enumeration value instead of the integer representation because this list is subject to change. The following surface transform types can be used in script:
<ul>
<ol start=0>
<li>None</li>
<li>None</li>
<li>Ignite</li>
<li>Ignite</li>
Line 16: Line 16:
<li>Oilify</li>
<li>Oilify</li>
<li>Shatter</li>
<li>Shatter</li>
</ul>
</ol>

Latest revision as of 07:32, 4 April 2018

This list is purely for values that can be used in script. More information on these values can be found here.
It is advised to use the enumeration value instead of the integer representation because this list is subject to change. The following surface transform types can be used in script:

  1. None
  2. Ignite
  3. Bless
  4. Purify
  5. Curse
  6. Electrify
  7. Melt
  8. Freeze
  9. Condense
  10. Vaporize
  11. Bloodify
  12. Contaminate
  13. Oilify
  14. Shatter