コード例 #1
0
ファイル: APSResource.cpp プロジェクト: BradB132/Cocos2dXML
APSResource *APSResource::getResource(APSIndex index) const {
    APSSymbol *symbol = this->m_parentSymbol;
    if (symbol) {
        return symbol->getResourceAtIndex(index);
    }
    return NULL;
}
コード例 #2
0
APSResource* APSResource::getResource ( APSIndex uIndex ) const 
{
    APSSymbol*  pSymbol = this->m_pParentSymbol;
    if ( pSymbol )
	{
        return pSymbol->getResourceAtIndex ( uIndex );
    }
    return NULL;
}