Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsStatic
Function
IsStatic
Source/Engine/Scripting/ManagedCLR/MEvent.h:86–89 ·
view source on GitHub ↗
Returns true if event is static.
Source
from the content-addressed store, hash-verified
84
/// Returns true if event is static.
85
/// </summary>
86
FORCE_INLINE bool IsStatic() const
87
{
88
return GetAddMethod()->IsStatic();
89
}
90
91
#if USE_MONO
92
/// <summary>
Callers
nothing calls this directly
Calls
1
IsStatic
Method · 0.80
Tested by
no test coverage detected