MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / GetMetadataForVar

Method GetMetadataForVar

external/as_add_on/scriptbuilder/scriptbuilder.cpp:1037–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1035}
1036
1037vector<string> CScriptBuilder::GetMetadataForVar(int varIdx)
1038{
1039 map<int,vector<string>>::iterator it = varMetadataMap.find(varIdx);
1040 if( it != varMetadataMap.end() )
1041 return it->second;
1042
1043 return vector<string>();
1044}
1045
1046vector<string> CScriptBuilder::GetMetadataForTypeProperty(int typeId, int varIdx)
1047{

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected