GTA V NativessystemSystem::vmagOn this pageSystem::vmagCalculates the magnitude of a vector. Syntax ```js mp.game.system.vmag(p0, p1, p2); ``` Required Arguments p0: float p1: float p2: float Return value float Example ```js // todo ``` See also