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

Method HaveValue

Code/CryEngine/CryAction/Serialization/XMLScriptLoader.cpp:362–369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362bool CXmlScriptSaver::HaveValue(const char* name)
363{
364 ScriptAnyValue value;
365 if (CurTable()->GetValueAny(name, value))
366 if (value.GetVarType() != svtNull)
367 return true;
368 return false;
369}
370
371bool CXmlScriptSaver::Complete()
372{

Callers 15

GetSignalExtraDataMethod · 0.45
SerializeMethod · 0.45
SerializeScriptAIMethod · 0.45
IsEntityUsableMethod · 0.45
SendEventMethod · 0.45
SerializeMethod · 0.45
WriteValueMethod · 0.45
StartAnimationMethod · 0.45
StopAnimationMethod · 0.45
UpdateMethod · 0.45
NotifyEntityScriptMethod · 0.45
OnInitializeMethod · 0.45

Calls 2

GetValueAnyMethod · 0.80
GetVarTypeMethod · 0.80

Tested by

no test coverage detected