Rename DefaultSyncBias --> DefaultSyncOffset

This commit is contained in:
Crash Cringle
2025-03-18 07:28:50 -07:00
committed by teejusb
parent 9933271eac
commit 4f0febb57c
19 changed files with 43 additions and 43 deletions
+3 -3
View File
@@ -2902,9 +2902,9 @@
<EnumValue name='&apos;StyleType_OnePlayerTwoSides&apos;' value='2'/>
<EnumValue name='&apos;StyleType_TwoPlayersSharedSides&apos;' value='3'/>
</Enum>
<Enum name='SyncBias'>
<EnumValue name='&apos;SyncBias_Null&apos;' value='1'/>
<EnumValue name='&apos;SyncBias_ITG&apos;' value='2'/>
<Enum name='SyncOffset'>
<EnumValue name='&apos;SyncOffset_Null&apos;' value='1'/>
<EnumValue name='&apos;SyncOffset_ITG&apos;' value='2'/>
</Enum>
<Enum name='TapNoteScore'>
<EnumValue name='&apos;TapNoteScore_None&apos;' value='0'/>
+2 -2
View File
@@ -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.