Merge pull request #253 from ook3D/merge-6

Update ymap entity flags
This commit is contained in:
dexyfex 2024-07-16 07:43:24 +10:00 committed by GitHub
commit a92ce59337
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -187,38 +187,38 @@
this.EntityFlagsCheckedListBox.CheckOnClick = true; this.EntityFlagsCheckedListBox.CheckOnClick = true;
this.EntityFlagsCheckedListBox.FormattingEnabled = true; this.EntityFlagsCheckedListBox.FormattingEnabled = true;
this.EntityFlagsCheckedListBox.Items.AddRange(new object[] { this.EntityFlagsCheckedListBox.Items.AddRange(new object[] {
"1 - Allow full rotation", "1 - Allow Full Rotation",
"2 - Stream Low Priority", "2 - Stream Low Priority",
"4 - Disable embedded collisions", "4 - Disable embedded Collisions",
"8 - LOD in parent ymap", "8 - LOD in parent map",
"16 - LOD Adopt Me", "16 - LOD Adopt me",
"32 - Static entity", "32 - Static Entity",
"64 - Object isn\'t dark at night", "64 - Interior LOD",
"128 - Unk08", "128 - Unused",
"256 - Unk09", "256 - Unused",
"512 - Ignore Day Night Light Settings", "512 - Unused",
"1024 - Unk11", "1024 - Unused",
"2048 - Unk12", "2048 - Unused",
"4096 - Unk13", "4096 - Unused",
"8192 - Unk14", "8192 - Unused ",
"16384 - Unk15", "16384 - Unused",
"32768 - Unk16", "32768 - LOD Use Alt Fade",
"65536 - Unk17", "65536 - Underwater",
"131072 - Unk18", "131072 - Doesn\'t touch water",
"262144 - Dont Spawn Peds", "262144 - Doesn\'t spawn peds",
"524288 - Unk20", "524288 - Cast Static Shadows",
"1048576 - Unk21", "1048576 - Cast Dynamic Shadows",
"2097152 - Unk22", "2097152 - Ignore Time Settings",
"4194304 - Dont Render Shadows", "4194304 - Don\'t render shadows",
"8388608 - Only Render Shadows", "8388608 - Only render shadows",
"16777216 - Dont Render Reflections", "16777216 - Don\'t render reflections",
"33554432 - Only Render Reflections", "33554432 - Only render reflections",
"67108864 - Dont Render Water Reflections", "67108864 - Don\'t render water reflections",
"134217728 - Only Render Water Reflections", "134217728 - Only render water reflections",
"268435456 - Dont Render Mirror Reflections", "268435456 - Don\'t render mirror reflections",
"536870912 - Only Render Mirror Reflections", "536870912 - Only render mirror reflections",
"1073741824 - Unk31", "1073741824 - Unused",
"2147483648 - Unk32"}); "2147483648 - Unused"});
this.EntityFlagsCheckedListBox.Location = new System.Drawing.Point(348, 113); this.EntityFlagsCheckedListBox.Location = new System.Drawing.Point(348, 113);
this.EntityFlagsCheckedListBox.Name = "EntityFlagsCheckedListBox"; this.EntityFlagsCheckedListBox.Name = "EntityFlagsCheckedListBox";
this.EntityFlagsCheckedListBox.Size = new System.Drawing.Size(201, 349); this.EntityFlagsCheckedListBox.Size = new System.Drawing.Size(201, 349);