vault backup: 2024-10-12 17:19:45

This commit is contained in:
2024-10-12 17:19:46 +08:00
parent ff94ddca61
commit 244c0c52f6
960 changed files with 31348 additions and 10 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.