POLPOX/Sandbox2 – User
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Page filling) |
mNo edit summary |
||
Line 14: | Line 14: | ||
| [[Object]] || {{hl|[[objNull]]}} | | [[Object]] || {{hl|[[objNull]]}} | ||
|- | |- | ||
| [[Side]] || {{hl| | | [[Side]] || {{hl|[[sideUnknown]]}} | ||
|- | |- | ||
| [[String]] || {{hl|""}} | | [[String]] || {{hl|""}} | ||
Line 26: | Line 26: | ||
| [[Display]] || {{hl|[[displayNull]]}} | | [[Display]] || {{hl|[[displayNull]]}} | ||
|- | |- | ||
| [[Location]] || [[locationNull]] | | [[Location]] || {{hl|[[locationNull]]}} | ||
|- | |- | ||
| [[Script Handle]] || [[scriptNull]] | | [[Script Handle]] || {{hl|[[scriptNull]]}} | ||
|- | |- | ||
| [[Structured Text]] || {{hl|[[text]] ""}} | | [[Structured Text]] || {{hl|[[text]] ""}} |
Revision as of 14:11, 19 March 2024
Nulls (well not really, more of “default” values) for every Data Types.
Type | Default value |
---|---|
Array | [] |
Boolean | true |
Group | grpNull |
Number | 0 |
Object | objNull |
Side | sideUnknown |
String | "" |
Code | {} |
Config | configNull |
Control | controlNull |
Display | displayNull |
Location | locationNull |
Script Handle | scriptNull |
Structured Text | text "" |
Diary Record | diaryRecordNull |
Task | taskNull |
Team Member | teamMemberNull |
Namespace | missionNamespace |
Editor Object | N/A (VBS) |
Eden ID | 0 (Number) |
NaN | NaN (only one value) |
HashMap | createHashMap |
Eden Entity | see each type |
HashMapKey | see each type |