MCPcopy Create free account
hub / github.com/begla/Intrinsic / ScriptData

Method ScriptData

IntrinsicCore/src/IntrinsicCoreResourcesScript.h:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27struct ScriptData : Dod::Resources::ResourceDataBase
28{
29 ScriptData() : Dod::Resources::ResourceDataBase(_INTR_MAX_SCRIPT_COUNT)
30 {
31 descScriptFileName.resize(_INTR_MAX_SCRIPT_COUNT);
32 }
33
34 // Description
35 _INTR_ARRAY(_INTR_STRING) descScriptFileName;

Callers

nothing calls this directly

Calls 1

resizeMethod · 0.80

Tested by

no test coverage detected