AMX Mod X API Documentation

Signature
stock FVecIVec(const Float:FVec[3], IVec[3]){ IVec[0] = floatround(FVec[0]); IVec[1] = floatround(FVec[1]); IVec[2] = floatround(FVec[2]); return 1;}
Description

Converts a floating point vector into an integer vector.

Parameters
  • FVec Input float vector
  • IVec Output integer vector
No return value
Назад
Верх