mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 20:07:21 +01:00
potentially fix zoning issues
This commit is contained in:
parent
62d4347196
commit
ae443f1ec4
4 changed files with 50 additions and 28 deletions
|
|
@ -26,6 +26,7 @@ public class DalamudUtil : IDisposable
|
|||
private DateTime _delayedFrameworkUpdateCheck = DateTime.Now;
|
||||
private bool _sentBetweenAreas = false;
|
||||
public bool IsInCutscene { get; private set; } = false;
|
||||
public bool IsZoning => _condition[ConditionFlag.BetweenAreas] || _condition[ConditionFlag.BetweenAreas51];
|
||||
public bool IsInGpose { get; private set; } = false;
|
||||
|
||||
public unsafe bool IsGameObjectPresent(IntPtr key)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue