| 710 | return m_pSO; |
| 711 | } |
| 712 | bool Create(IScriptSystem *pSS) |
| 713 | { |
| 714 | m_pSO=pSS->CreateObject(); |
| 715 | return m_pSO?true:false; |
| 716 | } |
| 717 | |
| 718 | ////////////////////////////////////////////////////////////////////////// |
| 719 | // Boolean comparasions. |
nothing calls this directly
no test coverage detected