This commit is contained in:
2025-08-02 12:09:34 +08:00
commit e70b01cdca
2785 changed files with 575579 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_EditorOnly
Value: 0x00000100
Description: Temporary editor only flag

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_NOMARK
Value: 0x00000000
Description: Zero, nothing

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_NotAlwaysLoadedForEditorGame
Value: 0x00000080
Description: Temporary save tag for editorgame load flag.

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_NotForClient
Value: 0x00000020
Description: Temporary save tag for client load flag.

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_NotForServer
Value: 0x00000040
Description: Temporary save tag for server load flag.

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_NotForTargetPlatform
Value: 0x00000200
Description: Temporary save tag for stripping objets based on TargetPlatform

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_Saved
Value: 0x00000004
Description: Object has been saved via SavePackage. Temporary.

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_TagExp
Value: 0x00000010
Description: Temporary export tag in load/save.

View File

@@ -0,0 +1,4 @@
# OBJECTMARK_TagImp
Value: 0x00000008
Description: Temporary import tag in load/save.