MCPcopy Create free account
hub / github.com/OGRECave/ogre / getVector

Method getVector

OgreMain/src/OgreScriptTranslator.cpp:754–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

752 return success;
753 }
754 bool ScriptTranslator::getVector(AbstractNodeList::const_iterator i, AbstractNodeList::const_iterator end, std::vector<int>& vals, size_t count)
755 {
756 return _getVector(i, end, vals, count);
757 }
758 //----------------------------------------------------------------------------
759 bool ScriptTranslator::getFloats(AbstractNodeList::const_iterator i, AbstractNodeList::const_iterator end, float *vals, int count)
760 {

Callers

nothing calls this directly

Calls 1

_getVectorFunction · 0.85

Tested by

no test coverage detected