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

Method GetMetadataForFunc

external/as_add_on/scriptbuilder/scriptbuilder.cpp:1025–1035  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023}
1024
1025vector<string> CScriptBuilder::GetMetadataForFunc(asIScriptFunction *func)
1026{
1027 if( func )
1028 {
1029 map<int,vector<string>>::iterator it = funcMetadataMap.find(func->GetId());
1030 if( it != funcMetadataMap.end() )
1031 return it->second;
1032 }
1033
1034 return vector<string>();
1035}
1036
1037vector<string> CScriptBuilder::GetMetadataForVar(int varIdx)
1038{

Callers

nothing calls this directly

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected