MCPcopy 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

NotifyGroupMethod · 0.85
CreateGameRulesMethod · 0.85
AttachToMethod · 0.85
GetItemByClassMethod · 0.85
GetCurrentItemIdMethod · 0.85
CallNotificationMethod · 0.85
BindTrackerMethod · 0.85
SendFlowHitToEntityFunction · 0.85
AttachToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected