Difference between revisions of "Default Value Reference"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Jlundin
(Created page with "Every variable in Papyrus starts with a default value, based on its type. The default values for each type are listed below: {| class="wikitable" ! Type ! Default Value |- | Boo...")
 
imported>Cipscis
(Updated text to prepare for transclusion)
 
Line 1: Line 1:
Every variable in Papyrus starts with a default value, based on its type. The default values for each type are listed below:
Every variable in Papyrus that is not given an initial value starts with a default value, based on its type. The default values for each type are listed below:


{| class="wikitable"
{| class="wikitable"

Latest revision as of 16:49, 20 June 2013

Every variable in Papyrus that is not given an initial value starts with a default value, based on its type. The default values for each type are listed below:

Type Default Value
Bool False
Int 0
Float 0.0
String ""
Objects None
Arrays None