Particle Script: Difference between revisions
→File Layout
imported>Jackoalan mNo edit summary |
imported>Jackoalan |
||
Line 16: | Line 16: | ||
** Key FourCC (see [[#Script Types|script-format articles]]) | ** Key FourCC (see [[#Script Types|script-format articles]]) | ||
** Value Parameter(s) (one of:) | ** Value Parameter(s) (one of:) | ||
*** <code>CNST</code>: Scalar/Vector literal | *** <code>CNST</code>: Bool/Scalar/Vector literal | ||
**** 1-4 int/float values | **** 1-4 bool/int/float values | ||
*** <code>NONE</code>: Dummy value (equivalent to not specifying the key at all) | *** <code>NONE</code>: Dummy value (equivalent to not specifying the key at all) | ||
*** Node Key ([[#Script Nodes|see below]]) | *** Node Key ([[#Script Nodes|see below]]) |