AMX Mod X API Documentation

Signature
stock xs_vec_copy(const Float:vecIn[], Float:vecOut[]){ vecOut[0] = vecIn[0]; vecOut[1] = vecIn[1]; vecOut[2] = vecIn[2];}
Description

Copies a vector into another one.

Parameters
  • vecIn The vector to copy.
  • vecOut The output vector where to copy the input vector.
No return value
Назад
Верх