-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 1 addition & 25 deletions
26
cache/src/main/kotlin/world/gregs/voidps/cache/definition/data/InterfaceComponentSetting.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,3 @@ | ||
package world.gregs.voidps.cache.definition.data | ||
|
||
data class InterfaceComponentSetting(var setting: Int, var anInt7413: Int) { | ||
fun method2743(): Int { | ||
return setting and 0x3fda8 shr 11 | ||
} | ||
|
||
fun method2744(): Boolean { | ||
return 0x1 and setting shr 22 != 0 | ||
} | ||
|
||
fun method2745(): Int { | ||
return 0x1d36c1 and setting shr 18 | ||
} | ||
|
||
fun method2746(): Boolean { | ||
return 0x1 and setting != 0 | ||
} | ||
|
||
fun method2747(): Boolean { | ||
return 0x1 and setting shr 21 != 0 | ||
} | ||
|
||
fun unlockedSlot(slot: Int): Boolean { | ||
return 0x1 and setting shr slot + 1 != 0 | ||
} | ||
} | ||
data class InterfaceComponentSetting(var setting: Int, var anInt7413: Int) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters