We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb493fd commit fe2819fCopy full SHA for fe2819f
extension/sourcesdk/nav_mesh.h
@@ -33,8 +33,8 @@ class CNavMesh
33
static void SDK_OnUnload();
34
35
bool IsLoaded( void ) const { return *(bool*)((uint8_t*)this + offset_m_isLoaded); }
36
- bool IsAnalyzed( void ) const { return *(bool*)((uint8_t*)this + offset_m_isLoaded + 1); }
37
- bool IsOutOfDate( void ) const { return *(bool*)((uint8_t*)this + offset_m_isLoaded + 2); }
+ bool IsOutOfDate( void ) const { return *(bool*)((uint8_t*)this + offset_m_isLoaded + 1); }
+ bool IsAnalyzed( void ) const { return *(bool*)((uint8_t*)this + offset_m_isLoaded + 2); }
38
39
/**
40
* Return true if nav mesh can be trusted for all climbing/jumping decisions because game environment is fairly simple.
product.version
@@ -1 +1 @@
1
-1.15.1
+1.15.2
0 commit comments