Pre 5.11 updates (loads of new definitions in SaintCoinach)

This commit is contained in:
Hezkezl
2019-11-12 03:29:04 -07:00
parent c8e4b0f237
commit 3eabd9394f
119 changed files with 156 additions and 156 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
key,0,1,2,3,4,5,6,7,8,9,10
#,,,,,,,,,,,
#,CameraDistance,SampleInterval,BoneLOD,AnimationEnable[0],AnimationEnable[1],AnimationEnable[2],AnimationEnable[3],AnimationEnable[4],AnimationEnable[5],AnimationEnable[6],AnimationEnable[7]
int32,single,single,sbyte,bool,bool,bool,bool,bool,bool,bool,bool
0,10,2,0,True,True,True,True,True,True,True,True
1,16,2,1,False,False,True,False,True,True,True,True
1 key 0 1 2 3 4 5 6 7 8 9 10
2 # CameraDistance SampleInterval BoneLOD AnimationEnable[0] AnimationEnable[1] AnimationEnable[2] AnimationEnable[3] AnimationEnable[4] AnimationEnable[5] AnimationEnable[6] AnimationEnable[7]
3 int32 single single sbyte bool bool bool bool bool bool bool bool
4 0 10 2 0 True True True True True True True True
5 1 16 2 1 False False True False True True True True