MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetMetadataForVar

Method GetMetadataForVar

sdk/add_on/scriptbuilder/scriptbuilder.cpp:1102–1109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100}
1101
1102vector<string> CScriptBuilder::GetMetadataForVar(int varIdx)
1103{
1104 map<int,vector<string> >::iterator it = varMetadataMap.find(varIdx);
1105 if( it != varMetadataMap.end() )
1106 return it->second;
1107
1108 return vector<string>();
1109}
1110
1111vector<string> CScriptBuilder::GetMetadataForTypeProperty(int typeId, int varIdx)
1112{

Callers 1

TestFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by 1

TestFunction · 0.64