Skip to content

Vec_Append

manuel villagran edited this page Oct 2, 2019 · 3 revisions

Vec_Append

Vec_Append(Vec:vec, value)

Appends a value to the end of the vector.

Parameters

  • Vec:vec The vector to append to.
  • value The value to append to the vector.

Returns

  • VEC_INVALID if vec is invalid.
  • VEC_NOALLOC if unable to allocate more memory for the value.
  • VEC_OK if success.

Notes

Clone this wiki locally