Rename DefaultSyncBias --> DefaultSyncOffset
This commit is contained in:
+3
-3
@@ -2902,9 +2902,9 @@
|
||||
<EnumValue name=''StyleType_OnePlayerTwoSides'' value='2'/>
|
||||
<EnumValue name=''StyleType_TwoPlayersSharedSides'' value='3'/>
|
||||
</Enum>
|
||||
<Enum name='SyncBias'>
|
||||
<EnumValue name=''SyncBias_Null'' value='1'/>
|
||||
<EnumValue name=''SyncBias_ITG'' value='2'/>
|
||||
<Enum name='SyncOffset'>
|
||||
<EnumValue name=''SyncOffset_Null'' value='1'/>
|
||||
<EnumValue name=''SyncOffset_ITG'' value='2'/>
|
||||
</Enum>
|
||||
<Enum name='TapNoteScore'>
|
||||
<EnumValue name=''TapNoteScore_None'' value='0'/>
|
||||
|
||||
@@ -3435,8 +3435,8 @@ end
|
||||
If this is not set in the <code>Pack.ini</code>, returns an empty string.
|
||||
</Function>
|
||||
<Function name='GetSyncOffset' return='float' arguments='' since='ITGmania 1.0.0'>
|
||||
Returns the sync bias offset to be applied to this group. Returns -0.0009 if <code>ITG</code> or 0 (0ms) if <code>NULL</code>
|
||||
If this is not set in the <code>Pack.ini</code>, the <code>fDefaultSyncBias</code> preference is used instead.
|
||||
Returns the sync offset to be applied to this group. Returns -0.0009 if <code>ITG</code> or 0 (0ms) if <code>NULL</code>
|
||||
If this is not set in the <code>Pack.ini</code>, the <code>DefaultSyncOffset</code> preference is used instead.
|
||||
</Function>
|
||||
<Function name='HasPackIni' return='bool' arguments='' since='ITGmania 1.0.0'>
|
||||
Returns <code>true</code> if the group has a Pack.ini file, <code>false</code> otherwise.
|
||||
|
||||
Reference in New Issue
Block a user