Default Value Reference
Revision as of 10:09, 2 November 2011 by 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...")
Every variable in Papyrus 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 |