mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2026-02-15 20:17:42 +01:00
.
This commit is contained in:
parent
8526ce4f33
commit
0b22dd9760
17 changed files with 877 additions and 535 deletions
|
|
@ -23,7 +23,7 @@ public class VisorService : IDisposable
|
|||
=> _setupVisorHook.Dispose();
|
||||
|
||||
/// <summary> Obtain the current state of the Visor for the given draw object (true: toggled). </summary>
|
||||
public unsafe bool GetVisorState(Model characterBase)
|
||||
public static unsafe bool GetVisorState(Model characterBase)
|
||||
=> characterBase.IsCharacterBase && characterBase.AsCharacterBase->VisorToggled;
|
||||
|
||||
/// <summary> Manually set the state of the Visor for the given draw object. </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue