Native referenceFiveM

VMAG2

0xA8CEACB4F35AE058 SYSTEM
FUNCTION SIGNATURE
float VMAG2(float x, float y, float z);
Property Value
Native Name VMAG2
Hash 0xA8CEACB4F35AE058
Return Type float
Parameters x (float), y (float), z (float)

Description: ``` Calculates the magnitude of a vector but does not perform Sqrt operations. (Its way faster)

Back to SYSTEM