Difference between revisions of "Flag Reference"

No change in size ,  22:05, 6 June 2018
m
imported>Thingy Person
imported>Quindraco
 
Line 3: Line 3:
== Script Flags ==
== Script Flags ==
*Hidden: Hides this script from the normal list of scripts in the Creation Kit that shows when someone wants to attach a script to an object. This is usually used for things that aren't intended to be attached to anything by the user (like fragments), or by base scripts that don't do anything on their own except to be extended by a non-hidden script.
*Hidden: Hides this script from the normal list of scripts in the Creation Kit that shows when someone wants to attach a script to an object. This is usually used for things that aren't intended to be attached to anything by the user (like fragments), or by base scripts that don't do anything on their own except to be extended by a non-hidden script.
*Conditional: Flags this script as viewable by the condition system. The Creation Kit will not let you attach more then one conditional script to the same object.
*Conditional: Flags this script as viewable by the condition system. The Creation Kit will not let you attach more than one conditional script to the same object.


== Property Flags ==
== Property Flags ==
Anonymous user