ConvertPTSize: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(Created page with "<pageclass subcaption="C++ Function"></pageclass> This C++ namespace function is responsible for --. It can be found in '''Client/Client Core/Sources/CAdditionalVertexStream...")
(No difference)

Revision as of 12:44, 14 May 2017

This C++ namespace function is responsible for --.

It can be found in Client/Client Core/Sources/CAdditionalVertexStreamManager.cpp in Visual Studio.

Required Arguments

  • SizePT: To be defined.

Returns

Returns an uint representing --.

Code

uint ConvertPTSize ( uint SizePT )
{
    return SizePT * 12 / 20;
}

See Also

CAdditionalVertexStreamManager