POLPOX/Sandbox2 – User
Jump to navigation
Jump to search
(Comprehensive nulls/default value for every Data Types) |
No edit summary |
||
Line 1: | Line 1: | ||
Nulls (well not really, | Nulls (well not really, more of “default” values) for every [[Data Types]]. | ||
{| class="wikitable | {| class="wikitable" | ||
! Type !! Default value | ! Type !! Default value | ||
|- | |- | ||
Line 18: | Line 18: | ||
| [[String]] || {{hl|""}} | | [[String]] || {{hl|""}} | ||
|- | |- | ||
| [[Code]] || {{hl|{}}} | | [[Code]] || {{hl|{} }} | ||
|- | |- | ||
| [[Config]] || {{hl|[[configNull]]}} | | [[Config]] || {{hl|[[configNull]]}} |
Revision as of 09:28, 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 | west |
String | "" |
Code | {} |
Config | configNull |
Control | controlNull |
[[Display] | displayNull |
Location | ? |
Script Handle | ? |
Structured Text | text "" |
Diary Record | diaryRecordNull |
Task | taskNull |
Team Member | ? |
Namespace | missionNamespace |
Editor Object | ? |
Eden ID | ? |
Eden Entity | ? |
NaN | ? |
HashMap | createHashMap |
HashMapKey | ? |