Default Value Reference

From the CreationKit Wiki
Revision as of 16:49, 20 June 2013 by imported>Cipscis (Updated text to prepare for transclusion)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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