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

Method DefineWord

sdk/add_on/scriptbuilder/scriptbuilder.cpp:137–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void CScriptBuilder::DefineWord(const char *word)
138{
139 string sword = word;
140 if( definedWords.find(sword) == definedWords.end() )
141 {
142 definedWords.insert(sword);
143 }
144}
145
146void CScriptBuilder::ClearAll()
147{

Callers 1

TestFunction · 0.80

Calls 2

findMethod · 0.80
endMethod · 0.80

Tested by 1

TestFunction · 0.64