mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-18 15:59:55 +02:00
Changed docs on interfaces.cpp
This commit is contained in:
@@ -9,7 +9,8 @@
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
// Purpose: add a factory to the factories vector
|
// Purpose: add a factory to the factories vector
|
||||||
// Inout : factoryInfo -
|
// Input : svFactoryName -
|
||||||
|
// pFactory -
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
void CFactory::AddFactory(const string& svFactoryName, void* pFactory)
|
void CFactory::AddFactory(const string& svFactoryName, void* pFactory)
|
||||||
{
|
{
|
||||||
@@ -22,7 +23,7 @@ void CFactory::AddFactory(const string& svFactoryName, void* pFactory)
|
|||||||
|
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
// Purpose: add a factory to the factories vector
|
// Purpose: add a factory to the factories vector
|
||||||
// Inout : factoryInfo -
|
// Input : factoryInfo -
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
void CFactory::AddFactory(FactoryInfo factoryInfo)
|
void CFactory::AddFactory(FactoryInfo factoryInfo)
|
||||||
{
|
{
|
||||||
@@ -69,7 +70,7 @@ void CFactory::GetFactoriesFromRegister(void)
|
|||||||
// Purpose: get factory pointer with factoryname input from factories vector
|
// Purpose: get factory pointer with factoryname input from factories vector
|
||||||
// Input : svFactoryName -
|
// Input : svFactoryName -
|
||||||
// bVersionLess -
|
// bVersionLess -
|
||||||
// Output : CModule
|
// Output : CMemory
|
||||||
//---------------------------------------------------------------------------------
|
//---------------------------------------------------------------------------------
|
||||||
CMemory CFactory::GetFactoryPtr(const string& svFactoryName, bool bVersionLess) const
|
CMemory CFactory::GetFactoryPtr(const string& svFactoryName, bool bVersionLess) const
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user