Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MergHQ/CRYENGINE
/ ScriptHandle
Function
ScriptHandle
Code/CryEngine/CryCommon/CryScriptSystem/IScriptSystem.h:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
void* ptr;
25
26
ScriptHandle() : ptr(0)
27
{
28
};
29
ScriptHandle(int i) : n(i)
30
{
31
};
Callers
15
NotifyGroup
Method · 0.85
PrepareNavigateSmartObject
Method · 0.85
CreateGameRules
Method · 0.85
AttachTo
Method · 0.85
GetItemByClass
Method · 0.85
GetGrenadeWeaponByClass
Method · 0.85
GetCurrentItemId
Method · 0.85
CallNotification
Method · 0.85
CScriptBind_GameStatistics
Method · 0.85
BindTracker
Method · 0.85
SendFlowHitToEntity
Function · 0.85
AttachTo
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected