| 4854 | }; |
| 4855 | |
| 4856 | void CPlayer::SetScriptObject(IScriptObject *pObject) |
| 4857 | { |
| 4858 | m_pScriptObject=pObject; |
| 4859 | m_pUpdateAnimation=NULL; |
| 4860 | } |
| 4861 | /*! Retrieves the ScriptObject of this container |
| 4862 | @return pointer to the ScriptObject |
| 4863 | */ |
no outgoing calls
no test coverage detected