MCPcopy Create free account
hub / github.com/MergHQ/CRYENGINE / Set

Method Set

Code/CryEngine/CryAction/ForceFeedbackSystem/ForceFeedbackSystem.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147#if defined(_DEBUG)
148
149void CForceFeedBackSystem::FFBInternalId::Set(const char* _name)
150{
151 assert(_name);
152 name = _name;
153 id = CryStringUtils::CalculateHash(_name);
154}
155
156const char* CForceFeedBackSystem::FFBInternalId::GetDebugName() const
157{

Callers 15

LoadPattersMethod · 0.45
LoadEnvelopesMethod · 0.45
LoadEffectsMethod · 0.45
SynchTagsToSlaveMethod · 0.45
UpdateDeltasMethod · 0.45
OnEnterMethod · 0.45
OnInitialiseMethod · 0.45
UpdateLookTargetMethod · 0.45
UpdateLookTargetMethod · 0.45
cmd_PlayMethod · 0.45

Calls 1

CalculateHashFunction · 0.85

Tested by 1

CRY_UNIT_TESTFunction · 0.36