--------------------------------- I_Asset::SetPath Sets the path of an asset and regenerates the package entry ID
| 110 | // Sets the path of an asset and regenerates the package entry ID |
| 111 | // |
| 112 | void I_Asset::SetPath(std::string const& val) |
| 113 | { |
| 114 | m_Path = val; |
| 115 | m_PackageEntryId = (m_Path + m_Name).c_str(); |
| 116 | } |
| 117 | |
| 118 | //--------------------------------- |
| 119 | // I_Asset::GetReferenceIds |
nothing calls this directly
no outgoing calls
no test coverage detected